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 389 // struct V8_ALIGNAS(AnotherClass, 16) NewClass { ... };
390 // V8_ALIGNAS(double, 8) int array[100];
392 # define V8_ALIGNAS(type, alignment) alignas(type)
394 # define V8_ALIGNAS(type, alignment) __attribute__((aligned(__alignof__(type))))
396 # define V8_ALIGNAS(type, alignment) V8_ALIGNED(alignment)
  /external/chromium_org/v8/src/base/
lazy-instance.h 96 struct V8_ALIGNAS(T, 16) StorageType {

Completed in 34 milliseconds