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

  /external/v8/src/heap/
spaces-inl.h 415 AllocationResult LocalAllocationBuffer::AllocateRawAligned(
484 AllocationResult PagedSpace::AllocateRawAligned(int size_in_bytes,
522 ? AllocateRawAligned(size_in_bytes, kDoubleAligned)
539 AllocationResult NewSpace::AllocateRawAligned(int size_in_bytes,
595 ? AllocateRawAligned(size_in_bytes, kDoubleAligned)
  /external/v8/src/
code-stub-assembler.cc 390 Node* CodeStubAssembler::AllocateRawAligned(Node* size_in_bytes,
457 return AllocateRawAligned(size_in_bytes, flags, top_address, limit_address);
    [all...]

Completed in 262 milliseconds