Home
last modified time | relevance | path

Searched refs:stackArgs (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_function.cpp407 JSTaggedType *stackArgs = info->GetArgs(); in InvokeOptimizedEntrypoint() local
408 stackArgs[1] = stackArgs[0]; in InvokeOptimizedEntrypoint()
409 … resultValue = thread->GetEcmaVM()->FastCallAot(info->GetArgsNumber(), stackArgs + 1, prevFp); in InvokeOptimizedEntrypoint()
Dframes.h1446 return reinterpret_cast<uintptr_t>(&stackArgs); in GetStackArgsAddress()
1482 alignas(EAS) uintptr_t stackArgs; member
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Dasm_interpreter_call.cpp774 Register stackArgs = r9; in CallNativeWithArgv() local
788 …PushArgsWithArgvAndCheckStack(assembler, glue, opNumArgs, stackArgs, temporary, temporary2, &stack… in CallNativeWithArgv()
801 __ Movq(rsp, stackArgs); in CallNativeWithArgv()