Searched defs:double_align (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/runtime/
H A Druntime-internal.cc331 bool double_align = AllocateDoubleAlignFlag::decode(flags); local
333 return *isolate->factory()->NewFillerObject(size, double_align, space);
/external/v8/src/
H A Dfactory.cc80 bool double_align,
84 isolate()->heap()->AllocateFillerObject(size, double_align, space),
79 NewFillerObject(int size, bool double_align, AllocationSpace space) argument
/external/v8/src/heap/
H A Dheap.cc2098 AllocationResult Heap::AllocateFillerObject(int size, bool double_align, argument
2102 AllocationAlignment align = double_align ? kDoubleAligned : kWordAligned;

Completed in 135 milliseconds