Searched refs:move_result_mir (Results 1 – 2 of 2) sorted by relevance
263 MIR* move_result_mir = FindMoveResult(bb, mir); in InferTypeAndSize() local265 if (move_result_mir && (move_result_mir->dalvikInsn.opcode != in InferTypeAndSize()267 SSARepresentation* tgt_rep = move_result_mir->ssa_rep; in InferTypeAndSize()
1456 MIR* move_result_mir = FindMoveResult(bb, mir); in NewMemCallInfo() local1457 if (move_result_mir == NULL) { in NewMemCallInfo()1460 info->result = GetRawDest(move_result_mir); in NewMemCallInfo()1461 move_result_mir->dalvikInsn.opcode = static_cast<Instruction::Code>(kMirOpNop); in NewMemCallInfo()