Home
last modified time | relevance | path

Searched refs:initial_heap_limit (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/inspector/
Dv8-debugger.cc553 size_t HeapLimitForDebugging(size_t initial_heap_limit) { in HeapLimitForDebugging() argument
556 return std::min(max_limit, initial_heap_limit * kDebugHeapSizeFactor); in HeapLimitForDebugging()
562 size_t initial_heap_limit) { in nearHeapLimitCallback() argument
572 return HeapLimitForDebugging(initial_heap_limit); in nearHeapLimitCallback()
Dv8-debugger.h142 size_t initial_heap_limit);
/external/v8/include/
Dv8.h6773 size_t initial_heap_limit);