Searched defs:AllocateRaw (Results 1 – 12 of 12) sorted by relevance
/third_party/node/deps/v8/src/heap/ |
D | heap-allocator-inl.h | 56 V8_WARN_UNUSED_RESULT V8_INLINE AllocationResult HeapAllocator::AllocateRaw( in AllocateRaw() function 161 AllocationResult HeapAllocator::AllocateRaw(int size_in_bytes, in AllocateRaw() function
|
D | concurrent-allocator-inl.h | 21 AllocationResult ConcurrentAllocator::AllocateRaw(int object_size, in AllocateRaw() function
|
D | local-factory.cc | 46 HeapObject LocalFactory::AllocateRaw(int size, AllocationType allocation, in AllocateRaw() function in v8::internal::LocalFactory
|
D | large-spaces.cc | 142 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
|
D | local-heap-inl.h | 19 AllocationResult LocalHeap::AllocateRaw(int size_in_bytes, AllocationType type, in AllocateRaw() function
|
D | spaces-inl.h | 240 AllocationResult SpaceWithLinearArea::AllocateRaw(int size_in_bytes, in AllocateRaw() function
|
D | heap-inl.h | 200 AllocationResult Heap::AllocateRaw(int size_in_bytes, AllocationType type, in AllocateRaw() function
|
D | read-only-spaces.cc | 709 AllocationResult ReadOnlySpace::AllocateRaw(int size_in_bytes, in AllocateRaw() function in v8::internal::ReadOnlySpace
|
D | factory-base.cc | 988 HeapObject FactoryBase<Impl>::AllocateRaw(int size, AllocationType allocation, in AllocateRaw() function in v8::internal::FactoryBase
|
D | factory.cc | 333 HeapObject Factory::AllocateRaw(int size, AllocationType allocation, in AllocateRaw() function in v8::internal::Factory
|
/third_party/node/deps/v8/src/compiler/ |
D | simplified-operator.cc | 1780 const Operator* SimplifiedOperatorBuilder::AllocateRaw( in AllocateRaw() function in v8::internal::compiler::SimplifiedOperatorBuilder
|
/third_party/node/deps/v8/src/codegen/ |
D | code-stub-assembler.cc | 1210 TNode<HeapObject> CodeStubAssembler::AllocateRaw(TNode<IntPtrT> size_in_bytes, in AllocateRaw() function in v8::internal::CodeStubAssembler
|