Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap-inl.h217 if (kUseThreadLocalAllocationStack) { in PushOnAllocationStack()
Dheap.h124 static constexpr bool kUseThreadLocalAllocationStack = true; variable
Dheap.cc2596 if (!kUseThreadLocalAllocationStack || obj != nullptr) { in MarkAllocStack()
3253 if (!kUseThreadLocalAllocationStack || it->AsMirrorPtr() != nullptr) { in VerifyMissingCardMarks()
3261 if (kUseThreadLocalAllocationStack) { in SwapStacks()
/art/runtime/gc/collector/
Dmark_sweep.cc248 if (kUseThreadLocalAllocationStack) { in RevokeAllThreadLocalAllocationStacks()
1224 if (kUseThreadLocalAllocationStack && obj == nullptr) { in SweepArray()
1264 if (kUseThreadLocalAllocationStack && obj == nullptr) { in SweepArray()
Dmark_compact.cc181 if (kUseThreadLocalAllocationStack) { in MarkingPhase()
Dsemi_space.cc237 if (kUseThreadLocalAllocationStack) { in MarkingPhase()
Dconcurrent_copying.cc293 if (kUseThreadLocalAllocationStack) { in Run()