Searched refs:V8_ALIGNOF (Results 1 – 4 of 4) sorted by relevance
404 # define V8_ALIGNOF(type) alignof(type) macro406 # define V8_ALIGNOF(type) __alignof(type) macro408 # define V8_ALIGNOF(type) __alignof__(type) macro414 # define V8_ALIGNOF(type) (sizeof(::v8::AlignOfHelper<type>) - sizeof(type)) macro
100 STATIC_ASSERT(V8_ALIGNOF(StorageType) >= V8_ALIGNOF(T));
55 DCHECK_LE(V8_ALIGNOF(void*), alignment); in AlignedAlloc()
189 return AlignedAlloc(size, V8_ALIGNOF(ProfilerEventsProcessor)); in operator new()