Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_inline_lowering.cpp364 void TSInlineLowering::ReplaceEntryGate(GateRef callGate, GateRef callerFunc, GateRef inlineFunc, G… in ReplaceEntryGate()
462 GateRef callerFunc = acc_.GetValueIn(frameArgs, 0); in LowerToInlineCall() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp2370 JSTaggedValue callerFunc = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local