Home
last modified time | relevance | path

Searched refs:V8_ALIGNAS (Results 1 – 2 of 2) sorted by relevance

/external/v8/include/
Dv8config.h400 # define V8_ALIGNAS(type, alignment) alignas(type) macro
402 # define V8_ALIGNAS(type, alignment) __attribute__((aligned(__alignof__(type)))) macro
404 # define V8_ALIGNAS(type, alignment) V8_ALIGNED(alignment) macro
/external/v8/src/base/
Dlazy-instance.h96 struct V8_ALIGNAS(T, 16) StorageType {