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

  /art/runtime/gc/
reference_processor.h 41 class ReferenceProcessor {
43 explicit ReferenceProcessor();
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...]

Completed in 638 milliseconds