HomeSort by relevance Sort by last modified time
    Searched refs:double_align (Results 1 - 5 of 5) sorted by null

  /external/v8/src/runtime/
runtime-internal.cc 306 bool double_align = AllocateDoubleAlignFlag::decode(flags); local
309 return *isolate->factory()->NewFillerObject(size, double_align, space);
  /external/v8/src/
factory.h 388 bool double_align,
    [all...]
factory.cc 83 bool double_align,
87 isolate()->heap()->AllocateFillerObject(size, double_align, space),
    [all...]
  /external/v8/src/heap/
heap.h     [all...]
heap.cc     [all...]

Completed in 443 milliseconds