Searched refs:GetTableKind (Results 1 - 6 of 6) sorted by last modified time

/art/compiler/optimizing/
H A Dcode_generator_arm.cc6775 if (instruction->GetTableKind() == HClassTableGet::TableKind::kVTable) {
H A Dcode_generator_arm64.cc5185 if (instruction->GetTableKind() == HClassTableGet::TableKind::kVTable) {
H A Dcode_generator_mips.cc5192 if (instruction->GetTableKind() == HClassTableGet::TableKind::kVTable) {
H A Dcode_generator_x86.cc4071 if (instruction->GetTableKind() == HClassTableGet::TableKind::kVTable) {
H A Dcode_generator_x86_64.cc3983 if (instruction->GetTableKind() == HClassTableGet::TableKind::kVTable) {
H A Dnodes.h2849 TableKind GetTableKind() const { return GetPackedField<TableKindField>(); } function in class:art::HTryBoundary::HClassTableGet::TableKind

Completed in 72 milliseconds