Home
last modified time | relevance | path

Searched defs:V8_ALIGNED (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/profiler/
Dcircular-queue.h50 struct V8_ALIGNED(PROCESSOR_CACHE_LINE_SIZE) Entry { in V8_ALIGNED() function
/external/v8/include/
Dv8config.h380 # define V8_ALIGNED(n) alignas(n) macro
382 # define V8_ALIGNED(n) __attribute__((aligned(n))) macro
384 # define V8_ALIGNED(n) __declspec(align(n)) macro
386 # define V8_ALIGNED(n) /* NOT SUPPORTED */ macro