Home
last modified time | relevance | path

Searched refs:V8_ALIGNED (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/profiler/
Dcircular-queue.h49 struct V8_ALIGNED(PROCESSOR_CACHE_LINE_SIZE) Entry { in V8_ALIGNED() function
58 V8_ALIGNED(PROCESSOR_CACHE_LINE_SIZE) Entry* enqueue_pos_;
59 V8_ALIGNED(PROCESSOR_CACHE_LINE_SIZE) Entry* dequeue_pos_;
/external/v8/include/
Dv8config.h367 # define V8_ALIGNED(n) alignas(n) macro
369 # define V8_ALIGNED(n) __attribute__((aligned(n))) macro
371 # define V8_ALIGNED(n) __declspec(align(n)) macro
373 # define V8_ALIGNED(n) /* NOT SUPPORTED */ macro
391 # define V8_ALIGNAS(type, alignment) V8_ALIGNED(alignment)
/external/v8/src/
Dexternal-reference.cc64 constexpr struct V8_ALIGNED(16) { struct
71 constexpr struct V8_ALIGNED(16) { struct
78 constexpr struct V8_ALIGNED(16) { struct
84 constexpr struct V8_ALIGNED(16) { struct