Lines Matching refs:ToInt
42 if (slot_count() <= slot.ToInt()) return false; in HasTypeProfileSlot()
65 int index = VectorICComputer::index(0, slot.ToInt()); in GetKind()
67 return VectorICComputer::decode(data, slot.ToInt()); in GetKind()
71 int index = VectorICComputer::index(0, slot.ToInt()); in SetKind()
73 int new_data = VectorICComputer::encode(data, slot.ToInt(), kind); in SetKind()
199 return slot.ToInt() < slot_count() && in HasTypeProfileSlot()
497 CHECK_GT(vector.length(), start_slot.WithOffset(1).ToInt()); in SetFeedbackPair()
947 uint32_t value = static_cast<uint32_t>(Smi::ToInt(call_count)); in GetCallCount()
956 uint32_t count = static_cast<uint32_t>(Smi::ToInt(call_count)); in SetSpeculationMode()
970 uint32_t value = static_cast<uint32_t>(Smi::ToInt(call_count)); in GetSpeculationMode()
1238 Smi::ToInt(pair.second->template cast<Object>())); in GetKeyType()
1400 int position = Smi::ToInt(key); in ConvertToJSObject()