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

/external/chromium_org/v8/include/
H A Dv8config.h404 // size_t alignment = V8_ALIGNOF(double);
406 # define V8_ALIGNOF(type) alignof(type) macro
408 # define V8_ALIGNOF(type) __alignof(type) macro
410 # define V8_ALIGNOF(type) __alignof__(type) macro
416 # define V8_ALIGNOF(type) (sizeof(::v8::AlignOfHelper<type>) - sizeof(type)) macro

Completed in 124 milliseconds