Lines Matching defs:ref
176 static HInstruction* HuntForOriginalReference(HInstruction* ref) {
177 DCHECK(ref != nullptr);
178 while (ref->IsNullCheck() || ref->IsBoundType()) {
179 ref = ref->InputAt(0);
181 return ref;
214 ReferenceInfo* FindReferenceInfoOf(HInstruction* ref) const {
217 if (ref_info->GetReference() == ref) {
384 HeapLocation* GetOrCreateHeapLocation(HInstruction* ref,
388 HInstruction* original_ref = HuntForOriginalReference(ref);
401 HeapLocation* VisitFieldAccess(HInstruction* ref, const FieldInfo& field_info) {
407 return GetOrCreateHeapLocation(ref, offset, nullptr, declaring_class_def_index);
710 HInstruction* ref,
714 HInstruction* original_ref = HuntForOriginalReference(ref);
773 HInstruction* ref,
778 HInstruction* original_ref = HuntForOriginalReference(ref);
981 HInstruction* ref =
984 if (ref == new_instance && offset >= mirror::kObjectHeaderSize) {