Searched refs:IcCheckType (Results 1 – 3 of 3) sorted by relevance
609 bool ConfigureMegamorphic(IcCheckType property_type);633 IcCheckType GetKeyType() const;
524 bool FeedbackNexus::ConfigureMegamorphic(IcCheckType property_type) { in ConfigureMegamorphic()1112 IcCheckType FeedbackNexus::GetKeyType() const { in GetKeyType()1118 return static_cast<IcCheckType>(Smi::ToInt(GetFeedbackExtra()->ToObject())); in GetKeyType()
256 enum IcCheckType { ELEMENT, PROPERTY }; enum