Home
last modified time | relevance | path

Searched defs:AllocateRaw (Results 1 – 12 of 12) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dheap-allocator-inl.h56 V8_WARN_UNUSED_RESULT V8_INLINE AllocationResult HeapAllocator::AllocateRaw( in AllocateRaw() function
161 AllocationResult HeapAllocator::AllocateRaw(int size_in_bytes, in AllocateRaw() function
Dconcurrent-allocator-inl.h21 AllocationResult ConcurrentAllocator::AllocateRaw(int object_size, in AllocateRaw() function
Dlocal-factory.cc46 HeapObject LocalFactory::AllocateRaw(int size, AllocationType allocation, in AllocateRaw() function in v8::internal::LocalFactory
Dlarge-spaces.cc142 AllocationResult OldLargeObjectSpace::AllocateRaw(int object_size) { in AllocateRaw() function in v8::internal::OldLargeObjectSpace
146 AllocationResult OldLargeObjectSpace::AllocateRaw(int object_size, in AllocateRaw() function in v8::internal::OldLargeObjectSpace
502 AllocationResult NewLargeObjectSpace::AllocateRaw(int object_size) { in AllocateRaw() function in v8::internal::NewLargeObjectSpace
591 AllocationResult CodeLargeObjectSpace::AllocateRaw(int object_size) { in AllocateRaw() function in v8::internal::CodeLargeObjectSpace
Dlocal-heap-inl.h19 AllocationResult LocalHeap::AllocateRaw(int size_in_bytes, AllocationType type, in AllocateRaw() function
Dspaces-inl.h240 AllocationResult SpaceWithLinearArea::AllocateRaw(int size_in_bytes, in AllocateRaw() function
Dheap-inl.h200 AllocationResult Heap::AllocateRaw(int size_in_bytes, AllocationType type, in AllocateRaw() function
Dread-only-spaces.cc709 AllocationResult ReadOnlySpace::AllocateRaw(int size_in_bytes, in AllocateRaw() function in v8::internal::ReadOnlySpace
Dfactory-base.cc988 HeapObject FactoryBase<Impl>::AllocateRaw(int size, AllocationType allocation, in AllocateRaw() function in v8::internal::FactoryBase
Dfactory.cc333 HeapObject Factory::AllocateRaw(int size, AllocationType allocation, in AllocateRaw() function in v8::internal::Factory
/third_party/node/deps/v8/src/compiler/
Dsimplified-operator.cc1780 const Operator* SimplifiedOperatorBuilder::AllocateRaw( in AllocateRaw() function in v8::internal::compiler::SimplifiedOperatorBuilder
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc1210 TNode<HeapObject> CodeStubAssembler::AllocateRaw(TNode<IntPtrT> size_in_bytes, in AllocateRaw() function in v8::internal::CodeStubAssembler