Home
last modified time | relevance | path

Searched refs:allow_large_object_allocation (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/runtime/
H A Druntime-internal.cc430 bool allow_large_object_allocation = in RUNTIME_FUNCTION() local
434 if (!allow_large_object_allocation) { in RUNTIME_FUNCTION()
462 bool allow_large_object_allocation = in RUNTIME_FUNCTION() local
466 if (!allow_large_object_allocation) { in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.cc1240 bool allow_large_object_allocation =
1243 if (allow_large_object_allocation) {
1249 AllowLargeObjectAllocationFlag::encode(allow_large_object_allocation)));
1280 AllowLargeObjectAllocationFlag::encode(allow_large_object_allocation)));

Completed in 16 milliseconds