Home
last modified time | relevance | path

Searched refs:receiver_class (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dinliner.cc937 HInstanceFieldGet* receiver_class = BuildGetReceiverClass( in AddTypeGuard() local
940 bb_cursor->InsertInstructionAfter(receiver_class, cursor); in AddTypeGuard()
942 bb_cursor->InsertInstructionBefore(receiver_class, bb_cursor->GetFirstInstruction()); in AddTypeGuard()
973 bb_cursor->InsertInstructionAfter(load_class, receiver_class); in AddTypeGuard()
982 HNotEqual* compare = new (graph_->GetAllocator()) HNotEqual(load_class, receiver_class); in AddTypeGuard()
1236 HInstanceFieldGet* receiver_class = BuildGetReceiverClass( in TryInlinePolymorphicCallToSameTarget() local
1243 receiver_class, in TryInlinePolymorphicCallToSameTarget()
1261 bb_cursor->InsertInstructionAfter(receiver_class, cursor); in TryInlinePolymorphicCallToSameTarget()
1263 bb_cursor->InsertInstructionBefore(receiver_class, bb_cursor->GetFirstInstruction()); in TryInlinePolymorphicCallToSameTarget()
1265 bb_cursor->InsertInstructionAfter(class_table_get, receiver_class); in TryInlinePolymorphicCallToSameTarget()
/art/runtime/
Dclass_linker.cc9353 ObjPtr<mirror::Class> receiver_class = LookupResolvedType(method_id.class_idx_, referrer); in ResolveMethodHandleForMethod() local
9355 DCHECK(receiver_class != nullptr); in ResolveMethodHandleForMethod()
9356 method_params->Set(index++, receiver_class); in ResolveMethodHandleForMethod()