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 392 AllocationResult LocalAllocationBuffer::AllocateRawAligned(
467 AllocationResult PagedSpace::AllocateRawAligned(int size_in_bytes,
505 ? AllocateRawAligned(size_in_bytes, kDoubleAligned)
522 AllocationResult NewSpace::AllocateRawAligned(int size_in_bytes,
578 ? AllocateRawAligned(size_in_bytes, kDoubleAligned)
spaces.h     [all...]
mark-compact.cc     [all...]
  /external/v8/src/
code-stub-assembler.h     [all...]
code-stub-assembler.cc 769 Node* CodeStubAssembler::AllocateRawAligned(Node* size_in_bytes,
837 return AllocateRawAligned(size_in_bytes, flags, top_address, limit_address);
    [all...]

Completed in 83 milliseconds