Home
last modified time | relevance | path

Searched refs:double_align (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/runtime/
Druntime-internal.cc262 bool double_align = AllocateDoubleAlignFlag::decode(flags); in RUNTIME_FUNCTION() local
264 return *isolate->factory()->NewFillerObject(size, double_align, space); in RUNTIME_FUNCTION()
/external/v8/src/
Dfactory.h309 bool double_align,
Dfactory.cc77 bool double_align, in NewFillerObject() argument
81 isolate()->heap()->AllocateFillerObject(size, double_align, space), in NewFillerObject()
/external/v8/src/heap/
Dheap.h2034 AllocateFillerObject(int size, bool double_align, AllocationSpace space);
Dheap.cc2136 AllocationResult Heap::AllocateFillerObject(int size, bool double_align, in AllocateFillerObject() argument
2140 AllocationAlignment align = double_align ? kDoubleAligned : kWordAligned; in AllocateFillerObject()