OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SwapStacks
(Results
1 - 7
of
7
) sorted by null
/art/runtime/gc/collector/
concurrent_copying.h
175
void
SwapStacks
() SHARED_REQUIRES(Locks::mutator_lock_);
mark_compact.cc
180
t.NewTiming("
SwapStacks
");
181
heap_->
SwapStacks
();
concurrent_copying.cc
242
cc->
SwapStacks
();
290
void ConcurrentCopying::
SwapStacks
() {
291
heap_->
SwapStacks
();
[
all
...]
semi_space.cc
240
heap_->
SwapStacks
();
[
all
...]
mark_sweep.cc
196
TimingLogger::ScopedTiming t2("
SwapStacks
", GetTimings());
198
heap_->
SwapStacks
();
[
all
...]
/art/runtime/gc/
heap.h
[
all
...]
heap.cc
[
all
...]
Completed in 751 milliseconds