Home
last modified time | relevance | path

Searched refs:kUseThreadLocalAllocationStack (Results 1 – 7 of 7) sorted by relevance

/art/runtime/gc/
Dheap-inl.h276 if (kUseThreadLocalAllocationStack) { in PushOnAllocationStack()
Dheap.h133 static constexpr bool kUseThreadLocalAllocationStack = false; variable
Dheap.cc3456 if (!kUseThreadLocalAllocationStack || it->AsMirrorPtr() != nullptr) { in VerifyMissingCardMarks()
3464 if (kUseThreadLocalAllocationStack) { in SwapStacks()
/art/runtime/gc/collector/
Dgarbage_collector.cc377 if (kUseThreadLocalAllocationStack && obj == nullptr) { in SweepArray()
Dsemi_space.cc185 if (kUseThreadLocalAllocationStack) { in MarkingPhase()
Dmark_sweep.cc237 if (kUseThreadLocalAllocationStack) { in RevokeAllThreadLocalAllocationStacks()
Dconcurrent_copying.cc481 if (kUseThreadLocalAllocationStack) { in Run()