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
164 const char* opcode = kInstructionNames[Opcode()];
H A Ddex_instruction.h247 return kInstructionNames[opcode];
609 static const char* const kInstructionNames[]; member in class:art::Instruction

Completed in 33 milliseconds