OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetClearSoftReferences
(Results
1 - 3
of
3
) sorted by null
/art/runtime/gc/collector/
garbage_collector.h
84
void
SetClearSoftReferences
(bool clear_soft_references) {
semi_space.cc
201
GetCurrentIteration()->
SetClearSoftReferences
(true);
[
all
...]
mark_sweep.cc
136
GetCurrentIteration()->
SetClearSoftReferences
(GetGcType() != collector::kGcTypeSticky);
[
all
...]
Completed in 180 milliseconds