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

  /external/v8/include/
v8config.h 387 // struct V8_ALIGNAS(AnotherClass, 16) NewClass { ... };
388 // V8_ALIGNAS(double, 8) int array[100];
390 # define V8_ALIGNAS(type, alignment) alignas(type)
392 # define V8_ALIGNAS(type, alignment) __attribute__((aligned(__alignof__(type))))
394 # define V8_ALIGNAS(type, alignment) V8_ALIGNED(alignment)
  /external/v8/src/base/
lazy-instance.h 96 struct V8_ALIGNAS(T, 16) StorageType {

Completed in 367 milliseconds