Searched refs:kInstructionNames (Results 1 – 2 of 2) sorted by relevance
33 const char* const Instruction::kInstructionNames[] = { member in art::Instruction177 const char* opcode = kInstructionNames[Opcode()]; in DumpString()
292 return kInstructionNames[opcode]; in Name()689 static const char* const kInstructionNames[]; variable