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 | mark_compact.cc | 3956 ReferenceProcessor* rp = GetHeap()->GetReferenceProcessor(); in MarkingPhase() local 3958 rp->Setup(thread_running_gc_, this, /*concurrent=*/ true, clear_soft_references); in MarkingPhase() 3961 rp->ForwardSoftReferences(GetTimings()); in MarkingPhase()
|
D | concurrent_copying.cc | 1641 ReferenceProcessor* rp = GetHeap()->GetReferenceProcessor(); in CopyingPhase() local 1643 rp->Setup(self, this, /*concurrent=*/ true, clear_soft_references); in CopyingPhase() 1646 rp->ForwardSoftReferences(GetTimings()); in CopyingPhase()
|
/art/build/boot/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 4815 Ljava/security/spec/ECFieldF2m;->rp:Ljava/math/BigInteger;
|