Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap-inl.h223 if (kUseThreadLocalAllocationStack) { in PushOnAllocationStack()
Dheap.h121 static constexpr bool kUseThreadLocalAllocationStack = true; variable
Dheap.cc2449 if (!kUseThreadLocalAllocationStack || obj != nullptr) { in MarkAllocStack()
3105 if (!kUseThreadLocalAllocationStack || it->AsMirrorPtr() != nullptr) { in VerifyMissingCardMarks()
3113 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.cc238 if (kUseThreadLocalAllocationStack) { in MarkingPhase()
Dconcurrent_copying.cc356 if (kUseThreadLocalAllocationStack) { in Run()