Searched defs:DecodedInstruction (Results 1 - 1 of 1) sorted by relevance

/art/compiler/dex/
H A Dmir_graph.h270 * TODO: remove embedded DecodedInstruction to save space, keeping only opcode. Recover
274 struct DecodedInstruction { struct in struct:art::MIR
282 explicit DecodedInstruction():vA(0), vB(0), vB_wide(0), vC(0), opcode(Instruction::NOP) { function in struct:art::MIR::DecodedInstruction
1089 const MIR::DecodedInstruction& d_insn);
1092 int ParseInsn(const uint16_t* code_ptr, MIR::DecodedInstruction* decoded_instruction);

Completed in 8 milliseconds