Searched refs:first_prev_not_move (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dcode_generator.cc1096 HInstruction* first_prev_not_move = instr->GetPreviousDisregardingMoves(); local
1100 if (first_prev_not_move != nullptr && first_prev_not_move->IsNullCheck()) {
1101 HNullCheck* null_check = first_prev_not_move->AsNullCheck();

Completed in 2622 milliseconds