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

  /external/webkit/Source/JavaScriptCore/wtf/
Alignment.h 27 #define WTF_ALIGN_OF(type) __alignof__(type)
30 #define WTF_ALIGN_OF(type) __alignof(type)
Vector.h 489 AlignedBuffer<m_inlineBufferSize, WTF_ALIGN_OF(T)> m_inlineBuffer;
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/gpu/
PODArena.h 133 return WTF_ALIGN_OF(T);

Completed in 73 milliseconds