Home
last modified time | relevance | path

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

/art/runtime/
Ddex_instruction.h277 return kInstructionNames[opcode]; in Name()
668 static const char* const kInstructionNames[]; variable
Ddex_instruction.cc33 const char* const Instruction::kInstructionNames[] = { member in art::Instruction
157 const char* opcode = kInstructionNames[Opcode()]; in DumpString()