Searched refs:dalvik_format (Results 1 - 1 of 1) sorted by relevance

/art/compiler/dex/
H A Dmir_graph.cc1509 Instruction::Format dalvik_format = Instruction::k10x; // Default to no-operand format. local
1536 dalvik_format = Instruction::FormatOf(insn.opcode);
1541 bool show_singles = ((dalvik_format == Instruction::k35c) ||
1542 (dalvik_format == Instruction::k3rc));
1566 switch (dalvik_format) {
1595 switch (dalvik_format) {
1608 LOG(FATAL) << "Unexpected branch format " << dalvik_format << " from " << insn.opcode;

Completed in 29 milliseconds