Home
last modified time | relevance | path

Searched refs:HInvokeInterface (Results 1 – 10 of 10) 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.cc1005 invoke = new (allocator_) HInvokeInterface(allocator_, in BuildInvoke()
Dcode_generator_arm64.cc3963 void LocationsBuilderARM64::VisitInvokeInterface(HInvokeInterface* invoke) { in VisitInvokeInterface()
3967 void InstructionCodeGeneratorARM64::VisitInvokeInterface(HInvokeInterface* invoke) { in VisitInvokeInterface()
Dnodes.h4803 class HInvokeInterface final : public HInvoke {
4805 HInvokeInterface(ArenaAllocator* allocator, in HInvokeInterface() function
Dcode_generator_mips64.cc5915 void LocationsBuilderMIPS64::VisitInvokeInterface(HInvokeInterface* invoke) { in VisitInvokeInterface()
5922 void InstructionCodeGeneratorMIPS64::VisitInvokeInterface(HInvokeInterface* invoke) { in VisitInvokeInterface()
Dcode_generator_x86_64.cc2502 void LocationsBuilderX86_64::VisitInvokeInterface(HInvokeInterface* invoke) { in VisitInvokeInterface()
2508 void InstructionCodeGeneratorX86_64::VisitInvokeInterface(HInvokeInterface* invoke) { in VisitInvokeInterface()
Dcode_generator_x86.cc2266 void LocationsBuilderX86::VisitInvokeInterface(HInvokeInterface* invoke) { in VisitInvokeInterface()
2275 void InstructionCodeGeneratorX86::VisitInvokeInterface(HInvokeInterface* invoke) { in VisitInvokeInterface()
Dcode_generator_arm_vixl.cc3208 void LocationsBuilderARMVIXL::VisitInvokeInterface(HInvokeInterface* invoke) { in VisitInvokeInterface()
3214 void InstructionCodeGeneratorARMVIXL::VisitInvokeInterface(HInvokeInterface* invoke) { in VisitInvokeInterface()
Dcode_generator_mips.cc7788 void LocationsBuilderMIPS::VisitInvokeInterface(HInvokeInterface* invoke) { in VisitInvokeInterface()
7795 void InstructionCodeGeneratorMIPS::VisitInvokeInterface(HInvokeInterface* invoke) { in VisitInvokeInterface()