Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/snapshot/
H A Dserializer-deserializer.h74 static const int kRootArrayConstantsCount = 0x20; member in v8::internal::SerializerDeserializer
259 BytecodeValueEncoder<kRootArrayConstants, 0, kRootArrayConstantsCount - 1,
H A Dserializer.cc256 kRootArrayConstantsCount - 1); in PutRoot()
259 if (root_index < kRootArrayConstantsCount && in PutRoot()
H A Ddeserializer.cc1231 // First kRootArrayConstantsCount roots are guaranteed to be in in ReadSingleBytecodeData()
1235 STATIC_ASSERT(kRootArrayConstantsCount <= in ReadSingleBytecodeData()

Completed in 5 milliseconds