Searched refs:receiver_class (Results 1 – 1 of 1) sorted by relevance
937 HInstanceFieldGet* receiver_class = BuildGetReceiverClass( in AddTypeGuard() local940 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() local1243 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()