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