Home
last modified time | relevance | path

Searched defs:AllocationAlignment (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/heap/third-party/
Dheap-api-stub.cc29 AllocationResult Heap::Allocate(size_t, AllocationType, AllocationAlignment) { in Allocate() argument
/external/v8/src/common/
Dglobals.h791 enum AllocationAlignment { kWordAligned, kDoubleAligned, kDoubleUnaligned }; enum