Home | History | Annotate | Download | only in optimizing

Lines Matching defs:ref

219   HInstruction* ref = LoadLocal(register_index, Primitive::kPrimNot);
220 if (!ref->CanBeNull()) {
221 return ref;
224 HNullCheck* null_check = new (arena_) HNullCheck(ref, dex_pc);