Searched refs:V8_ALIGNED (Results 1 – 3 of 3) sorted by relevance
49 struct V8_ALIGNED(PROCESSOR_CACHE_LINE_SIZE) Entry { in V8_ALIGNED() function58 V8_ALIGNED(PROCESSOR_CACHE_LINE_SIZE) Entry* enqueue_pos_;59 V8_ALIGNED(PROCESSOR_CACHE_LINE_SIZE) Entry* dequeue_pos_;
367 # define V8_ALIGNED(n) alignas(n) macro369 # define V8_ALIGNED(n) __attribute__((aligned(n))) macro371 # define V8_ALIGNED(n) __declspec(align(n)) macro373 # define V8_ALIGNED(n) /* NOT SUPPORTED */ macro391 # define V8_ALIGNAS(type, alignment) V8_ALIGNED(alignment)
64 constexpr struct V8_ALIGNED(16) { struct71 constexpr struct V8_ALIGNED(16) { struct78 constexpr struct V8_ALIGNED(16) { struct84 constexpr struct V8_ALIGNED(16) { struct