Home | History | Annotate | Download | only in src

Lines Matching refs:IcCheckType

490 void KeyedLoadICNexus::ConfigureMegamorphicKeyed(IcCheckType property_type) {
498 void KeyedStoreICNexus::ConfigureMegamorphicKeyed(IcCheckType property_type) {
1012 IcCheckType KeyedLoadICNexus::GetKeyType() const {
1015 return static_cast<IcCheckType>(Smi::cast(GetFeedbackExtra())->value());
1020 IcCheckType KeyedStoreICNexus::GetKeyType() const {
1023 return static_cast<IcCheckType>(Smi::cast(GetFeedbackExtra())->value());