Searched refs:kInstructionIndexTypes (Results 1 – 2 of 2) sorted by relevance
465 return kInstructionIndexTypes[opcode]; in IndexTypeOf()496 return (kInstructionIndexTypes[Opcode()] == kIndexFieldOffset) || in IsQuickened()497 (kInstructionIndexTypes[Opcode()] == kIndexVtableOffset); in IsQuickened()611 static IndexType const kInstructionIndexTypes[]; variable
46 Instruction::IndexType const Instruction::kInstructionIndexTypes[] = { member in art::Instruction