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 27 inline bool ReferenceProcessor::SlowPathEnabled() {
reference_processor.cc 39 ReferenceProcessor::ReferenceProcessor()
50 void ReferenceProcessor::EnableSlowPath() {
54 void ReferenceProcessor::DisableSlowPath(Thread* self) {
59 void ReferenceProcessor::BroadcastForSlowPath(Thread* self) {
64 ObjPtr<mirror::Object> ReferenceProcessor::GetReferent(Thread* self,
115 void ReferenceProcessor::StartPreservingReferences(Thread* self) {
120 void ReferenceProcessor::StopPreservingReferences(Thread* self) {
128 void ReferenceProcessor::ProcessReferences(bool concurrent,
209 void ReferenceProcessor::DelayReferenceReferent(ObjPtr<mirror::Class> klass
    [all...]
reference_processor.h 46 class ReferenceProcessor {
48 ReferenceProcessor();
110 DISALLOW_COPY_AND_ASSIGN(ReferenceProcessor);
heap.h 70 class ReferenceProcessor;
719 ReferenceProcessor* GetReferenceProcessor() {
    [all...]
heap.cc 567 reference_processor_.reset(new ReferenceProcessor());
    [all...]
  /art/runtime/mirror/
reference.h 33 class ReferenceProcessor;
122 friend class gc::ReferenceProcessor;

Completed in 191 milliseconds