Home
last modified time | relevance | path

Searched refs:GetParent (Results 1 – 25 of 26) sorted by relevance

12

/art/compiler/optimizing/
Dssa_liveness_analysis.cc145 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()
[all …]
Dlicm.cc45 environment = environment->GetParent()) { in InputsAreDefinedBeforeLoop()
68 for (; environment != nullptr; environment = environment->GetParent()) { in UpdateLoopPhisIn()
Dregister_allocator.cc141 HInstruction* defined_by = current->GetParent()->GetDefinedBy(); in ValidateIntervals()
142 if (current->GetParent()->HasSpillSlot() in ValidateIntervals()
147 + current->GetParent()->GetSpillSlot() / kVRegSize in ValidateIntervals()
Dregister_allocation_resolver.cc307 case 1: loc = Location::StackSlot(interval->GetParent()->GetSpillSlot()); break; in ConnectSiblings()
308 case 2: loc = Location::DoubleStackSlot(interval->GetParent()->GetSpillSlot()); break; in ConnectSiblings()
309 case 4: loc = Location::SIMDStackSlot(interval->GetParent()->GetSpillSlot()); break; in ConnectSiblings()
396 if (current->GetParent()->HasSpillSlot()) { in ConnectSiblings()
397 locations->SetStackBit(current->GetParent()->GetSpillSlot() / kVRegSize); in ConnectSiblings()
436 LiveInterval* parent = interval->GetParent(); in ConnectSplitSiblings()
Dprepare_for_register_allocation.cc286 user_environment = user_environment->GetParent(); in CanMoveClinitCheck()
287 input_environment = input_environment->GetParent(); in CanMoveClinitCheck()
Dregister_allocator_linear_scan.cc965 << current->GetParent()->GetDefinedBy()->DebugName() << " " in AllocateBlockedReg()
966 << current->GetParent()->GetDefinedBy()->GetId() in AllocateBlockedReg()
1083 DCHECK(interval->GetLowInterval()->GetParent()->HasSpillSlot()); in AllocateSpillSlotFor()
1087 LiveInterval* parent = interval->GetParent(); in AllocateSpillSlotFor()
Dcode_generator.cc858 for (HEnvironment* env = instruction->GetEnvironment(); env != nullptr; env = env->GetParent()) { in AllocateLocations()
1100 while (outer_environment->GetParent() != nullptr) { in RecordPcInfo()
1101 outer_environment = outer_environment->GetParent(); in RecordPcInfo()
1239 if (environment->GetParent() != nullptr) { in EmitEnvironment()
1241 EmitEnvironment(environment->GetParent(), slow_path); in EmitEnvironment()
1393 if (environment->GetParent() != nullptr) { in EmitEnvironment()
Dgraph_checker.cc484 environment = environment->GetParent()) { in VisitInstruction()
513 while (environment->GetParent() != nullptr) { in VisitInstruction()
514 environment = environment->GetParent(); in VisitInstruction()
Dssa_liveness_analysis.h472 LiveInterval* GetParent() const { return parent_; } in GetParent() function
833 return GetParent()->is_high_interval_; in IsHighInterval()
837 return !IsHighInterval() && (GetParent()->high_or_low_interval_ != nullptr); in IsLowInterval()
Dcode_generator.h924 if (e1->GetParent() != e2->GetParent() || e1->Size() != e2->Size()) { in HaveSameStackMap()
Dsuperblock_cloner.cc134 if (orig_env->GetParent() != nullptr) { in DeepCloneEnvironmentWithRemapping()
135 DeepCloneEnvironmentWithRemapping(copy_instr, orig_env->GetParent()); in DeepCloneEnvironmentWithRemapping()
Dregister_allocator_graph_color.cc1317 LiveInterval* parent = interval->GetParent(); in FindCoalesceOpportunities()
1342 LiveInterval* existing = interval->GetParent()->GetSiblingAt(position); in FindCoalesceOpportunities()
1934 LiveInterval* parent = node->GetInterval()->GetParent(); in AllocateSpillSlots()
Dnodes.h1944 if (parent->GetParent() != nullptr) { in SetAndCopyParentChain()
1945 parent_->SetAndCopyParentChain(allocator, parent->GetParent()); in SetAndCopyParentChain()
1975 HEnvironment* GetParent() const { return parent_; } in GetParent() function
1999 return GetParent() != nullptr; in IsFromInlinedInvoke()
2249 DCHECK(environment->GetParent() == nullptr); in InsertRawEnvironment()
2263 if (environment->GetParent() != nullptr) { in CopyEnvironmentFrom()
2264 environment_->SetAndCopyParentChain(allocator, environment->GetParent()); in CopyEnvironmentFrom()
2274 if (environment->GetParent() != nullptr) { in CopyEnvironmentFromWithLoopPhiAdjustment()
2275 environment_->SetAndCopyParentChain(allocator, environment->GetParent()); in CopyEnvironmentFromWithLoopPhiAdjustment()
Dgraph_visualizer.cc615 environment = environment->GetParent()) { in PrintInstruction()
Dsuperblock_cloner_test.cc206 EXPECT_EQ(copy_env->GetParent(), nullptr); in TEST_F()
Dnodes.cc102 environment = environment->GetParent()) { in RemoveEnvironmentUses()
115 environment = environment->GetParent()) { in HasEnvironmentUsedByOthers()
130 environment = environment->GetParent()) { in ResetEnvironmentInputRecords()
/art/runtime/
Dclass_loader_context_test.cc94 const ClassLoaderContext::ClassLoaderInfo& info = *context->GetParent(loader_index); in VerifySharedLibrariesSize()
149 ClassLoaderContext::ClassLoaderInfo& info = *context->GetParent(index); in VerifyOpenDexFiles()
229 ClassLoaderContext::ClassLoaderInfo& info = *context->GetParent(index); in VerifyClassLoaderInfo()
243 const ClassLoaderContext::ClassLoaderInfo& info = *context->GetParent(loader_index); in VerifyClassLoaderInfoSL()
554 ASSERT_TRUE(class_loader->GetParent()->GetClass() == in TEST_F()
593 ASSERT_TRUE(class_loader->GetParent()->GetClass() == in TEST_F()
621 ASSERT_TRUE(class_loader->GetParent()->GetClass() == in TEST_F()
674 Handle<mirror::ClassLoader> class_loader_2 = hs.NewHandle(class_loader_1->GetParent()); in TEST_F()
683 Handle<mirror::ClassLoader> class_loader_3 = hs.NewHandle(class_loader_2->GetParent()); in TEST_F()
691 ASSERT_TRUE(class_loader_3->GetParent()->GetClass() == in TEST_F()
[all …]
Dmodule_exclusion_test.cc111 ObjPtr<mirror::ClassLoader> actual_parent(result->GetParent()); in LoadModule()
Dclass_loader_context.h200 ClassLoaderInfo* GetParent(size_t index) const { in GetParent() function
Ddebug_print.cc79 for (; loader != nullptr; loader = loader->GetParent()) { in DescribeLoaders()
Dcommon_runtime_test.cc302 ObjPtr<mirror::ClassLoader> actual_parent(actual_class_loader->GetParent()); in LoadDexInWellKnownClassLoader()
Dsubtype_check_test.cc115 MockClass* GetParent() const { in GetParent() function
828 return IsTooWide(kls->GetParent()); in IsTooWide()
Dclass_loader_context.cc1098 Handle<mirror::ClassLoader> parent = hs.NewHandle(class_loader->GetParent()); in CreateInfoFromClassLoader()
/art/runtime/mirror/
Dclass_loader-inl.h28 inline ObjPtr<ClassLoader> ClassLoader::GetParent() { in GetParent() function
Dclass_loader.h43 ObjPtr<ClassLoader> GetParent() REQUIRES_SHARED(Locks::mutator_lock_);

12