Home
last modified time | relevance | path

Searched refs:allow_large_objects (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dmemory-lowering.cc137 AllowLargeObjects allow_large_objects, AllocationState const** state_ptr) { in ReduceAllocateRaw()
158 if (allow_large_objects == AllowLargeObjects::kTrue) { in ReduceAllocateRaw()
164 if (allow_large_objects == AllowLargeObjects::kTrue) { in ReduceAllocateRaw()
177 if (allow_large_objects == AllowLargeObjects::kTrue) { in ReduceAllocateRaw()
183 if (allow_large_objects == AllowLargeObjects::kTrue) { in ReduceAllocateRaw()
345 if (allow_large_objects == AllowLargeObjects::kTrue) { in ReduceAllocateRaw()
634 allocation.allow_large_objects(), nullptr); in ReduceAllocateRaw()
135 ReduceAllocateRaw( Node* node, AllocationType allocation_type, AllowLargeObjects allow_large_objects, AllocationState const** state_ptr) ReduceAllocateRaw() argument
H A Dmemory-lowering.h92 AllowLargeObjects allow_large_objects,
H A Dsimplified-operator.h596 AllowLargeObjects allow_large_objects = AllowLargeObjects::kFalse) in AllocateParameters()
599 allow_large_objects_(allow_large_objects) {} in AllocateParameters()
603 AllowLargeObjects allow_large_objects() const { return allow_large_objects_; } in allow_large_objects() function in v8::internal::AbortReason::AllocateParameters
991 AllowLargeObjects allow_large_objects = AllowLargeObjects::kFalse);
H A Dmemory-optimizer.cc302 node, allocation_type, allocation.allow_large_objects(), &state); in VisitAllocateRaw()
H A Draw-machine-assembler.cc83 AllowLargeObjects allow_large_objects) { in OptimizedAllocate()
85 simplified()->AllocateRaw(Type::Any(), allocation, allow_large_objects), in OptimizedAllocate()
81 OptimizedAllocate( Node* size, AllocationType allocation, AllowLargeObjects allow_large_objects) OptimizedAllocate() argument
H A Dcode-assembler.cc966 AllowLargeObjects allow_large_objects) { in OptimizedAllocate()
968 size, allocation, allow_large_objects)); in OptimizedAllocate()
964 OptimizedAllocate( TNode<IntPtrT> size, AllocationType allocation, AllowLargeObjects allow_large_objects) OptimizedAllocate() argument
H A Dsimplified-operator.cc1782 AllowLargeObjects allow_large_objects) { in AllocateRaw()
1785 1, 1, 1, AllocateParameters(type, allocation, allow_large_objects)); in AllocateRaw()
1780 AllocateRaw( Type type, AllocationType allocation, AllowLargeObjects allow_large_objects) AllocateRaw() argument
H A Draw-machine-assembler.h207 AllowLargeObjects allow_large_objects);
H A Dcode-assembler.h803 AllowLargeObjects allow_large_objects);
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.cc1371 bool const allow_large_objects =
1373 if (!allow_large_objects) {
1385 allow_large_objects ? AllowLargeObjects::kTrue

Completed in 34 milliseconds