Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/snapshot/
Dserializer-deserializer.h237 using FixedRepeatWithCount = variable
Dserializer.cc299 sink_.Put(FixedRepeatWithCount::Encode(repeat_count), "FixedRepeat"); in PutRepeat()
Ddeserializer.cc1262 int repeats = FixedRepeatWithCount::Decode(data); in ReadSingleBytecodeData()