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

/art/compiler/optimizing/
H A Dcode_generator.cc849 HInstruction* first_next_not_move = null_check->GetNextDisregardingMoves(); local
851 return (first_next_not_move != nullptr)
852 && first_next_not_move->CanDoImplicitNullCheckOn(null_check->InputAt(0));

Completed in 46 milliseconds