Searched refs:callerFunc (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | ts_inline_lowering.h | 114 void ReplaceEntryGate(GateRef callGate, GateRef callerFunc, GateRef inlineFunc, GateRef glue);
|
H A D | ts_inline_lowering.cpp | 409 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 D | native_inline_lowering.cpp | 411 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 D | runtime_stubs.cpp | 3599 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