Home
last modified time | relevance | path

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

/art/runtime/
Ddex_instruction.h465 return kInstructionIndexTypes[opcode]; in IndexTypeOf()
496 return (kInstructionIndexTypes[Opcode()] == kIndexFieldOffset) || in IsQuickened()
497 (kInstructionIndexTypes[Opcode()] == kIndexVtableOffset); in IsQuickened()
611 static IndexType const kInstructionIndexTypes[]; variable
Ddex_instruction.cc46 Instruction::IndexType const Instruction::kInstructionIndexTypes[] = { member in art::Instruction