HomeSort by relevance Sort by last modified time
    Searched refs:AllocateRawAligned (Results 1 - 3 of 3) sorted by null

  /external/v8/src/heap/
local-allocator-inl.h 71 allocation = new_space_lab_.AllocateRawAligned(object_size, alignment);
76 allocation = new_space_lab_.AllocateRawAligned(object_size, alignment);
spaces-inl.h 266 AllocationResult LocalAllocationBuffer::AllocateRawAligned(
332 AllocationResult PagedSpace::AllocateRawAligned(int size_in_bytes,
373 ? AllocateRawAligned(size_in_bytes, kDoubleAligned)
395 AllocationResult NewSpace::AllocateRawAligned(int size_in_bytes,
458 ? AllocateRawAligned(size_in_bytes, kDoubleAligned)
spaces.h     [all...]

Completed in 51 milliseconds