Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinliner.cc1235 HClassTableGet* class_table_get = new (graph_->GetAllocator()) HClassTableGet( in TryInlinePolymorphicCallToSameTarget() local
1252 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()