Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap-inl.h261 if (kUseThreadLocalAllocationStack) { in PushOnAllocationStack()
Dheap.h128 static constexpr bool kUseThreadLocalAllocationStack = true; variable
/art/runtime/gc/collector/
Dmark_sweep.cc251 if (kUseThreadLocalAllocationStack) { in RevokeAllThreadLocalAllocationStacks()
1248 if (kUseThreadLocalAllocationStack && obj == nullptr) { in SweepArray()
1288 if (kUseThreadLocalAllocationStack && obj == nullptr) { in SweepArray()
Dsemi_space.cc184 if (kUseThreadLocalAllocationStack) { in MarkingPhase()