Home
last modified time | relevance | path

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

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