Home
last modified time | relevance | path

Searched refs:class_table_get (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/art/compiler/optimizing/
H A Dinliner.cc1278 HClassTableGet* class_table_get = new (graph_->GetAllocator()) HClassTableGet( in TryInlinePolymorphicCallToSameTarget() local
1293 HNotEqual* compare = new (graph_->GetAllocator()) HNotEqual(class_table_get, constant); in TryInlinePolymorphicCallToSameTarget()
1299 bb_cursor->InsertInstructionAfter(class_table_get, receiver_class); in TryInlinePolymorphicCallToSameTarget()
1300 bb_cursor->InsertInstructionAfter(compare, class_table_get); in TryInlinePolymorphicCallToSameTarget()