Lines Matching full:class_table_get
1211 HClassTableGet* class_table_get = new (graph_->GetAllocator()) HClassTableGet(
1228 HNotEqual* compare = new (graph_->GetAllocator()) HNotEqual(class_table_get, constant);
1234 bb_cursor->InsertInstructionAfter(class_table_get, receiver_class);
1235 bb_cursor->InsertInstructionAfter(compare, class_table_get);