OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:concurrent_copying_collector_
(Results
1 - 2
of
2
) sorted by null
/art/runtime/gc/
heap.h
1019
collector::ConcurrentCopying*
concurrent_copying_collector_
;
member in class:art::gc::Heap
[
all
...]
heap.cc
430
concurrent_copying_collector_
= new collector::ConcurrentCopying(this);
431
garbage_collectors_.push_back(
concurrent_copying_collector_
);
[
all
...]
Completed in 134 milliseconds