/aosp12/art/compiler/optimizing/ |
H A D | ssa_liveness_analysis.cc | 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 GetParent()->GetSpillSlot()); in ToLocation()
|
H A D | register_allocator.cc | 130 HInstruction* defined_by = current->GetParent()->GetDefinedBy(); in ValidateIntervals() 131 if (current->GetParent()->HasSpillSlot() in ValidateIntervals() 136 + current->GetParent()->GetSpillSlot() / kVRegSize in ValidateIntervals()
|
H A D | licm.cc | 45 environment = environment->GetParent()) { in InputsAreDefinedBeforeLoop() 68 for (; environment != nullptr; environment = environment->GetParent()) { in UpdateLoopPhisIn()
|
H A D | prepare_for_register_allocation.cc | 289 user_environment = user_environment->GetParent(); in CanMoveClinitCheck() 290 input_environment = input_environment->GetParent(); in CanMoveClinitCheck()
|
H A D | register_allocation_resolver.cc | 307 loc = Location::StackSlotByNumOfSlots(num_of_slots, interval->GetParent()->GetSpillSlot()); 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()
|
H A D | register_allocator_linear_scan.cc | 965 << 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()
|
H A D | code_generator.cc | 976 for (HEnvironment* env = instruction->GetEnvironment(); env != nullptr; env = env->GetParent()) { in AllocateLocations() 1249 while (outer_environment->GetParent() != nullptr) { in RecordPcInfo() 1250 outer_environment = outer_environment->GetParent(); in RecordPcInfo() 1541 bool emit_inline_info = environment->GetParent() != nullptr; in EmitEnvironment() 1545 EmitEnvironment(environment->GetParent(), slow_path, needs_vreg_info); in EmitEnvironment()
|
H A D | graph_checker.cc | 485 environment = environment->GetParent()) { in VisitInstruction() 519 while (environment->GetParent() != nullptr) { in VisitInstruction() 520 environment = environment->GetParent(); in VisitInstruction()
|
H A D | ssa_liveness_analysis.h | 472 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()
|
H A D | code_generator.h | 1003 if (e1->GetParent() != e2->GetParent() || e1->Size() != e2->Size()) { in HaveSameStackMap()
|
H A D | superblock_cloner.cc | 134 if (orig_env->GetParent() != nullptr) { in DeepCloneEnvironmentWithRemapping() 135 DeepCloneEnvironmentWithRemapping(copy_instr, orig_env->GetParent()); in DeepCloneEnvironmentWithRemapping()
|
H A D | register_allocator_graph_color.cc | 1317 LiveInterval* parent = interval->GetParent(); in FindCoalesceOpportunities() 1342 LiveInterval* existing = interval->GetParent()->GetSiblingAt(position); in FindCoalesceOpportunities() 1934 LiveInterval* parent = node->GetInterval()->GetParent(); in AllocateSpillSlots()
|
H A D | nodes.h | 2057 if (parent->GetParent() != nullptr) { in SetAndCopyParentChain() 2058 parent_->SetAndCopyParentChain(allocator, parent->GetParent()); in SetAndCopyParentChain() 2088 HEnvironment* GetParent() const { return parent_; } in GetParent() function 2112 return GetParent() != nullptr; in IsFromInlinedInvoke() 2161 cur_ = cur_->GetParent(); 2441 DCHECK(environment->GetParent() == nullptr); in InsertRawEnvironment() 2455 if (environment->GetParent() != nullptr) { in CopyEnvironmentFrom() 2456 environment_->SetAndCopyParentChain(allocator, environment->GetParent()); in CopyEnvironmentFrom() 2466 if (environment->GetParent() != nullptr) { in CopyEnvironmentFromWithLoopPhiAdjustment() 2467 environment_->SetAndCopyParentChain(allocator, environment->GetParent()); in CopyEnvironmentFromWithLoopPhiAdjustment()
|
H A D | superblock_cloner_test.cc | 210 EXPECT_EQ(copy_env->GetParent(), nullptr); in TEST_F()
|
/aosp12/art/runtime/ |
H A D | class_loader_context_test.cc | 628 ASSERT_TRUE(class_loader->GetParent()->GetClass() == in TEST_F() 667 ASSERT_TRUE(class_loader->GetParent()->GetClass() == in TEST_F() 737 ASSERT_TRUE(class_loader_3->GetParent()->GetClass() == in TEST_F() 820 ASSERT_TRUE(class_loader_1->GetParent()->GetClass() == in TEST_F() 822 ASSERT_TRUE(class_loader_2->GetParent()->GetClass() == in TEST_F() 824 ASSERT_TRUE(class_loader_3->GetParent()->GetClass() == in TEST_F() 920 ASSERT_TRUE(class_loader_2->GetParent()->GetClass() == in TEST_F() 922 ASSERT_TRUE(class_loader_3->GetParent()->GetClass() == in TEST_F() 924 ASSERT_TRUE(class_loader_4->GetParent()->GetClass() == in TEST_F() 1020 ASSERT_TRUE(class_loader_2->GetParent()->GetClass() == in TEST_F() [all …]
|
H A D | class_loader_context.h | 252 ClassLoaderInfo* GetParent(size_t index) const { in GetParent() function
|
H A D | debug_print.cc | 79 for (; loader != nullptr; loader = loader->GetParent()) { in DescribeLoaders()
|
H A D | module_exclusion_test.cc | 121 ObjPtr<mirror::ClassLoader> actual_parent(result->GetParent()); in LoadModule()
|
H A D | subtype_check_test.cc | 115 MockClass* GetParent() const { in GetParent() function 828 return IsTooWide(kls->GetParent()); in IsTooWide()
|
H A D | common_runtime_test.cc | 286 ObjPtr<mirror::ClassLoader> actual_parent(actual_class_loader->GetParent()); in LoadDexInWellKnownClassLoader()
|
/aosp12/system/extras/simpleperf/ |
H A D | CallChainJoiner.cpp | 62 if (GetParent(chain[chain_pos]) != chain[chain_pos + 1]) { in AddCallChain() 77 while ((top = GetParent(top)) != nullptr) { in AddCallChain() 142 CacheNode* parent = GetParent(node); in AllocNode() 151 CacheNode* old_parent = GetParent(child); in LinkParent() 166 CacheNode* old_parent = GetParent(child); in UnlinkParent()
|
H A D | CallChainJoiner.h | 93 CacheNode* GetParent(CacheNode* node) { in GetParent() function
|
/aosp12/art/runtime/mirror/ |
H A D | class_loader-inl.h | 28 inline ObjPtr<ClassLoader> ClassLoader::GetParent() { in GetParent() function
|
H A D | class_loader.h | 45 ObjPtr<ClassLoader> GetParent() REQUIRES_SHARED(Locks::mutator_lock_);
|
/aosp12/packages/providers/MediaProvider/jni/ |
H A D | node-inl.h | 292 node* GetParent() const { in GetParent() function
|