Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dfeedback-cell.h29 static const int kAlignedSize = RoundUp<kObjectAlignment>(int{kSize}); variable
Dshared-function-info.h669 static const int kAlignedSize = OBJECT_POINTER_ALIGN(kSize); variable