Home | History | Annotate | Download | only in dex

Lines Matching refs:next_mir

880       MIR* next_mir = mir->next;
882 if (next_mir &&
883 next_mir->dalvikInsn.opcode == Instruction::MOVE_RESULT_OBJECT) {
885 ssa_regs_to_check->ClearBit(next_mir->ssa_rep->defs[0]);
887 if (next_mir) {
888 LOG(WARNING) << "Unexpected opcode following new: " << next_mir->dalvikInsn.opcode;