Home
last modified time | relevance | path

Searched refs:needs_null_check (Results 1 – 2 of 2) sorted by relevance

/art/compiler/dex/
Dmir_optimization.cc919 bool needs_null_check = false; in EliminateNullChecksAndInferTypes() local
921 needs_null_check |= ssa_regs_to_check->IsBitSet(mir->ssa_rep->uses[i]); in EliminateNullChecksAndInferTypes()
923 if (needs_null_check) { in EliminateNullChecksAndInferTypes()
/art/compiler/dex/quick/
Dgen_common.cc812 bool needs_null_check = !((cu_->disable_opt & (1 << kNullCheckElimination)) && in GenArrayObjPut() local
815 ? (needs_null_check ? kQuickAputObjectWithNullAndBoundCheck in GenArrayObjPut()