Searched refs:rp (Results 1 – 6 of 6) sorted by relevance
/art/build/apex/ |
D | com.android.art.pem | 40 KQVBAoIBAQCQmvRG9WchPZmwxjOE+rp/OGhzspWpOh4LCsptLAZerDOdemegdr0J
|
/art/runtime/gc/collector/ |
D | semi_space.cc | 148 ReferenceProcessor* rp = GetHeap()->GetReferenceProcessor(); in ProcessReferences() local 149 rp->Setup(self, this, /*concurrent=*/false, GetCurrentIteration()->GetClearSoftReferences()); in ProcessReferences() 150 rp->ProcessReferences(self, GetTimings()); in ProcessReferences()
|
D | mark_sweep.cc | 212 ReferenceProcessor* rp = GetHeap()->GetReferenceProcessor(); in PausePhase() local 213 rp->Setup(self, this, /*concurrent=*/true, GetCurrentIteration()->GetClearSoftReferences()); in PausePhase() 214 rp->EnableSlowPath(); in PausePhase()
|
D | concurrent_copying.cc | 1628 ReferenceProcessor* rp = GetHeap()->GetReferenceProcessor(); in CopyingPhase() local 1630 rp->Setup(self, this, /*concurrent=*/ true, clear_soft_references); in CopyingPhase() 1633 rp->ForwardSoftReferences(GetTimings()); in CopyingPhase()
|
D | mark_compact.cc | 4535 ReferenceProcessor* rp = GetHeap()->GetReferenceProcessor(); in MarkingPhase() local 4537 rp->Setup(thread_running_gc_, this, /*concurrent=*/ true, clear_soft_references); in MarkingPhase() 4540 rp->ForwardSoftReferences(GetTimings()); in MarkingPhase()
|
/art/build/boot/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 4815 Ljava/security/spec/ECFieldF2m;->rp:Ljava/math/BigInteger;
|