Home
last modified time | relevance | path

Searched refs:AllocationFlag (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/
Dcode-stub-assembler.h240 enum AllocationFlag : uint8_t { enum
249 typedef base::Flags<AllocationFlag> AllocationFlags;
1417 AllocationFlag::kAllowLargeObjectAllocation)); in AllocateZeroedFixedArray()
1426 AllocationFlag::kAllowLargeObjectAllocation)); in AllocateZeroedFixedDoubleArray()
Dcode-stub-assembler.cc4092 AllocationFlag::kNone, var_fixed_array_map.value()); in ExtractFixedArray()
/external/v8/src/builtins/
Dbuiltins-promise-gen.cc1983 AllocationFlag::kAllowLargeObjectAllocation); in PerformPromiseAll()
2123 AllocationFlag::kAllowLargeObjectAllocation)); in TF_BUILTIN()
Dbuiltins-internal-gen.cc864 AllocationFlag::kAllowLargeObjectAllocation)); in TF_BUILTIN()
Dbuiltins-string-gen.cc311 CodeStubAssembler::AllocationFlag allocation_flags = in Generate_StringAdd()
1842 PACKED_ELEMENTS, length, AllocationFlag::kAllowLargeObjectAllocation)); in StringToArray()