Home
last modified time | relevance | path

Searched refs:AllocateRawUnaligned (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/heap/
H A Dheap-allocator-inl.h108 allocation = code_space()->AllocateRawUnaligned(size_in_bytes); in AllocateRaw()
112 allocation = space_for_maps()->AllocateRawUnaligned(size_in_bytes); in AllocateRaw()
H A Dspaces-inl.h257 AllocationResult SpaceWithLinearArea::AllocateRawUnaligned( in AllocateRawUnaligned() function in v8::internal::SpaceWithLinearArea
307 : AllocateRawUnaligned(size_in_bytes, origin); in AllocateRawSlow()
H A Dread-only-spaces.h259 AllocationResult AllocateRawUnaligned(int size_in_bytes);
H A Dread-only-spaces.cc689 AllocationResult ReadOnlySpace::AllocateRawUnaligned(int size_in_bytes) { in AllocateRawUnaligned() function in v8::internal::ReadOnlySpace
714 : AllocateRawUnaligned(size_in_bytes); in AllocateRaw()
H A Dspaces.h523 V8_WARN_UNUSED_RESULT V8_INLINE AllocationResult AllocateRawUnaligned(
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.h4137 TNode<HeapObject> AllocateRawUnaligned(TNode<IntPtrT> size_in_bytes,
H A Dcode-stub-assembler.cc1330 TNode<HeapObject> CodeStubAssembler::AllocateRawUnaligned(
1424 return AllocateRawUnaligned(size_in_bytes, flags,

Completed in 25 milliseconds