Searched refs:receiver_class (Results 1 – 2 of 2) sorted by relevance
/art/compiler/optimizing/ |
D | inliner.cc | 835 HInstanceFieldGet* receiver_class = BuildGetReceiverClass( in AddTypeGuard() local 838 bb_cursor->InsertInstructionAfter(receiver_class, cursor); in AddTypeGuard() 840 bb_cursor->InsertInstructionBefore(receiver_class, bb_cursor->GetFirstInstruction()); in AddTypeGuard() 871 bb_cursor->InsertInstructionAfter(load_class, receiver_class); in AddTypeGuard() 880 HNotEqual* compare = new (graph_->GetAllocator()) HNotEqual(load_class, receiver_class); in AddTypeGuard() 1132 HInstanceFieldGet* receiver_class = BuildGetReceiverClass( in TryInlinePolymorphicCallToSameTarget() local 1139 receiver_class, in TryInlinePolymorphicCallToSameTarget() 1157 bb_cursor->InsertInstructionAfter(receiver_class, cursor); in TryInlinePolymorphicCallToSameTarget() 1159 bb_cursor->InsertInstructionBefore(receiver_class, bb_cursor->GetFirstInstruction()); in TryInlinePolymorphicCallToSameTarget() 1161 bb_cursor->InsertInstructionAfter(class_table_get, receiver_class); in TryInlinePolymorphicCallToSameTarget()
|
/art/runtime/ |
D | class_linker.cc | 9704 ObjPtr<mirror::Class> receiver_class = LookupResolvedType(method_id.class_idx_, referrer); in ResolveMethodHandleForMethod() local 9706 DCHECK(receiver_class != nullptr); in ResolveMethodHandleForMethod() 9707 method_params->Set(index++, receiver_class); in ResolveMethodHandleForMethod()
|