Home
last modified time | relevance | path

Searched refs:is_heap_oom (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/
Dv8.h25 bool is_heap_oom = false);
Dapi.h124 static void ReportOOMFailure(const char* location, bool is_heap_oom);
Dapi.cc303 void i::V8::FatalProcessOutOfMemory(const char* location, bool is_heap_oom) { in FatalProcessOutOfMemory() argument
382 Utils::ReportOOMFailure(location, is_heap_oom); in FatalProcessOutOfMemory()
401 void Utils::ReportOOMFailure(const char* location, bool is_heap_oom) { in ReportOOMFailure() argument
410 is_heap_oom ? "javascript" : "process", location); in ReportOOMFailure()
414 is_heap_oom in ReportOOMFailure()
419 oom_callback(location, is_heap_oom); in ReportOOMFailure()
/external/v8/src/heap/
Dheap.h672 bool is_heap_oom = false);
Dheap.cc5914 void Heap::FatalProcessOutOfMemory(const char* location, bool is_heap_oom) { in FatalProcessOutOfMemory() argument
5915 v8::internal::V8::FatalProcessOutOfMemory(location, is_heap_oom); in FatalProcessOutOfMemory()
/external/v8/include/
Dv8.h5756 typedef void (*OOMErrorCallback)(const char* location, bool is_heap_oom);