Home
last modified time | relevance | path

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

/external/chromium_org/v8/include/
Dv8config.h440 # define V8_ALIGNAS(type, alignment) alignas(type) macro
442 # define V8_ALIGNAS(type, alignment) __attribute__((aligned(__alignof__(type)))) macro
444 # define V8_ALIGNAS(type, alignment) V8_ALIGNED(alignment) macro
/external/chromium_org/v8/src/
Dlazy-instance.h119 struct V8_ALIGNAS(T, 16) StorageType {