Searched refs:kInstructionNames (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Ddex_instruction.cc30 const char* const Instruction::kInstructionNames[] = { member in class:art::Instruction
156 const char* opcode = kInstructionNames[Opcode()];
H A Ddex_instruction.h231 return kInstructionNames[opcode];
571 static const char* const kInstructionNames[]; member in class:art::Instruction

Completed in 163 milliseconds