HomeSort by relevance Sort by last modified time
    Searched refs:V8_ALIGNAS (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/include/
v8config.h 437 // struct V8_ALIGNAS(AnotherClass, 16) NewClass { ... };
438 // V8_ALIGNAS(double, 8) int array[100];
440 # define V8_ALIGNAS(type, alignment) alignas(type)
442 # define V8_ALIGNAS(type, alignment) __attribute__((aligned(__alignof__(type))))
444 # define V8_ALIGNAS(type, alignment) V8_ALIGNED(alignment)
  /external/chromium_org/v8/src/
lazy-instance.h 119 struct V8_ALIGNAS(T, 16) StorageType {

Completed in 41 milliseconds