Lines Matching refs:ToInt
37 if (slots() <= slot.ToInt()) { in HasTypeProfileSlot()
60 int index = VectorICComputer::index(0, slot.ToInt()); in GetKind()
62 return VectorICComputer::decode(data, slot.ToInt()); in GetKind()
66 int index = VectorICComputer::index(0, slot.ToInt()); in SetKind()
68 int new_data = VectorICComputer::encode(data, slot.ToInt(), kind); in SetKind()
185 return slot.ToInt() < slot_count() && in HasTypeProfileSlot()
823 uint32_t value = static_cast<uint32_t>(Smi::ToInt(call_count)); in GetCallCount()
832 uint32_t count = static_cast<uint32_t>(Smi::ToInt(call_count)); in SetSpeculationMode()
843 uint32_t value = static_cast<uint32_t>(Smi::ToInt(call_count)); in GetSpeculationMode()
1118 return static_cast<IcCheckType>(Smi::ToInt(GetFeedbackExtra()->ToObject())); in GetKeyType()
1125 int feedback = Smi::ToInt(GetFeedback()->ToSmi()); in GetBinaryOperationFeedback()
1131 int feedback = Smi::ToInt(GetFeedback()->ToSmi()); in GetCompareOperationFeedback()
1137 int feedback = Smi::ToInt(GetFeedback()->ToSmi()); in GetForInFeedback()
1285 int position = Smi::ToInt(key); in ConvertToJSObject()