Searched defs:null_check (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dbuilder.cc345 HNullCheck* null_check = new (arena_) HNullCheck(arg, dex_offset); local
346 current_block_->AddInstruction(null_check);
347 temps.Add(null_check);
348 invoke->SetArgumentAt(0, null_check);
409 HInstruction* null_check = current_block_->GetLastInstruction(); local
411 temps.Add(null_check);
414 null_check,

Completed in 122 milliseconds