Home
last modified time | relevance | path

Searched refs:ReplaceEntryGate (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_inline_lowering.h172 void ReplaceEntryGate(GateRef callGate, GateRef callerFunc, GateRef inlineFunc, GateRef glue);
Dts_inline_lowering.cpp364 void TSInlineLowering::ReplaceEntryGate(GateRef callGate, GateRef callerFunc, GateRef inlineFunc, G… in ReplaceEntryGate() function in panda::ecmascript::kungfu::TSInlineLowering
463 ReplaceEntryGate(callGate, callerFunc, inlineFunc, glue); in LowerToInlineCall()