Searched refs:class_table_get (Results 1 – 1 of 1) sorted by relevance
1235 HClassTableGet* class_table_get = new (graph_->GetAllocator()) HClassTableGet( in TryInlinePolymorphicCallToSameTarget() local1252 HNotEqual* compare = new (graph_->GetAllocator()) HNotEqual(class_table_get, constant); in TryInlinePolymorphicCallToSameTarget()1258 bb_cursor->InsertInstructionAfter(class_table_get, receiver_class); in TryInlinePolymorphicCallToSameTarget()1259 bb_cursor->InsertInstructionAfter(compare, class_table_get); in TryInlinePolymorphicCallToSameTarget()