Home
last modified time | relevance | path

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

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