Searched refs:V8_ALIGNED (Results 1 – 2 of 2) sorted by relevance
50 struct V8_ALIGNED(PROCESSOR_CACHE_LINE_SIZE) Entry { in V8_ALIGNED() function59 V8_ALIGNED(PROCESSOR_CACHE_LINE_SIZE) Entry* enqueue_pos_;60 V8_ALIGNED(PROCESSOR_CACHE_LINE_SIZE) Entry* dequeue_pos_;
372 # define V8_ALIGNED(n) alignas(n) macro374 # define V8_ALIGNED(n) __attribute__((aligned(n))) macro376 # define V8_ALIGNED(n) __declspec(align(n)) macro378 # define V8_ALIGNED(n) /* NOT SUPPORTED */ macro396 # define V8_ALIGNAS(type, alignment) V8_ALIGNED(alignment)