Home
last modified time | relevance | path

Searched refs:SetOutOfMemoryCallback (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/debug/
Ddebug-interface.h115 void SetOutOfMemoryCallback(Isolate* isolate, OutOfMemoryCallback callback,
/external/v8/src/inspector/
Dv8-debugger.cc182 v8::debug::SetOutOfMemoryCallback(m_isolate, &V8Debugger::v8OOMCallback, in enable()
199 v8::debug::SetOutOfMemoryCallback(m_isolate, nullptr, nullptr); in disable()
/external/v8/src/heap/
Dheap.h852 void SetOutOfMemoryCallback(v8::debug::OutOfMemoryCallback callback,
Dheap.cc4550 void Heap::SetOutOfMemoryCallback(v8::debug::OutOfMemoryCallback callback, in SetOutOfMemoryCallback() function in v8::internal::Heap
/external/v8/src/
Dapi.cc9111 void debug::SetOutOfMemoryCallback(Isolate* isolate, in SetOutOfMemoryCallback() function in v8::debug
9115 i_isolate->heap()->SetOutOfMemoryCallback(callback, data); in SetOutOfMemoryCallback()