diff options
author | Serban Constantinescu <serban.constantinescu@linaro.org> | 2016-07-14 09:21:59 +0100 |
---|---|---|
committer | Serban Constantinescu <serban.constantinescu@linaro.org> | 2016-08-31 17:22:54 +0100 |
commit | fca16663334e5838790631d8eac95f4ffdb0cc2e (patch) | |
tree | 2a1f018b428ef0f4097004af92ab44c82e987d12 /compiler/optimizing/code_generator_mips.h | |
parent | ba45db072c48783e19a2a73ab4e45ae143c1c7c9 (diff) |
Extend the InvokeRuntime() changes to mips.
Also fix the side effects for <Static/Instance>Field<Get/Set>.
Test: test-art-target
Change-Id: Ia4284ccd9d0c88210eaa4458f74728c805e2e076
Diffstat (limited to 'compiler/optimizing/code_generator_mips.h')
-rw-r--r-- | compiler/optimizing/code_generator_mips.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/compiler/optimizing/code_generator_mips.h b/compiler/optimizing/code_generator_mips.h index 46810d658f..4ce54b6097 100644 --- a/compiler/optimizing/code_generator_mips.h +++ b/compiler/optimizing/code_generator_mips.h @@ -347,13 +347,7 @@ class CodeGeneratorMIPS : public CodeGenerator { void InvokeRuntime(QuickEntrypointEnum entrypoint, HInstruction* instruction, uint32_t dex_pc, - SlowPathCode* slow_path) OVERRIDE; - - void InvokeRuntime(int32_t offset, - HInstruction* instruction, - uint32_t dex_pc, - SlowPathCode* slow_path, - bool is_direct_entrypoint); + SlowPathCode* slow_path = nullptr) OVERRIDE; ParallelMoveResolver* GetMoveResolver() OVERRIDE { return &move_resolver_; } |