Searched refs:HInvokeInterface (Results 1 - 10 of 10) sorted by path

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

Completed in 101 milliseconds