Home | History | Annotate | Download | only in optimizing

Lines Matching refs:receiver_class

930   HInstanceFieldGet* receiver_class = BuildGetReceiverClass(
933 bb_cursor->InsertInstructionAfter(receiver_class, cursor);
935 bb_cursor->InsertInstructionBefore(receiver_class, bb_cursor->GetFirstInstruction());
966 bb_cursor->InsertInstructionAfter(load_class, receiver_class);
975 HNotEqual* compare = new (graph_->GetAllocator()) HNotEqual(load_class, receiver_class);
1229 HInstanceFieldGet* receiver_class = BuildGetReceiverClass(
1236 receiver_class,
1254 bb_cursor->InsertInstructionAfter(receiver_class, cursor);
1256 bb_cursor->InsertInstructionBefore(receiver_class, bb_cursor->GetFirstInstruction());
1258 bb_cursor->InsertInstructionAfter(class_table_get, receiver_class);