Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces-inl.h415 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()
Dspaces.h2092 MUST_USE_RESULT inline AllocationResult AllocateRawAligned(
2224 MUST_USE_RESULT inline AllocationResult AllocateRawAligned(
2797 MUST_USE_RESULT INLINE(AllocationResult AllocateRawAligned(
Dmark-compact.cc1856 allocation = buffer_.AllocateRawAligned(size_in_bytes, alignment); in AllocateInLab()
1862 allocation = buffer_.AllocateRawAligned(size_in_bytes, alignment); in AllocateInLab()
/external/v8/test/cctest/heap/
Dtest-lab.cc47 lab->AllocateRawAligned(static_cast<int>(size_in_bytes), alignment); in AllocateFromLab()
Dtest-heap.cc2059 heap->new_space()->AllocateRawAligned(size, alignment); in NewSpaceAllocateAligned()
2162 heap->old_space()->AllocateRawAligned(size, alignment); in OldSpaceAllocateAligned()
/external/v8/src/
Dcode-stub-assembler.h430 compiler::Node* AllocateRawAligned(compiler::Node* size_in_bytes,
Dcode-stub-assembler.cc390 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()