Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dnative_inline_lowering.cpp411 GateRef callerFunc = acc_.GetValueIn(frameArgs, 0); in AddTraceLogs() local
H A Dts_inline_lowering.cpp409 void TSInlineLowering::ReplaceEntryGate(GateRef callGate, GateRef callerFunc, GateRef inlineFunc, GateRef glue) in ReplaceEntryGate() argument
510 GateRef callerFunc = acc_.GetValueIn(frameArgs, 0); in LowerToInlineCall() local
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp3599 JSTaggedValue callerFunc = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local
3619 JSTaggedValue callerFunc = GetArg(argv, argc, 0); in DEF_RUNTIME_STUBS() local

Completed in 15 milliseconds