Searched refs:allocation_flags (Results 1 – 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/builtins/ |
D | builtins-internal-gen.cc | 1094 TNode<Smi> allocation_flags = in TF_BUILTIN() local 1098 SmiFromIntPtr(requested_size), allocation_flags); in TF_BUILTIN() 1105 TNode<Smi> allocation_flags = in TF_BUILTIN() local 1109 SmiFromIntPtr(requested_size), allocation_flags); in TF_BUILTIN()
|
/third_party/node/deps/v8/src/codegen/ |
D | code-stub-assembler.h | 1966 AllocationFlags allocation_flags = AllocationFlag::kNone, 1973 AllocationFlags allocation_flags = AllocationFlag::kNone); 1977 AllocationFlags allocation_flags = AllocationFlag::kNone) { 1979 allocation_site, allocation_flags); 1984 AllocationFlags allocation_flags = AllocationFlag::kNone) { 1986 base::nullopt, allocation_flags); 1991 AllocationFlags allocation_flags = AllocationFlag::kNone) { 1993 allocation_flags); 2297 AllocationFlags allocation_flags, ExtractFixedArrayFlags extract_flags, 2322 TVariable<BoolT>* var_holes_converted, AllocationFlags allocation_flags,
|
D | code-stub-assembler.cc | 4031 TNode<IntPtrT> capacity, AllocationFlags allocation_flags, in AllocateUninitializedJSArrayWithElements() argument 4034 CHECK_EQ(allocation_flags & ~AllocationFlag::kAllowLargeObjectAllocation, 0); in AllocateUninitializedJSArrayWithElements() 4084 if (allocation_flags & AllocationFlag::kAllowLargeObjectAllocation) { in AllocateUninitializedJSArrayWithElements() 4092 elements = AllocateFixedArray(kind, capacity, allocation_flags); in AllocateUninitializedJSArrayWithElements() 4163 AllocationFlags allocation_flags) { in AllocateJSArray() argument 4170 kind, array_map, length, allocation_site, capacity, allocation_flags); in AllocateJSArray() 4362 AllocationFlags allocation_flags, ExtractFixedArrayFlags extract_flags, in ExtractToFixedArray() argument 4418 to_kind, capacity, allocation_flags, var_target_map.value()); in ExtractToFixedArray() 4462 TVariable<BoolT>* var_holes_converted, AllocationFlags allocation_flags, in ExtractFixedDoubleArrayFillingHoles() argument 4474 AllocateFixedArray(kind, capacity, allocation_flags, fixed_array_map); in ExtractFixedDoubleArrayFillingHoles() [all …]
|