OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetParallelGCThreadCount
(Results
1 - 2
of
2
) sorted by null
/art/runtime/gc/
heap.h
578
size_t
GetParallelGCThreadCount
() const {
[
all
...]
/art/runtime/gc/collector/
mark_sweep.cc
719
return heap_->
GetParallelGCThreadCount
() + 1;
[
all
...]
Completed in 860 milliseconds