Home
last modified time | relevance | path

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

/external/v8/src/
Dv8.h24 bool is_heap_oom = false);
Dapi.cc245 void i::V8::FatalProcessOutOfMemory(const char* location, bool is_heap_oom) { in FatalProcessOutOfMemory() argument
307 Utils::ApiCheck(false, location, is_heap_oom in FatalProcessOutOfMemory()
/external/v8/src/heap/
Dheap.h595 bool is_heap_oom = false);
Dheap.cc5651 void Heap::FatalProcessOutOfMemory(const char* location, bool is_heap_oom) { in FatalProcessOutOfMemory() argument
5652 v8::internal::V8::FatalProcessOutOfMemory(location, is_heap_oom); in FatalProcessOutOfMemory()