Searched refs:allow_large_objects (Results 1 - 10 of 10) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A D | memory-lowering.cc | 137 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 D | memory-lowering.h | 92 AllowLargeObjects allow_large_objects,
|
H A D | simplified-operator.h | 596 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 D | memory-optimizer.cc | 302 node, allocation_type, allocation.allow_large_objects(), &state); in VisitAllocateRaw()
|
H A D | raw-machine-assembler.cc | 83 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 D | code-assembler.cc | 966 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 D | simplified-operator.cc | 1782 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 D | raw-machine-assembler.h | 207 AllowLargeObjects allow_large_objects);
|
H A D | code-assembler.h | 803 AllowLargeObjects allow_large_objects);
|
/third_party/node/deps/v8/src/codegen/ |
H A D | code-stub-assembler.cc | 1371 bool const allow_large_objects = 1373 if (!allow_large_objects) { 1385 allow_large_objects ? AllowLargeObjects::kTrue
|
Completed in 34 milliseconds