Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap-inl.h164 if (kUseThreadLocalAllocationStack) { in PushOnAllocationStack()
Dheap.h117 static constexpr bool kUseThreadLocalAllocationStack = true; variable
Dheap.cc2029 if (!kUseThreadLocalAllocationStack || obj != nullptr) { in MarkAllocStack()
2579 if (!kUseThreadLocalAllocationStack || *it != nullptr) { in VerifyMissingCardMarks()
2587 if (kUseThreadLocalAllocationStack) { in SwapStacks()
/art/runtime/gc/collector/
Dmark_sweep.cc242 if (kUseThreadLocalAllocationStack) { in RevokeAllThreadLocalAllocationStacks()
1046 if (kUseThreadLocalAllocationStack && obj == nullptr) { in SweepArray()
1085 if (kUseThreadLocalAllocationStack && obj == nullptr) { in SweepArray()
Dmark_compact.cc207 if (kUseThreadLocalAllocationStack) { in MarkingPhase()
Dsemi_space.cc225 if (kUseThreadLocalAllocationStack) { in MarkingPhase()