HomeSort by relevance Sort by last modified time
    Searched refs:null_check (Results 1 - 2 of 2) sorted by null

  /art/compiler/optimizing/
builder.cc 345 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,
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Code.py     [all...]

Completed in 1980 milliseconds