Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.h3482 TableKind GetTableKind() const { return GetPackedField<TableKindField>(); } in GetTableKind() function
Dcode_generator_arm64.cc6604 if (instruction->GetTableKind() == HClassTableGet::TableKind::kVTable) { in VisitClassTableGet()
Dcode_generator_x86_64.cc4680 if (instruction->GetTableKind() == HClassTableGet::TableKind::kVTable) { in VisitClassTableGet()
Dcode_generator_x86.cc4765 if (instruction->GetTableKind() == HClassTableGet::TableKind::kVTable) { in VisitClassTableGet()
Dcode_generator_arm_vixl.cc9670 if (instruction->GetTableKind() == HClassTableGet::TableKind::kVTable) { in VisitClassTableGet()