Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Diteration.h77 return clear_soft_references_; in GetClearSoftReferences()
80 clear_soft_references_ = clear_soft_references; in SetClearSoftReferences()
92 bool clear_soft_references_; variable
Dgarbage_collector.cc99 clear_soft_references_ = clear_soft_references; in Reset()
/art/runtime/gc/
Dreference_processor.h114 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()