Searched refs:V8_ALIGNOF (Results 1 – 4 of 4) sorted by relevance
414 # define V8_ALIGNOF(type) alignof(type) macro416 # define V8_ALIGNOF(type) __alignof(type) macro418 # define V8_ALIGNOF(type) __alignof__(type) macro424 # define V8_ALIGNOF(type) (sizeof(::v8::AlignOfHelper<type>) - sizeof(type)) macro
100 STATIC_ASSERT(V8_ALIGNOF(StorageType) >= V8_ALIGNOF(T));
83 DCHECK_LE(V8_ALIGNOF(void*), alignment); in AlignedAlloc()
167 return AlignedAlloc(size, V8_ALIGNOF(ProfilerEventsProcessor)); in operator new()