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

  /external/chromium_org/third_party/WebKit/Source/platform/heap/
ThreadState.h 146 GeneralHeap = 0,
154 FirstFinalizedHeap = GeneralHeap,
179 struct HeapIndexTrait<GeneralHeap> : public HeapIndexTraitBase<GeneralHeap> { };
181 struct HeapIndexTrait<GeneralHeapNonFinalized> : public HeapIndexTrait<GeneralHeap> { };
200 // By default objects are allocated in the GeneralHeap.
202 struct HeapTypeTrait : public HeapIndexTrait<GeneralHeap> { };
Heap.h 318 // object is on the GeneralHeap and not on a specific TypedHeap.
382 // Each object on the GeneralHeap needs to carry a pointer to its
    [all...]

Completed in 441 milliseconds