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

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

Completed in 358 milliseconds