Home
last modified time | relevance | path

Searched defs:kAlignedSize (Results 1 – 3 of 3) 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/chromium_org/v8/src/
Dobjects.h4530 static const int kAlignedSize = OBJECT_POINTER_ALIGN(kHeaderSize); variable
4566 static const int kAlignedSize = OBJECT_POINTER_ALIGN(kHeaderSize); variable
7045 static const int kAlignedSize = POINTER_SIZE_ALIGN(kSize); variable
/external/chromium_org/third_party/WebKit/Source/wtf/
DFastMalloc.cpp848 static const size_t kAlignedSize member in WTF::PageHeapAllocator