Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dfeedback-vector.cc68 int index = VectorICComputer::index(0, slot.ToInt()); in GetKind()
70 return VectorICComputer::decode(data, slot.ToInt()); in GetKind()
74 int index = VectorICComputer::index(0, slot.ToInt()); in SetKind()
76 int new_data = VectorICComputer::encode(data, slot.ToInt(), kind); in SetKind()
Dfeedback-vector.h579 return VectorICComputer::word_count(slot_count); in length()
589 using VectorICComputer = variable