OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ConcurrentCopyingCollector
(Results
1 - 5
of
5
) sorted by null
/art/runtime/
read_barrier-inl.h
192
gc::collector::ConcurrentCopying* collector = heap->
ConcurrentCopyingCollector
();
206
Runtime::Current()->GetHeap()->
ConcurrentCopyingCollector
()->
217
Runtime::Current()->GetHeap()->
ConcurrentCopyingCollector
()->
223
return Runtime::Current()->GetHeap()->
ConcurrentCopyingCollector
()->Mark(obj);
thread_list.cc
[
all
...]
thread.cc
[
all
...]
/art/runtime/gc/
reference_queue.cc
70
heap->
ConcurrentCopyingCollector
()->IsActive()) {
75
collector::ConcurrentCopying* concurrent_copying = heap->
ConcurrentCopyingCollector
();
heap.h
697
collector::ConcurrentCopying*
ConcurrentCopyingCollector
() {
[
all
...]
Completed in 355 milliseconds