Home
last modified time | relevance | path

Searched refs:clear_soft_references_ (Results 1 – 4 of 4) sorted by relevance

/art/runtime/gc/collector/
Diteration.h76 return clear_soft_references_; in GetClearSoftReferences()
79 clear_soft_references_ = clear_soft_references; in SetClearSoftReferences()
91 bool clear_soft_references_; variable
Dgarbage_collector.cc55 clear_soft_references_ = clear_soft_references; in Reset()
/art/runtime/gc/
Dreference_processor.h113 bool clear_soft_references_; // Only used by GC thread. variable
Dreference_processor.cc197 clear_soft_references_ = clear_soft_references; in Setup()
204 if (!clear_soft_references_) { in ProcessReferences()