HomeSort by relevance Sort by last modified time
    Searched refs:receiver_class (Results 1 - 2 of 2) sorted by null

  /art/compiler/optimizing/
inliner.cc 431 HInstanceFieldGet* receiver_class = BuildGetReceiverClass( local
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( local
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);
    [all...]
  /art/runtime/
debugger.cc 1767 mirror::Class* receiver_class = c; local
    [all...]

Completed in 1665 milliseconds