Lines Matching defs:LowerCallStubWithIC
808 void SlowPathLowering::LowerCallStubWithIC(GateRef gate, int sign, const std::vector<GateRef> &args)
994 LowerCallStubWithIC(gate, CommonStubCSigns::TryLdGlobalByName, { stringId });
1003 LowerCallStubWithIC(gate, CommonStubCSigns::StGlobalVar, { id, value });
1550 LowerCallStubWithIC(gate, CommonStubCSigns::Instanceof, { obj, target });
2351 LowerCallStubWithIC(gate, CommonStubCSigns::TryStGlobalByName, { stringId, value });
2416 LowerCallStubWithIC(gate, CommonStubCSigns::LdGlobalVar, { stringId });
2425 LowerCallStubWithIC(gate, CommonStubCSigns::GetPropertyByName, { receiver, stringId });
2442 LowerCallStubWithIC(gate, CommonStubCSigns::SetPropertyByName, { receiver, stringId, value });
2500 LowerCallStubWithIC(gate, CommonStubCSigns::GetPropertyByValue, { receiver, propKey });
2520 LowerCallStubWithIC(gate, CommonStubCSigns::SetPropertyByValue, { receiver, propKey, value });
3313 LowerCallStubWithIC(gate, CommonStubCSigns::GetPropertyByName, { thisObj, prop });