Home
last modified time | relevance | path

Searched refs:AllocateRawAligned (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/heap/
Dspaces-inl.h387 AllocationResult LocalAllocationBuffer::AllocateRawAligned( in AllocateRawAligned() function
461 AllocationResult PagedSpace::AllocateRawAligned(int size_in_bytes, in AllocateRawAligned() function
506 ? AllocateRawAligned(size_in_bytes, kDoubleAligned) in AllocateRaw()
523 AllocationResult NewSpace::AllocateRawAligned(int size_in_bytes, in AllocateRawAligned() function
579 ? AllocateRawAligned(size_in_bytes, kDoubleAligned) in AllocateRaw()
Dspaces.h1891 MUST_USE_RESULT inline AllocationResult AllocateRawAligned(
2006 MUST_USE_RESULT inline AllocationResult AllocateRawAligned( in NON_EXPORTED_BASE()
2541 MUST_USE_RESULT INLINE(AllocationResult AllocateRawAligned(
Dmark-compact.cc1827 allocation = buffer_.AllocateRawAligned(size_in_bytes, alignment); in AllocateInLab()
1833 allocation = buffer_.AllocateRawAligned(size_in_bytes, alignment); in AllocateInLab()
/external/v8/src/
Dcode-stub-assembler.h1302 Node* AllocateRawAligned(Node* size_in_bytes, AllocationFlags flags,
Dcode-stub-assembler.cc745 Node* CodeStubAssembler::AllocateRawAligned(Node* size_in_bytes, in AllocateRawAligned() function in v8::internal::CodeStubAssembler
818 return AllocateRawAligned(size_in_bytes, flags, top_address, limit_address); in Allocate()