Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/snapshot/
Dserializer-deserializer.h261 using HotObject = BytecodeValueEncoder<kHotObject, 0, kHotObjectCount - 1>; variable
Dserializer.cc196 sink_.Put(HotObject::Encode(index), "HotObject"); in SerializeHotObject()
Ddeserializer.cc1240 int index = HotObject::Decode(data); in ReadSingleBytecodeData()