HomeSort by relevance Sort by last modified time
    Searched refs:ReferenceProcessor (Results 1 - 5 of 5) sorted by null

  /art/runtime/gc/
reference_processor-inl.h 25 inline bool ReferenceProcessor::SlowPathEnabled() {
reference_processor.cc 31 ReferenceProcessor::ReferenceProcessor()
42 void ReferenceProcessor::EnableSlowPath() {
46 void ReferenceProcessor::DisableSlowPath(Thread* self) {
51 mirror::Object* ReferenceProcessor::GetReferent(Thread* self, mirror::Reference* reference) {
90 bool ReferenceProcessor::PreserveSoftReferenceCallback(mirror::HeapReference<mirror::Object>* obj,
100 void ReferenceProcessor::StartPreservingReferences(Thread* self) {
105 void ReferenceProcessor::StopPreservingReferences(Thread* self) {
113 void ReferenceProcessor::ProcessReferences(bool concurrent, TimingLogger* timings,
185 void ReferenceProcessor::DelayReferenceReferent(mirror::Class* klass, mirror::Reference* ref
    [all...]
reference_processor.h 41 class ReferenceProcessor {
43 explicit ReferenceProcessor();
heap.h 59 class ReferenceProcessor;
598 ReferenceProcessor* GetReferenceProcessor() {
    [all...]
  /art/runtime/mirror/
reference.h 31 class ReferenceProcessor;
120 friend class gc::ReferenceProcessor;

Completed in 288 milliseconds