Home
last modified time | relevance | path

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

/external/libchrome/base/sampling_heap_profiler/
Dsampling_heap_profiler.cc162 ThreadLocalStorage::Slot& AccumulatedBytesTLS() { in AccumulatedBytesTLS() function
194 ignore_result(AccumulatedBytesTLS().Get()); in InitTLSSlot()
301 reinterpret_cast<intptr_t>(AccumulatedBytesTLS().Get()); in RecordAlloc()
304 AccumulatedBytesTLS().Set(reinterpret_cast<void*>(accumulated_bytes)); in RecordAlloc()
317 AccumulatedBytesTLS().Set(reinterpret_cast<void*>(accumulated_bytes)); in RecordAlloc()