Searched refs:regionPtr (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHandle.cpp57 Address WrapperPersistentRegion::outOfLineAllocate(ThreadState* state, WrapperPersistentRegion** regionPtr) argument
62 for (WrapperPersistentRegion* current = (*regionPtr)->m_next; current; current = current->m_next) {
65 *regionPtr = current;
72 *regionPtr = newRegion;

Completed in 131 milliseconds