HomeSort by relevance Sort by last modified time
    Searched refs:kInstructionIndexTypes (Results 1 - 2 of 2) sorted by null

  /art/runtime/
dex_instruction.h 465 return kInstructionIndexTypes[opcode];
496 return (kInstructionIndexTypes[Opcode()] == kIndexFieldOffset) ||
497 (kInstructionIndexTypes[Opcode()] == kIndexVtableOffset);
611 static IndexType const kInstructionIndexTypes[];
dex_instruction.cc 46 Instruction::IndexType const Instruction::kInstructionIndexTypes[] = {

Completed in 71 milliseconds