Searched refs:current_local_heap (Results 1 – 1 of 1) sorted by relevance
32 thread_local LocalHeap* current_local_heap = nullptr; variable35 LocalHeap* LocalHeap::Current() { return current_local_heap; } in Current()75 DCHECK_NULL(current_local_heap); in LocalHeap()76 if (!is_main_thread()) current_local_heap = this; in LocalHeap()93 DCHECK_EQ(current_local_heap, this); in ~LocalHeap()94 current_local_heap = nullptr; in ~LocalHeap()