Home | History | Annotate | Download | only in src

Lines Matching refs:IcCheckType

443 void KeyedLoadICNexus::ConfigureMegamorphicKeyed(IcCheckType property_type) {
451 void KeyedStoreICNexus::ConfigureMegamorphicKeyed(IcCheckType property_type) {
952 IcCheckType KeyedLoadICNexus::GetKeyType() const {
955 return static_cast<IcCheckType>(Smi::cast(GetFeedbackExtra())->value());
960 IcCheckType KeyedStoreICNexus::GetKeyType() const {
963 return static_cast<IcCheckType>(Smi::cast(GetFeedbackExtra())->value());