Home
last modified time | relevance | path

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

/art/runtime/
Ddex_instruction.h440 return kInstructionFormats[opcode]; in FormatOf()
570 static Format const kInstructionFormats[]; variable
Ddex_instruction.cc37 Instruction::Format const Instruction::kInstructionFormats[] = { member in art::Instruction