Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap-inl.h213 if (kUseThreadLocalAllocationStack) { in PushOnAllocationStack()
Dheap.h118 static constexpr bool kUseThreadLocalAllocationStack = true; variable
Dheap.cc2568 if (!kUseThreadLocalAllocationStack || obj != nullptr) { in MarkAllocStack()
3219 if (!kUseThreadLocalAllocationStack || it->AsMirrorPtr() != nullptr) { in VerifyMissingCardMarks()
3227 if (kUseThreadLocalAllocationStack) { in SwapStacks()
/art/runtime/gc/collector/
Dmark_sweep.cc247 if (kUseThreadLocalAllocationStack) { in RevokeAllThreadLocalAllocationStacks()
1225 if (kUseThreadLocalAllocationStack && obj == nullptr) { in SweepArray()
1265 if (kUseThreadLocalAllocationStack && obj == nullptr) { in SweepArray()
Dmark_compact.cc189 if (kUseThreadLocalAllocationStack) { in MarkingPhase()
Dsemi_space.cc236 if (kUseThreadLocalAllocationStack) { in MarkingPhase()
Dconcurrent_copying.cc214 if (kUseThreadLocalAllocationStack) { in Run()