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

  /art/runtime/
dex_instruction.h 214 return kInstructionNames[opcode];
422 static const char* const kInstructionNames[];
dex_instruction.cc 25 const char* const Instruction::kInstructionNames[] = {
388 const char* opcode = kInstructionNames[Opcode()];

Completed in 39 milliseconds