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

  /external/v8/src/base/
lazy-instance.h 100 STATIC_ASSERT(V8_ALIGNOF(StorageType) >= V8_ALIGNOF(T));
  /external/v8/include/
v8config.h 402 // size_t alignment = V8_ALIGNOF(double);
404 # define V8_ALIGNOF(type) alignof(type)
406 # define V8_ALIGNOF(type) __alignof(type)
408 # define V8_ALIGNOF(type) __alignof__(type)
414 # define V8_ALIGNOF(type) (sizeof(::v8::AlignOfHelper<type>) - sizeof(type))
  /external/v8/src/
allocation.cc 55 DCHECK_LE(V8_ALIGNOF(void*), alignment);
  /external/v8/src/profiler/
cpu-profiler.cc 189 return AlignedAlloc(size, V8_ALIGNOF(ProfilerEventsProcessor));

Completed in 119 milliseconds