Searched refs:receiver_class (Results 1 – 2 of 2) sorted by relevance
/art/compiler/optimizing/ |
D | inliner.cc | 944 HInstanceFieldGet* receiver_class = BuildGetReceiverClass( in AddTypeGuard() local 947 bb_cursor->InsertInstructionAfter(receiver_class, cursor); in AddTypeGuard() 949 bb_cursor->InsertInstructionBefore(receiver_class, bb_cursor->GetFirstInstruction()); in AddTypeGuard() 980 bb_cursor->InsertInstructionAfter(load_class, receiver_class); in AddTypeGuard() 989 HNotEqual* compare = new (graph_->GetAllocator()) HNotEqual(load_class, receiver_class); in AddTypeGuard() 1242 HInstanceFieldGet* receiver_class = BuildGetReceiverClass( in TryInlinePolymorphicCallToSameTarget() local 1249 receiver_class, in TryInlinePolymorphicCallToSameTarget() 1267 bb_cursor->InsertInstructionAfter(receiver_class, cursor); in TryInlinePolymorphicCallToSameTarget() 1269 bb_cursor->InsertInstructionBefore(receiver_class, bb_cursor->GetFirstInstruction()); in TryInlinePolymorphicCallToSameTarget() 1271 bb_cursor->InsertInstructionAfter(class_table_get, receiver_class); in TryInlinePolymorphicCallToSameTarget()
|
/art/runtime/ |
D | class_linker.cc | 9452 ObjPtr<mirror::Class> receiver_class = LookupResolvedType(method_id.class_idx_, referrer); in ResolveMethodHandleForMethod() local 9454 DCHECK(receiver_class != nullptr); in ResolveMethodHandleForMethod() 9455 method_params->Set(index++, receiver_class); in ResolveMethodHandleForMethod()
|