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

  /external/v8/src/heap/
spaces-inl.h 387 AllocationResult LocalAllocationBuffer::AllocateRawAligned(
461 AllocationResult PagedSpace::AllocateRawAligned(int size_in_bytes,
506 ? AllocateRawAligned(size_in_bytes, kDoubleAligned)
523 AllocationResult NewSpace::AllocateRawAligned(int size_in_bytes,
579 ? AllocateRawAligned(size_in_bytes, kDoubleAligned)
spaces.h     [all...]
mark-compact.cc     [all...]
  /external/v8/src/
code-stub-assembler.h     [all...]
code-stub-assembler.cc 745 Node* CodeStubAssembler::AllocateRawAligned(Node* size_in_bytes,
818 return AllocateRawAligned(size_in_bytes, flags, top_address, limit_address);
    [all...]

Completed in 157 milliseconds