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

  /art/runtime/gc/
heap-inl.h 228 if (kUseThreadLocalAllocationStack) {
heap.h 126 static constexpr bool kUseThreadLocalAllocationStack = true;
    [all...]
heap.cc     [all...]
  /art/runtime/gc/collector/
mark_sweep.cc 251 if (kUseThreadLocalAllocationStack) {
    [all...]
semi_space.cc 238 if (kUseThreadLocalAllocationStack) {
    [all...]
concurrent_copying.cc 460 if (kUseThreadLocalAllocationStack) {
    [all...]

Completed in 208 milliseconds