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

/external/v8/src/inspector/
H A Dv8-debugger.cc577 thisPtr->m_isolate->IncreaseHeapLimitForDebugging();
/external/v8/src/heap/
H A Dheap.h971 void IncreaseHeapLimitForDebugging() { function in class:v8::internal::GarbageCollectionReason::Heap
/external/v8/include/
H A Dv8.h7149 void IncreaseHeapLimitForDebugging();
7152 * Restores the original heap limit after IncreaseHeapLimitForDebugging().
/external/v8/src/
H A Dapi.cc8635 void Isolate::IncreaseHeapLimitForDebugging() { function in class:v8::Isolate
8637 isolate->heap()->IncreaseHeapLimitForDebugging();

Completed in 244 milliseconds