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

/art/compiler/dex/
H A Dmir_graph.cc169 int MIRGraph::ParseInsn(const uint16_t* code_ptr, MIR::DecodedInstruction* decoded_instruction) { argument
171 decoded_instruction->opcode = inst->Opcode();
172 decoded_instruction->vA = inst->HasVRegA() ? inst->VRegA() : 0;
173 decoded_instruction->vB = inst->HasVRegB() ? inst->VRegB() : 0;
174 decoded_instruction->vB_wide = inst->HasWideVRegB() ? inst->WideVRegB() : 0;
175 decoded_instruction->vC = inst->HasVRegC() ? inst->VRegC() : 0;
177 inst->GetVarArgs(decoded_instruction->arg);

Completed in 65 milliseconds