Home | History | Annotate | Download | only in dex

Lines Matching refs:next_mir

685       MIR* next_mir = mir->next;
687 if (next_mir &&
688 next_mir->dalvikInsn.opcode == Instruction::MOVE_RESULT_OBJECT) {
690 temp_ssa_register_v_->SetBit(next_mir->ssa_rep->defs[0]);
692 if (next_mir) {
693 LOG(WARNING) << "Unexpected opcode following new: " << next_mir->dalvikInsn.opcode;