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 324 bool double_align = AllocateDoubleAlignFlag::decode(flags); local
326 return *isolate->factory()->NewFillerObject(size, double_align, space);
  /external/v8/src/
factory.h 327 bool double_align,
factory.cc 77 bool double_align,
81 isolate()->heap()->AllocateFillerObject(size, double_align, space),
    [all...]
  /external/v8/src/heap/
heap.h     [all...]
heap.cc     [all...]

Completed in 169 milliseconds