Searched refs:kObjectAlignmentBits (Results 1 – 2 of 2) sorted by relevance
592 constexpr int kObjectAlignmentBits = kTaggedSizeLog2; variable593 constexpr intptr_t kObjectAlignment = 1 << kObjectAlignmentBits;
430 sink_->PutInt(size >> kObjectAlignmentBits, "ObjectSizeInWords"); in SerializePrologue()