Lines Matching refs:GetParent
145 environment = environment->GetParent()) { in ProcessEnvironment()
329 if (GetParent()->GetDefinedBy() != nullptr) { in DumpWithContext()
330 stream << ", defined_by:" << GetParent()->GetDefinedBy()->GetKind(); in DumpWithContext()
331 stream << "(" << GetParent()->GetDefinedBy()->GetLifetimePosition() << ")"; in DumpWithContext()
344 if (GetParent() == this && defined_by_ != nullptr) { in FindFirstRegisterHint()
365 LiveInterval* existing = GetParent()->GetSiblingAt(position); in FindFirstRegisterHint()
494 HInstruction* definition = GetParent()->GetDefinedBy(); in NumberOfSpillSlotsNeeded()
522 HInstruction* defined_by = GetParent()->GetDefinedBy(); in ToLocation()
525 } else if (GetParent()->HasSpillSlot()) { in ToLocation()
527 case 1: return Location::StackSlot(GetParent()->GetSpillSlot()); in ToLocation()
528 case 2: return Location::DoubleStackSlot(GetParent()->GetSpillSlot()); in ToLocation()
529 case 4: return Location::SIMDStackSlot(GetParent()->GetSpillSlot()); in ToLocation()