Home
last modified time | relevance | path

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

/art/runtime/verifier/
Ddex_gc_map.h84 RegisterMapFormat Format() const { in Format() function
90 RegisterMapFormat format = Format(); in DexPcWidth()
/art/runtime/
Ddex_instruction.h93 enum Format { enum
318 static Format FormatOf(Code opcode) { in FormatOf()
423 static Format const kInstructionFormats[];
430 std::ostream& operator<<(std::ostream& os, const Instruction::Format& format);
Ddex_instruction.cc33 Instruction::Format const Instruction::kInstructionFormats[] = {
/art/compiler/dex/
Dmir_graph.cc888 Instruction::Format dalvik_format = Instruction::k10x; // Default to no-operand format in GetDalvikDisassembly()
/art/compiler/dex/portable/
Dmir_to_gbc.cc1710 Instruction::Format dalvik_format = in BlockBitcodeConversion()