OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetCurrentGcIteration
(Results
1 - 3
of
3
) sorted by null
/art/runtime/gc/collector/
garbage_collector.cc
169
return heap_->
GetCurrentGcIteration
();
172
return heap_->
GetCurrentGcIteration
();
/art/runtime/gc/
heap.cc
[
all
...]
heap.h
395
const collector::Iteration*
GetCurrentGcIteration
() const {
398
collector::Iteration*
GetCurrentGcIteration
() {
[
all
...]
Completed in 439 milliseconds