Home
last modified time | relevance | path

Searched refs:LowerCallStubWithIC (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dslowpath_lowering.h306 void LowerCallStubWithIC(GateRef gate, int sign, const std::vector<GateRef> &args);
H A Dslowpath_lowering.cpp808 void SlowPathLowering::LowerCallStubWithIC(GateRef gate, int sign, const std::vector<GateRef> &args) in LowerCallStubWithIC() function in panda::ecmascript::kungfu::SlowPathLowering
994 LowerCallStubWithIC(gate, CommonStubCSigns::TryLdGlobalByName, { stringId }); in LowerTryLdGlobalByName()
1003 LowerCallStubWithIC(gate, CommonStubCSigns::StGlobalVar, { id, value }); in LowerStGlobalVar()
1550 LowerCallStubWithIC(gate, CommonStubCSigns::Instanceof, { obj, target }); in LowerInstanceof()
2351 LowerCallStubWithIC(gate, CommonStubCSigns::TryStGlobalByName, { stringId, value }); in LowerTryStGlobalByName()
2416 LowerCallStubWithIC(gate, CommonStubCSigns::LdGlobalVar, { stringId }); in LowerLdGlobalVar()
2425 LowerCallStubWithIC(gate, CommonStubCSigns::GetPropertyByName, { receiver, stringId }); in LowerLdObjByName()
2442 LowerCallStubWithIC(gate, CommonStubCSigns::SetPropertyByName, { receiver, stringId, value }); in LowerStObjByName()
2500 LowerCallStubWithIC(gate, CommonStubCSigns::GetPropertyByValue, { receiver, propKey }); in LowerLdObjByValue()
2520 LowerCallStubWithIC(gat in LowerStObjByValue()
[all...]

Completed in 8 milliseconds