diff options
| author | 2016-09-19 16:59:14 +0000 | |
|---|---|---|
| committer | 2016-09-19 16:59:15 +0000 | |
| commit | ec88abde5944eaa94e1299cc2ec040b51977b1f4 (patch) | |
| tree | c3692184a4999b97ee36decf88c688786640e598 /compiler/optimizing/code_generator.h | |
| parent | 8cb366a7ba8f02094c7c3bd21e217fff52f6ad17 (diff) | |
| parent | 91a6516103b8bf8bb75c3a2840cbdec7521e74a7 (diff) | |
Merge "Remove the `CanTriggerGC` side-effects on a few instructions."
Diffstat (limited to 'compiler/optimizing/code_generator.h')
| -rw-r--r-- | compiler/optimizing/code_generator.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/compiler/optimizing/code_generator.h b/compiler/optimizing/code_generator.h index b4d4b9b760..22b5c9cff4 100644 --- a/compiler/optimizing/code_generator.h +++ b/compiler/optimizing/code_generator.h @@ -404,7 +404,9 @@ class CodeGenerator : public DeletableArenaObject<kArenaAllocCodeGenerator> { // Perfoms checks pertaining to an InvokeRuntime call. - void ValidateInvokeRuntime(HInstruction* instruction, SlowPathCode* slow_path); + void ValidateInvokeRuntime(QuickEntrypointEnum entrypoint, + HInstruction* instruction, + SlowPathCode* slow_path); // Perfoms checks pertaining to an InvokeRuntimeWithoutRecordingPcInfo call. static void ValidateInvokeRuntimeWithoutRecordingPcInfo(HInstruction* instruction, |