Home
last modified time | relevance | path

Searched refs:Format (Results 1 – 4 of 4) sorted by relevance

/art/runtime/verifier/
Ddex_gc_map.h86 RegisterMapFormat Format() const { in Format() function
92 RegisterMapFormat format = Format(); in DexPcWidth()
/art/runtime/
Ddex_instruction.h91 enum Format { enum
437 static Format FormatOf(Code opcode) { in FormatOf()
572 static Format const kInstructionFormats[];
579 std::ostream& operator<<(std::ostream& os, const Instruction::Format& format);
Ddex_instruction.cc38 Instruction::Format const Instruction::kInstructionFormats[] = {
/art/compiler/dex/
Dmir_graph.cc1509 Instruction::Format dalvik_format = Instruction::k10x; // Default to no-operand format. in GetDalvikDisassembly()