Searched refs:class_table_get (Results 1 – 1 of 1) sorted by relevance
1242 HClassTableGet* class_table_get = new (graph_->GetAllocator()) HClassTableGet( in TryInlinePolymorphicCallToSameTarget() local1259 HNotEqual* compare = new (graph_->GetAllocator()) HNotEqual(class_table_get, constant); in TryInlinePolymorphicCallToSameTarget()1265 bb_cursor->InsertInstructionAfter(class_table_get, receiver_class); in TryInlinePolymorphicCallToSameTarget()1266 bb_cursor->InsertInstructionAfter(compare, class_table_get); in TryInlinePolymorphicCallToSameTarget()