Searched refs:AllocateRawAligned (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/heap/ |
D | spaces-inl.h | 387 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()
|
D | spaces.h | 1891 MUST_USE_RESULT inline AllocationResult AllocateRawAligned( 2006 MUST_USE_RESULT inline AllocationResult AllocateRawAligned( in NON_EXPORTED_BASE() 2541 MUST_USE_RESULT INLINE(AllocationResult AllocateRawAligned(
|
D | mark-compact.cc | 1827 allocation = buffer_.AllocateRawAligned(size_in_bytes, alignment); in AllocateInLab() 1833 allocation = buffer_.AllocateRawAligned(size_in_bytes, alignment); in AllocateInLab()
|
/external/v8/src/ |
D | code-stub-assembler.h | 1302 Node* AllocateRawAligned(Node* size_in_bytes, AllocationFlags flags,
|
D | code-stub-assembler.cc | 745 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()
|