Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dconstructor_fence_redundancy_elimination.cc94 void VisitInvokeInterface(HInvokeInterface* invoke) override { in VisitInvokeInterface()
Dpc_relative_fixups_x86.cc79 void VisitInvokeInterface(HInvokeInterface* invoke) override { in VisitInvokeInterface()
Dinstruction_builder.cc1069 invoke = new (allocator_) HInvokeInterface(allocator_, in BuildInvoke()
Dnodes.h4914 class HInvokeInterface final : public HInvoke {
4916 HInvokeInterface(ArenaAllocator* allocator, in HInvokeInterface() function
Dcode_generator_arm64.cc4276 void LocationsBuilderARM64::VisitInvokeInterface(HInvokeInterface* invoke) { in VisitInvokeInterface()
4306 void InstructionCodeGeneratorARM64::VisitInvokeInterface(HInvokeInterface* invoke) { in VisitInvokeInterface()
Dcode_generator_x86_64.cc2678 void LocationsBuilderX86_64::VisitInvokeInterface(HInvokeInterface* invoke) { in VisitInvokeInterface()
2709 void InstructionCodeGeneratorX86_64::VisitInvokeInterface(HInvokeInterface* invoke) { in VisitInvokeInterface()
Dcode_generator_x86.cc2392 void LocationsBuilderX86::VisitInvokeInterface(HInvokeInterface* invoke) { in VisitInvokeInterface()
2436 void InstructionCodeGeneratorX86::VisitInvokeInterface(HInvokeInterface* invoke) { in VisitInvokeInterface()
Dcode_generator_arm_vixl.cc3422 void LocationsBuilderARMVIXL::VisitInvokeInterface(HInvokeInterface* invoke) { in VisitInvokeInterface()
3456 void InstructionCodeGeneratorARMVIXL::VisitInvokeInterface(HInvokeInterface* invoke) { in VisitInvokeInterface()