Searched refs:double_align (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/runtime/ |
D | runtime-internal.cc | 262 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/ |
D | factory.h | 309 bool double_align,
|
D | factory.cc | 77 bool double_align, in NewFillerObject() argument 81 isolate()->heap()->AllocateFillerObject(size, double_align, space), in NewFillerObject()
|
/external/v8/src/heap/ |
D | heap.h | 2034 AllocateFillerObject(int size, bool double_align, AllocationSpace space);
|
D | heap.cc | 2136 AllocationResult Heap::AllocateFillerObject(int size, bool double_align, in AllocateFillerObject() argument 2140 AllocationAlignment align = double_align ? kDoubleAligned : kWordAligned; in AllocateFillerObject()
|