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 223 if (kUseThreadLocalAllocationStack) {
heap.h 121 static constexpr bool kUseThreadLocalAllocationStack = true;
    [all...]
heap.cc     [all...]
  /art/runtime/gc/collector/
mark_sweep.cc 248 if (kUseThreadLocalAllocationStack) {
    [all...]
mark_compact.cc 181 if (kUseThreadLocalAllocationStack) {
semi_space.cc 238 if (kUseThreadLocalAllocationStack) {
    [all...]
concurrent_copying.cc 356 if (kUseThreadLocalAllocationStack) {
    [all...]

Completed in 426 milliseconds