Home
last modified time | relevance | path

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

/external/v8/src/
Dtype-feedback-vector.cc35 int index = VectorICComputer::index(kReservedIndexCount, slot.ToInt()); in GetKind()
37 return VectorICComputer::decode(data, slot.ToInt()); in GetKind()
53 int index = VectorICComputer::index(kReservedIndexCount, slot.ToInt()); in SetKind()
55 int new_data = VectorICComputer::encode(data, slot.ToInt(), kind); in SetKind()
73 const int slot_kinds_length = VectorICComputer::word_count(slot_count); in New()
Dtype-feedback-vector.h228 kSmiValueSize, uint32_t> VectorICComputer; typedef