Searched defs:heaps (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DThreadState.cpp286 static void init(BaseHeap** heaps, ThreadState* state) argument
288 InitializeHeaps<index>::init(heaps, state);
289 heaps[index] = new typename HeapIndexTrait<index>::HeapType(state, index);
293 static void init(BaseHeap** heaps, ThreadState* state) { } argument
460 // on will not trace objects on this thread's heaps.
597 // other other heaps or put this address in the
647 json->beginArray("heaps");
1137 // Start the sweeper thread for the non finalized heaps. No

Completed in 58 milliseconds