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.h123 static void ReportOOMFailure(const char* location, bool is_heap_oom);
Dapi.cc273 void i::V8::FatalProcessOutOfMemory(const char* location, bool is_heap_oom) { in FatalProcessOutOfMemory() argument
352 Utils::ReportOOMFailure(location, is_heap_oom); in FatalProcessOutOfMemory()
371 void Utils::ReportOOMFailure(const char* location, bool is_heap_oom) { in ReportOOMFailure() argument
380 is_heap_oom ? "javascript" : "process", location); in ReportOOMFailure()
384 is_heap_oom in ReportOOMFailure()
389 oom_callback(location, is_heap_oom); in ReportOOMFailure()
/external/v8/src/heap/
Dheap.h665 bool is_heap_oom = false);
Dheap.cc5858 void Heap::FatalProcessOutOfMemory(const char* location, bool is_heap_oom) { in FatalProcessOutOfMemory() argument
5859 v8::internal::V8::FatalProcessOutOfMemory(location, is_heap_oom); in FatalProcessOutOfMemory()
/external/v8/include/
Dv8.h5719 typedef void (*OOMErrorCallback)(const char* location, bool is_heap_oom);