Home
last modified time | relevance | path

Searched defs:inlineFunc (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_inline_lowering.cpp425 void TSInlineLowering::ReplaceEntryGate(GateRef callGate, GateRef callerFunc, GateRef inlineFunc, G… in ReplaceEntryGate()
528 GateRef inlineFunc; in LowerToInlineCall() local
552 GateRef inlineFunc = acc_.GetValueIn(gate, funcIndex); in InlineFuncCheck() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp3711 JSTaggedValue inlineFunc = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS() local