Home
last modified time | relevance | path

Searched refs:callerFunc (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dts_inline_lowering.h114 void ReplaceEntryGate(GateRef callGate, GateRef callerFunc, GateRef inlineFunc, GateRef glue);
H A Dts_inline_lowering.cpp409 void TSInlineLowering::ReplaceEntryGate(GateRef callGate, GateRef callerFunc, GateRef inlineFunc, GateRef glue) in ReplaceEntryGate() argument
421 std::vector<GateRef> args{callerFunc, inlineFunc}; in ReplaceEntryGate()
510 GateRef callerFunc = acc_.GetValueIn(frameArgs, 0); in LowerToInlineCall() local
511 ReplaceEntryGate(callGate, callerFunc, inlineFunc, glue); in LowerToInlineCall()
H A Dnative_inline_lowering.cpp411 GateRef callerFunc = acc_.GetValueIn(frameArgs, 0); in AddTraceLogs() local
412 std::vector<GateRef> args{callerFunc, builder_.Int32(id)}; in AddTraceLogs()
/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
3601 JSFunction *callerJSFunc = JSFunction::Cast(callerFunc); in DEF_RUNTIME_STUBS()
3619 JSTaggedValue callerFunc = GetArg(argv, argc, 0); in DEF_RUNTIME_STUBS() local
3620 JSFunction *callerJSFunc = JSFunction::Cast(callerFunc); in DEF_RUNTIME_STUBS()

Completed in 14 milliseconds