Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dslot-set.h411 static const int kCellSizeBytesLog2 = 2; variable
412 static const int kCellSizeBytes = 1 << kCellSizeBytesLog2;
/third_party/node/deps/v8/src/builtins/
Dbuiltins-internal-gen.cc229 SlotSet::kCellSizeBytesLog2), in SetBitInCell()
231 << SlotSet::kCellSizeBytesLog2)); in SetBitInCell()