commit | f38caa68cce551fb153dff37d01db518e58ed00f | [log] [tgz] |
---|---|---|
author | Vladimir Marko <vmarko@google.com> | Fri May 29 15:50:18 2015 +0100 |
committer | Vladimir Marko <vmarko@google.com> | Mon Jun 15 15:13:28 2015 +0100 |
tree | 723612f20666f429b7c67321f0353d57425b1c63 | |
parent | bd8c725e465cc7f44062745a6f2b73248f5159ed [diff] [blame] |
ART: Implement literal pool for arm, fix branch fixup. Change-Id: Iecc91418bb4ee1c957f42fefb737d0ee2ba960e7
diff --git a/compiler/utils/arm64/assembler_arm64.h b/compiler/utils/arm64/assembler_arm64.h index fa9faed..b53c11b 100644 --- a/compiler/utils/arm64/assembler_arm64.h +++ b/compiler/utils/arm64/assembler_arm64.h
@@ -73,8 +73,8 @@ delete vixl_masm_; } - // Emit slow paths queued during assembly. - void EmitSlowPaths(); + // Finalize the code. + void FinalizeCode() OVERRIDE; // Size of generated code. size_t CodeSize() const;