Home
last modified time | relevance | path

Searched refs:allow_large_objects (Results 1 – 25 of 33) sorted by relevance

12

/dports/lang/v8/v8-9.6.180.12/src/compiler/
H A Dmemory-lowering.cc135 AllowLargeObjects allow_large_objects, AllocationState const** state_ptr) { in ReduceAllocateRaw() argument
156 if (allow_large_objects == AllowLargeObjects::kTrue) { in ReduceAllocateRaw()
162 if (allow_large_objects == AllowLargeObjects::kTrue) { in ReduceAllocateRaw()
175 if (allow_large_objects == AllowLargeObjects::kTrue) { in ReduceAllocateRaw()
181 if (allow_large_objects == AllowLargeObjects::kTrue) { in ReduceAllocateRaw()
343 if (allow_large_objects == AllowLargeObjects::kTrue) { in ReduceAllocateRaw()
624 allocation.allow_large_objects(), nullptr); in ReduceAllocateRaw()
H A Dmemory-lowering.h92 AllowLargeObjects allow_large_objects,
H A Dsimplified-operator.h627 AllowLargeObjects allow_large_objects = AllowLargeObjects::kFalse)
630 allow_large_objects_(allow_large_objects) {} in type_()
634 AllowLargeObjects allow_large_objects() const { return allow_large_objects_; } in allow_large_objects() function
1036 AllowLargeObjects allow_large_objects = AllowLargeObjects::kFalse); in NON_EXPORTED_BASE()
H A Draw-machine-assembler.cc83 AllowLargeObjects allow_large_objects) { in OptimizedAllocate() argument
85 simplified()->AllocateRaw(Type::Any(), allocation, allow_large_objects), in OptimizedAllocate()
H A Dmemory-optimizer.cc299 node, allocation_type, allocation.allow_large_objects(), &state); in VisitAllocateRaw()
H A Dsimplified-operator.cc1819 AllowLargeObjects allow_large_objects) { in AllocateRaw() argument
1822 DCHECK(!(allow_large_objects == AllowLargeObjects::kTrue && in AllocateRaw()
1827 1, 1, 1, AllocateParameters(type, allocation, allow_large_objects)); in AllocateRaw()
H A Dcode-assembler.cc957 AllowLargeObjects allow_large_objects) { in OptimizedAllocate() argument
959 size, allocation, allow_large_objects)); in OptimizedAllocate()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/libmimalloc-sys-0.1.23/c_src/mimalloc/test/
H A Dtest-stress.c36 static bool allow_large_objects = true; // allow very large objects? variable
94 if (chance(1, r) && allow_large_objects) items *= 10000; // 0.01% giant in alloc_items()
95 else if (chance(10, r) && allow_large_objects) items *= 1000; // 0.1% huge in alloc_items()
/dports/lang/rust/rustc-1.58.1-src/vendor/libmimalloc-sys/c_src/mimalloc/test/
H A Dtest-stress.c36 static bool allow_large_objects = true; // allow very large objects? variable
94 if (chance(1, r) && allow_large_objects) items *= 10000; // 0.01% giant in alloc_items()
95 else if (chance(10, r) && allow_large_objects) items *= 1000; // 0.1% huge in alloc_items()
/dports/devel/mimalloc/mimalloc-2.0.3/test/
H A Dtest-stress.c36 static bool allow_large_objects = true; // allow very large objects? variable
94 if (chance(1, r) && allow_large_objects) items *= 10000; // 0.01% giant in alloc_items()
95 else if (chance(10, r) && allow_large_objects) items *= 1000; // 0.1% huge in alloc_items()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/
H A Dmemory-lowering.cc94 AllowLargeObjects allow_large_objects, AllocationState const** state_ptr) { in ReduceAllocateRaw() argument
107 if (allow_large_objects == AllowLargeObjects::kTrue) { in ReduceAllocateRaw()
113 if (allow_large_objects == AllowLargeObjects::kTrue) { in ReduceAllocateRaw()
248 if (allow_large_objects == AllowLargeObjects::kTrue) { in ReduceAllocateRaw()
427 allocation.allow_large_objects(), nullptr); in ReduceAllocateRaw()
H A Dsimplified-operator.h550 AllowLargeObjects allow_large_objects = AllowLargeObjects::kFalse)
553 allow_large_objects_(allow_large_objects) {} in type_()
557 AllowLargeObjects allow_large_objects() const { return allow_large_objects_; } in allow_large_objects() function
900 AllowLargeObjects allow_large_objects = AllowLargeObjects::kFalse); in NON_EXPORTED_BASE()
H A Dmemory-lowering.h91 AllowLargeObjects allow_large_objects,
H A Dmemory-optimizer.cc288 node, allocation_type, allocation.allow_large_objects(), &state); in VisitAllocateRaw()
H A Draw-machine-assembler.cc74 AllowLargeObjects allow_large_objects) { in OptimizedAllocate() argument
76 simplified()->AllocateRaw(Type::Any(), allocation, allow_large_objects), in OptimizedAllocate()
H A Dsimplified-operator.cc1739 AllowLargeObjects allow_large_objects) { in AllocateRaw() argument
1742 DCHECK(!(allow_large_objects == AllowLargeObjects::kTrue && in AllocateRaw()
1747 1, 1, 1, AllocateParameters(type, allocation, allow_large_objects)); in AllocateRaw()
H A Dcode-assembler.cc813 AllowLargeObjects allow_large_objects) { in OptimizedAllocate() argument
815 size, allocation, allow_large_objects)); in OptimizedAllocate()
H A Draw-machine-assembler.h185 AllowLargeObjects allow_large_objects);
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/
H A Dmemory-lowering.cc97 AllowLargeObjects allow_large_objects, AllocationState const** state_ptr) { in ReduceAllocateRaw() argument
114 if (allow_large_objects == AllowLargeObjects::kTrue) { in ReduceAllocateRaw()
120 if (allow_large_objects == AllowLargeObjects::kTrue) { in ReduceAllocateRaw()
255 if (allow_large_objects == AllowLargeObjects::kTrue) { in ReduceAllocateRaw()
493 allocation.allow_large_objects(), nullptr); in ReduceAllocateRaw()
H A Dmemory-lowering.h93 AllowLargeObjects allow_large_objects,
H A Dsimplified-operator.h608 AllowLargeObjects allow_large_objects = AllowLargeObjects::kFalse)
611 allow_large_objects_(allow_large_objects) {} in type_()
615 AllowLargeObjects allow_large_objects() const { return allow_large_objects_; } in allow_large_objects() function
1003 AllowLargeObjects allow_large_objects = AllowLargeObjects::kFalse); in NON_EXPORTED_BASE()
H A Dmemory-optimizer.cc289 node, allocation_type, allocation.allow_large_objects(), &state); in VisitAllocateRaw()
H A Draw-machine-assembler.cc85 AllowLargeObjects allow_large_objects) { in OptimizedAllocate() argument
87 simplified()->AllocateRaw(Type::Any(), allocation, allow_large_objects), in OptimizedAllocate()
H A Dsimplified-operator.cc1822 AllowLargeObjects allow_large_objects) { in AllocateRaw() argument
1825 DCHECK(!(allow_large_objects == AllowLargeObjects::kTrue && in AllocateRaw()
1830 1, 1, 1, AllocateParameters(type, allocation, allow_large_objects)); in AllocateRaw()
H A Dcode-assembler.cc848 AllowLargeObjects allow_large_objects) { in OptimizedAllocate() argument
850 size, allocation, allow_large_objects)); in OptimizedAllocate()

12