diff options
author | Orion Hodson <oth@google.com> | 2017-01-11 19:18:51 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2017-01-11 19:18:51 +0000 |
commit | dcf52765ab5886abdd85a4436fa0358b2a31341d (patch) | |
tree | b68ee975792a5bf488ed93cfbe09a37f80008288 /compiler/optimizing/code_generator.h | |
parent | a28ddf5140cd1f4a2ae93dbf8be2f200b1552003 (diff) | |
parent | 0fb5af1c8287b1ec85c55c306a1c43820c38a337 (diff) |
Merge "Revert "ART: Compiler support for invoke-polymorphic.""
Diffstat (limited to 'compiler/optimizing/code_generator.h')
-rw-r--r-- | compiler/optimizing/code_generator.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/compiler/optimizing/code_generator.h b/compiler/optimizing/code_generator.h index 7e2dd48f5c..6366b9838f 100644 --- a/compiler/optimizing/code_generator.h +++ b/compiler/optimizing/code_generator.h @@ -426,12 +426,12 @@ class CodeGenerator : public DeletableArenaObject<kArenaAllocCodeGenerator> { } - // Performs checks pertaining to an InvokeRuntime call. + // Perfoms checks pertaining to an InvokeRuntime call. void ValidateInvokeRuntime(QuickEntrypointEnum entrypoint, HInstruction* instruction, SlowPathCode* slow_path); - // Performs checks pertaining to an InvokeRuntimeWithoutRecordingPcInfo call. + // Perfoms checks pertaining to an InvokeRuntimeWithoutRecordingPcInfo call. static void ValidateInvokeRuntimeWithoutRecordingPcInfo(HInstruction* instruction, SlowPathCode* slow_path); @@ -495,8 +495,6 @@ class CodeGenerator : public DeletableArenaObject<kArenaAllocCodeGenerator> { void GenerateInvokeUnresolvedRuntimeCall(HInvokeUnresolved* invoke); - void GenerateInvokePolymorphicCall(HInvokePolymorphic* invoke); - void CreateUnresolvedFieldLocationSummary( HInstruction* field_access, Primitive::Type field_type, |