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

  /art/runtime/gc/
reference_processor-inl.h 25 inline bool ReferenceProcessor::SlowPathEnabled() {
reference_processor.cc 37 ReferenceProcessor::ReferenceProcessor()
48 void ReferenceProcessor::EnableSlowPath() {
52 void ReferenceProcessor::DisableSlowPath(Thread* self) {
57 void ReferenceProcessor::BroadcastForSlowPath(Thread* self) {
63 mirror::Object* ReferenceProcessor::GetReferent(Thread* self, mirror::Reference* reference) {
106 void ReferenceProcessor::StartPreservingReferences(Thread* self) {
111 void ReferenceProcessor::StopPreservingReferences(Thread* self) {
119 void ReferenceProcessor::ProcessReferences(bool concurrent, TimingLogger* timings,
191 void ReferenceProcessor::DelayReferenceReferent(mirror::Class* klass, mirror::Reference* ref
    [all...]
reference_processor.h 46 class ReferenceProcessor {
48 explicit ReferenceProcessor();
100 DISALLOW_COPY_AND_ASSIGN(ReferenceProcessor);
heap.h 60 class ReferenceProcessor;
686 ReferenceProcessor* GetReferenceProcessor() {
    [all...]
heap.cc 569 reference_processor_.reset(new ReferenceProcessor());
    [all...]
  /art/runtime/mirror/
reference.h 32 class ReferenceProcessor;
132 friend class gc::ReferenceProcessor;

Completed in 195 milliseconds