Home
last modified time | relevance | path

Searched refs:Contains (Results 51 – 68 of 68) sorted by relevance

123

/art/dex2oat/
Ddex2oat_test.cc1482 EXPECT_TRUE(section_hot_code.Contains(code_item_offset)); in TEST_F()
1486 EXPECT_TRUE(section_sometimes_used.Contains(code_item_offset)); in TEST_F()
1490 EXPECT_TRUE(section_startup_only.Contains(code_item_offset)); in TEST_F()
1493 if (section_unused.Contains(code_item_offset)) { in TEST_F()
/art/build/apex/
DAndroid.bp3 // Contains both the Android Managed Runtime (ART) and the Android Core Library
/art/oatdump/
Doatdump.cc1698 if (space->GetImageHeader().GetObjectsSection().Contains(local_offset)) { in DumpDataBimgRelRoEntries()
1717 } else if (space->GetImageHeader().GetMethodsSection().Contains(local_offset)) { in DumpDataBimgRelRoEntries()
2136 return image_space_.Contains(object); in InDumpSpace()
2278 } else if (method_section.Contains( in DumpObject()
2312 } else if (field_section.Contains( in DumpObject()
/art/compiler/optimizing/
Dloop_optimization.cc77 if (!loop_info->Contains(*successor)) { in IsEarlyExit()
816 int32_t constant = loop_info->Contains(*copy_hif->IfTrueSuccessor()) ? 1 : 0; in TryUnrollingForBranchPenaltyReduction()
883 int32_t constant = loop_info->Contains(*loop_hif->IfTrueSuccessor()) ? 0 : 1; in TryFullUnrolling()
Doptimizing_compiler.cc1368 return handles.Contains(root.GetReference()); in JitCompile()
Dbounds_check_elimination.cc1699 if (!loop->Contains(*successor)) { in IsEarlyExitLoop()
Dcode_generator.cc900 return space->GetImageHeader().GetImageSection(section).Contains(offset); in GetBootImageOffsetImpl()
Dnodes.h157 bool Contains(HInstruction* instruction) const;
929 bool Contains(const HBasicBlock& block) const;
1334 } else if (loop_information_->Contains(*info->GetHeader())) { in SetInLoop()
/art/runtime/gc/collector/
Dconcurrent_copying.cc624 CHECK(large_object_space->Contains(ref.Ptr()) && in CheckReference()
2973 DCHECK(heap_->GetLargeObjectsSpace() && heap_->GetLargeObjectsSpace()->Contains(obj)) in LogFromSpaceRefHolder()
3007 DCHECK(heap_->GetLargeObjectsSpace() && heap_->GetLargeObjectsSpace()->Contains(from_ref)) in IsMarkedInNonMovingSpace()
3562 return alloc_stack->Contains(ref); in IsOnAllocStack()
/art/runtime/hprof/
Dhprof.cc1132 if (los->Contains(obj) && los->IsZygoteLargeObject(Thread::Current(), obj)) { in DumpHeapObject()
/art/runtime/
Dmonitor.cc548 if (Runtime::Current()->GetThreadList()->Contains(orig_owner)) { in Lock()
Dclass_linker.cc1972 contains = method_sections_[i]->Contains(offset) || in CheckArtMethod()
1973 runtime_method_sections_[i]->Contains(offset); in CheckArtMethod()
2002 if (space->GetImageHeader().GetDexCacheArraysSection().Contains(offset)) { in CheckArtMethodDexCacheArray()
2065 CHECK(class_table->Contains(klass)) in VerifyAppImage()
2298 return class_table != nullptr && class_table->Contains(klass); in ClassInClassTable()
9925 if (klass->GetVirtualMethodsSliceUnchecked(pointer_size_).Contains(method_)) { in operator ()()
Druntime.cc2739 if (OatQuickMethodHeader::NterpMethodHeader->Contains(code)) { in IsAsyncDeoptimizeable()
Dthread.cc2538 if (cur->Contains(hs_entry)) { in HandleScopeContains()
/art/runtime/mirror/
Dclass.cc1775 DCHECK(GetMethodsSlice(kRuntimePointerSize).Contains(method)) in GetMethodIdOffset()
/art/imgdiag/
Dimgdiag.cc1407 if (image_header.GetImageSection(section).Contains(offset)) { in ComputeDirtyBytes()
/art/openjdkjvmti/
Dti_heap.cc1509 if (los->Contains(obj.Ptr()) && los->IsZygoteLargeObject(art::Thread::Current(), obj.Ptr())) { in GetHeapId()
Dti_redefine.cc2811 DCHECK(new_class->GetMethodsSlice(art::kRuntimePointerSize).Contains(new_method)) in UpdateClassStructurally()

123