Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/builtins/
Dbuiltins-internal-gen.cc1096 AllowLargeObjectAllocationFlag::encode(true))); in TF_BUILTIN()
1107 AllowLargeObjectAllocationFlag::encode(false))); in TF_BUILTIN()
1118 AllowLargeObjectAllocationFlag::encode(true))); in TF_BUILTIN()
1129 AllowLargeObjectAllocationFlag::encode(false))); in TF_BUILTIN()
/third_party/node/deps/v8/src/runtime/
Druntime-internal.cc431 AllowLargeObjectAllocationFlag::decode(flags); in RUNTIME_FUNCTION()
463 AllowLargeObjectAllocationFlag::decode(flags); in RUNTIME_FUNCTION()
Druntime.h887 using AllowLargeObjectAllocationFlag = base::BitField<bool, 1, 1>; variable
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc1249 AllowLargeObjectAllocationFlag::encode(allow_large_object_allocation))); in AllocateRaw()
1280 AllowLargeObjectAllocationFlag::encode(allow_large_object_allocation))); in AllocateRaw()