Home
last modified time | relevance | path

Searched refs:HInvokeInterface (Results 1 – 10 of 10) sorted by relevance

/art/compiler/optimizing/
Dpc_relative_fixups_x86.cc79 void VisitInvokeInterface(HInvokeInterface* invoke) OVERRIDE { in VisitInvokeInterface()
Dload_store_elimination.cc464 void VisitInvokeInterface(HInvokeInterface* instruction) OVERRIDE { in VisitInvokeInterface()
934 void VisitInvokeInterface(HInvokeInterface* invoke) OVERRIDE { in VisitInvokeInterface()
Dnodes.h4143 class HInvokeInterface : public HInvoke {
4145 HInvokeInterface(ArenaAllocator* arena, in HInvokeInterface() function
4167 DISALLOW_COPY_AND_ASSIGN(HInvokeInterface);
Dcode_generator_mips64.cc2926 void LocationsBuilderMIPS64::VisitInvokeInterface(HInvokeInterface* invoke) { in VisitInvokeInterface()
2933 void InstructionCodeGeneratorMIPS64::VisitInvokeInterface(HInvokeInterface* invoke) { in VisitInvokeInterface()
Dcode_generator_arm64.cc3522 void LocationsBuilderARM64::VisitInvokeInterface(HInvokeInterface* invoke) { in VisitInvokeInterface()
3526 void InstructionCodeGeneratorARM64::VisitInvokeInterface(HInvokeInterface* invoke) { in VisitInvokeInterface()
Dinstruction_builder.cc886 invoke = new (arena_) HInvokeInterface(arena_, in BuildInvoke()
Dcode_generator_mips.cc3724 void LocationsBuilderMIPS::VisitInvokeInterface(HInvokeInterface* invoke) { in VisitInvokeInterface()
3731 void InstructionCodeGeneratorMIPS::VisitInvokeInterface(HInvokeInterface* invoke) { in VisitInvokeInterface()
Dcode_generator_x86_64.cc2212 void LocationsBuilderX86_64::VisitInvokeInterface(HInvokeInterface* invoke) { in VisitInvokeInterface()
2218 void InstructionCodeGeneratorX86_64::VisitInvokeInterface(HInvokeInterface* invoke) { in VisitInvokeInterface()
Dcode_generator_arm.cc1863 void LocationsBuilderARM::VisitInvokeInterface(HInvokeInterface* invoke) { in VisitInvokeInterface()
1869 void InstructionCodeGeneratorARM::VisitInvokeInterface(HInvokeInterface* invoke) { in VisitInvokeInterface()
Dcode_generator_x86.cc1999 void LocationsBuilderX86::VisitInvokeInterface(HInvokeInterface* invoke) { in VisitInvokeInterface()
2008 void InstructionCodeGeneratorX86::VisitInvokeInterface(HInvokeInterface* invoke) { in VisitInvokeInterface()