Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Doptimized_call.cpp932 Register realArgC(X7, W); in JSBoundFunctionCallInternal()
943 __ Add(realArgC, boundLength.W(), actualArgC.W()); in JSBoundFunctionCallInternal()
944 __ Mov(Register(X19), realArgC); in JSBoundFunctionCallInternal() local
945 IncreaseStackForArguments(assembler, realArgC, fp, static_cast<int64_t>(CommonArgIdx::ACTUAL_ARGV)); in JSBoundFunctionCallInternal()

Completed in 2 milliseconds