HomeSort by relevance Sort by last modified time
    Searched refs:kUseThreadLocalAllocationStack (Results 1 - 7 of 7) sorted by null

  /art/runtime/gc/
heap-inl.h 213 if (kUseThreadLocalAllocationStack) {
heap.h 118 static constexpr bool kUseThreadLocalAllocationStack = true;
    [all...]
heap.cc     [all...]
  /art/runtime/gc/collector/
mark_sweep.cc 247 if (kUseThreadLocalAllocationStack) {
    [all...]
mark_compact.cc 176 if (kUseThreadLocalAllocationStack) {
semi_space.cc 236 if (kUseThreadLocalAllocationStack) {
    [all...]
concurrent_copying.cc 214 if (kUseThreadLocalAllocationStack) {
    [all...]

Completed in 118 milliseconds