Searched refs:AllocateRawAligned (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/heap/ |
D | spaces-inl.h | 415 AllocationResult LocalAllocationBuffer::AllocateRawAligned( in AllocateRawAligned() function 484 AllocationResult PagedSpace::AllocateRawAligned(int size_in_bytes, in AllocateRawAligned() function 522 ? AllocateRawAligned(size_in_bytes, kDoubleAligned) in AllocateRaw() 539 AllocationResult NewSpace::AllocateRawAligned(int size_in_bytes, in AllocateRawAligned() function 595 ? AllocateRawAligned(size_in_bytes, kDoubleAligned) in AllocateRaw()
|
D | spaces.h | 2092 MUST_USE_RESULT inline AllocationResult AllocateRawAligned( 2224 MUST_USE_RESULT inline AllocationResult AllocateRawAligned( 2797 MUST_USE_RESULT INLINE(AllocationResult AllocateRawAligned(
|
D | mark-compact.cc | 1856 allocation = buffer_.AllocateRawAligned(size_in_bytes, alignment); in AllocateInLab() 1862 allocation = buffer_.AllocateRawAligned(size_in_bytes, alignment); in AllocateInLab()
|
/external/v8/test/cctest/heap/ |
D | test-lab.cc | 47 lab->AllocateRawAligned(static_cast<int>(size_in_bytes), alignment); in AllocateFromLab()
|
D | test-heap.cc | 2059 heap->new_space()->AllocateRawAligned(size, alignment); in NewSpaceAllocateAligned() 2162 heap->old_space()->AllocateRawAligned(size, alignment); in OldSpaceAllocateAligned()
|
/external/v8/src/ |
D | code-stub-assembler.h | 430 compiler::Node* AllocateRawAligned(compiler::Node* size_in_bytes,
|
D | code-stub-assembler.cc | 390 Node* CodeStubAssembler::AllocateRawAligned(Node* size_in_bytes, in AllocateRawAligned() function in v8::internal::CodeStubAssembler 457 return AllocateRawAligned(size_in_bytes, flags, top_address, limit_address); in Allocate()
|