Searched refs:kObjectAlignmentBits (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
H A Dglobals.h225 const int kObjectAlignmentBits = kPointerSizeLog2; member in namespace:v8::internal
226 const intptr_t kObjectAlignment = 1 << kObjectAlignmentBits;
H A Dserialize.h303 offset <<= kObjectAlignmentBits; local
H A Dserialize.cc780 int size = source_->GetInt() << kObjectAlignmentBits;
1330 offset >>= kObjectAlignmentBits; local
1485 sink_->PutInt(size >> kObjectAlignmentBits, "Size in words");

Completed in 550 milliseconds