Home
last modified time | relevance | path

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

/external/v8/src/
Dobjects.h4343 static const int kAlignedSize = OBJECT_POINTER_ALIGN(kHeaderSize);
4399 static const int kAlignedSize = OBJECT_POINTER_ALIGN(kHeaderSize); variable
6990 static const int kAlignedSize = POINTER_SIZE_ALIGN(kSize); variable
/external/v8/src/heap/
Dheap.cc2402 ALLOCATE_MAP(SHARED_FUNCTION_INFO_TYPE, SharedFunctionInfo::kAlignedSize, in CreateInitialMaps()