Home
last modified time | relevance | path

Searched refs:move_result_mir (Results 1 – 2 of 2) sorted by relevance

/art/compiler/dex/
Dvreg_analysis.cc263 MIR* move_result_mir = FindMoveResult(bb, mir); in InferTypeAndSize() local
265 if (move_result_mir && (move_result_mir->dalvikInsn.opcode != in InferTypeAndSize()
267 SSARepresentation* tgt_rep = move_result_mir->ssa_rep; in InferTypeAndSize()
Dmir_graph.cc1456 MIR* move_result_mir = FindMoveResult(bb, mir); in NewMemCallInfo() local
1457 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()