Home
last modified time | relevance | path

Searched refs:kBytecodeAgeSize (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dcode.h1025 static constexpr int kBytecodeAgeSize = kUInt16Size; in DEFINE_OPERATORS_FOR_FLAGS() local
1026 static_assert(kBytecodeAgeOffset + kBytecodeAgeSize - 1 == in DEFINE_OPERATORS_FOR_FLAGS()
1034 kBytecodeAgeSize == kUInt16Size; in DEFINE_OPERATORS_FOR_FLAGS()
Dcode-inl.h1203 static_assert(kBytecodeAgeSize == kUInt16Size); in bytecode_age()
1238 static_assert(kBytecodeAgeSize == kUInt16Size); in set_bytecode_age()
Dcode.cc701 static_assert(kBytecodeAgeSize == kUInt16Size); in MakeOlder()
/third_party/node/deps/v8/src/snapshot/
Dserializer.cc1192 static_assert(BytecodeArray::kBytecodeAgeSize == kUInt16Size); in OutputRawData()