Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Doptimized_call.cpp223 Label invokeCompiledJSFunction; in OptimizedCallAndPushArgv() local
241 __ Cbz(actualNumArgs, &invokeCompiledJSFunction); in OptimizedCallAndPushArgv()
248 …ArgsWithArgv(assembler, glue, argc, argV, argValue, currentSp, &invokeCompiledJSFunction, nullptr); in OptimizedCallAndPushArgv()
250 __ Bind(&invokeCompiledJSFunction); in OptimizedCallAndPushArgv()