Home
last modified time | relevance | path

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

/external/v8/src/
Dtype-feedback-vector.cc30 int index = VectorICComputer::index(kReservedIndexCount, slot.ToInt()); in GetKind()
32 return VectorICComputer::decode(data, slot.ToInt()); in GetKind()
38 int index = VectorICComputer::index(kReservedIndexCount, slot.ToInt()); in SetKind()
40 int new_data = VectorICComputer::encode(data, slot.ToInt(), kind); in SetKind()
56 const int slot_kinds_length = VectorICComputer::word_count(slot_count); in New()
Dtype-feedback-vector.h165 kSmiValueSize, uint32_t> VectorICComputer; typedef