Home
last modified time | relevance | path

Searched defs:kAlignedSize (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dobjects.h3594 static const int kAlignedSize = OBJECT_POINTER_ALIGN(kHeaderSize); variable
3634 static const int kAlignedSize = OBJECT_POINTER_ALIGN(kHeaderSize); variable
3670 static const int kAlignedSize = OBJECT_POINTER_ALIGN(kHeaderSize); variable
5608 static const int kAlignedSize = POINTER_SIZE_ALIGN(kSize); variable
/external/webkit/Source/JavaScriptCore/wtf/
DFastMalloc.cpp1000 static const size_t kAlignedSize member in WTF::PageHeapAllocator