Home
last modified time | relevance | path

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

/external/v8/src/snapshot/
Dserializer.cc957 const int bytes_to_age_byte = BytecodeArray::kBytecodeAgeOffset - base; in OutputRawData() local
958 if (0 <= bytes_to_age_byte && bytes_to_age_byte < bytes_to_output) { in OutputRawData()
960 bytes_to_age_byte, "Bytes"); in OutputRawData()
963 const int bytes_written = bytes_to_age_byte + 1; in OutputRawData()