Home
last modified time | relevance | path

Searched refs:ReferenceProcessor (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/art/runtime/gc/
H A Dreference_processor.cc44 ReferenceProcessor::ReferenceProcessor() in ReferenceProcessor() function in art::gc::ReferenceProcessor
70 void ReferenceProcessor::EnableSlowPath() { in EnableSlowPath()
74 void ReferenceProcessor::DisableSlowPath(Thread* self) { in DisableSlowPath()
79 bool ReferenceProcessor::SlowPathEnabled() { in SlowPathEnabled()
85 void ReferenceProcessor::BroadcastForSlowPath(Thread* self) { in BroadcastForSlowPath()
90 ObjPtr<mirror::Object> ReferenceProcessor::GetReferent(Thread* self, in GetReferent()
168 uint32_t ReferenceProcessor::ForwardSoftReferences(TimingLogger* timings) { in ForwardSoftReferences()
188 void ReferenceProcessor::Setup(Thread* self, in Setup()
202 void ReferenceProcessor::ProcessReferences(Thread* self, TimingLogger* timings) { in ProcessReferences()
317 void ReferenceProcessor::DelayReferenceReferent(ObjPtr<mirror::Class> klass, in DelayReferenceReferent()
[all …]
H A Dreference_processor.h47 class ReferenceProcessor {
49 ReferenceProcessor();
127 DISALLOW_COPY_AND_ASSIGN(ReferenceProcessor);
H A Dheap.h77 class ReferenceProcessor; variable
815 ReferenceProcessor* GetReferenceProcessor() { in GetReferenceProcessor()
1449 std::unique_ptr<ReferenceProcessor> reference_processor_;
H A Dheap.cc774 reference_processor_.reset(new ReferenceProcessor()); in Heap()
/aosp_15_r20/art/runtime/mirror/
H A Dreference.h31 class ReferenceProcessor; variable
114 friend class gc::ReferenceProcessor;
/aosp_15_r20/art/runtime/gc/collector/
H A Dsemi_space.cc148 ReferenceProcessor* rp = GetHeap()->GetReferenceProcessor(); in ProcessReferences()
H A Dmark_sweep.cc200 ReferenceProcessor* rp = GetHeap()->GetReferenceProcessor(); in PausePhase()
H A Dconcurrent_copying.cc1614 ReferenceProcessor* rp = GetHeap()->GetReferenceProcessor(); in CopyingPhase()
H A Dmark_compact.cc3933 ReferenceProcessor* rp = GetHeap()->GetReferenceProcessor(); in MarkingPhase()
/aosp_15_r20/system/extras/simpleperf/testdata/
H A Dperf_display_bitmaps.UiThread.perf-script4870 …74ad2849c8 art::gc::ReferenceProcessor::ProcessReferences(bool, art::TimingLogger*, bool, art::gc:…
H A Dperf_display_bitmaps.perf-script15967 …74ad2849c8 art::gc::ReferenceProcessor::ProcessReferences(bool, art::TimingLogger*, bool, art::gc:…
H A Dperf_display_bitmaps.header.perf-script15982 …74ad2849c8 art::gc::ReferenceProcessor::ProcessReferences(bool, art::TimingLogger*, bool, art::gc:…
/aosp_15_r20/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-plugin-ij193/1.3.61-release-180/
HDkotlin-plugin-ij193-1.3.61-release-180.jarMETA-INF/ META-INF/MANIFEST.MF kotlinManifest.properties META-INF/annotation ...
/aosp_15_r20/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/
H A Dcommit.csv83423[email protected],Don't re-read referent in ReferenceProcessor::GetReferent