Home | History | Annotate | Download | only in optimizing

Lines Matching refs:receiver_class

431   HInstanceFieldGet* receiver_class = BuildGetReceiverClass(
445 HNotEqual* compare = new (graph_->GetArena()) HNotEqual(load_class, receiver_class);
448 bb_cursor->InsertInstructionAfter(receiver_class, cursor);
450 bb_cursor->InsertInstructionBefore(receiver_class, bb_cursor->GetFirstInstruction());
452 bb_cursor->InsertInstructionAfter(load_class, receiver_class);
685 HInstanceFieldGet* receiver_class = BuildGetReceiverClass(
692 receiver_class,
710 bb_cursor->InsertInstructionAfter(receiver_class, cursor);
712 bb_cursor->InsertInstructionBefore(receiver_class, bb_cursor->GetFirstInstruction());
714 bb_cursor->InsertInstructionAfter(class_table_get, receiver_class);