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

  /external/chromium_org/third_party/WebKit/Source/platform/heap/
Handle.cpp 57 Address WrapperPersistentRegion::outOfLineAllocate(ThreadState* state, WrapperPersistentRegion** regionPtr)
Handle.h 286 static Address outOfLineAllocate(ThreadState*, WrapperPersistentRegion**);
328 persistentSlot = WrapperPersistentRegion::outOfLineAllocate(state, &region);
    [all...]
Heap.h 903 PLATFORM_EXPORT Address outOfLineAllocate(size_t, const GCInfo*);
    [all...]
Heap.cpp 630 Address ThreadHeap<Header>::outOfLineAllocate(size_t size, const GCInfo* gcInfo)
    [all...]

Completed in 1038 milliseconds