OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:garbage_collectors_
(Results
1 - 2
of
2
) sorted by null
/art/runtime/gc/
heap.cc
420
garbage_collectors_
.push_back(new collector::MarkSweep(this, concurrent));
421
garbage_collectors_
.push_back(new collector::PartialMarkSweep(this, concurrent));
422
garbage_collectors_
.push_back(new collector::StickyMarkSweep(this, concurrent));
429
garbage_collectors_
.push_back(semi_space_collector_);
431
garbage_collectors_
.push_back(concurrent_copying_collector_);
433
garbage_collectors_
.push_back(mark_compact_collector_);
[
all
...]
heap.h
1016
std::vector<collector::GarbageCollector*>
garbage_collectors_
;
member in class:art::gc::Heap
[
all
...]
Completed in 44 milliseconds