Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_instruction.cc33 const char* const Instruction::kInstructionNames[] = { member in art::Instruction
177 const char* opcode = kInstructionNames[Opcode()]; in DumpString()
Ddex_instruction.h292 return kInstructionNames[opcode]; in Name()
689 static const char* const kInstructionNames[]; variable