Searched refs:decoded_instruction (Results 1 – 2 of 2) sorted by relevance
140 int MIRGraph::ParseInsn(const uint16_t* code_ptr, MIR::DecodedInstruction* decoded_instruction) { in ParseInsn() argument142 decoded_instruction->opcode = inst->Opcode(); in ParseInsn()143 decoded_instruction->vA = inst->HasVRegA() ? inst->VRegA() : 0; in ParseInsn()144 decoded_instruction->vB = inst->HasVRegB() ? inst->VRegB() : 0; in ParseInsn()145 decoded_instruction->vB_wide = inst->HasWideVRegB() ? inst->WideVRegB() : 0; in ParseInsn()146 decoded_instruction->vC = inst->HasVRegC() ? inst->VRegC() : 0; in ParseInsn()148 inst->GetVarArgs(decoded_instruction->arg); in ParseInsn()
1092 int ParseInsn(const uint16_t* code_ptr, MIR::DecodedInstruction* decoded_instruction);