Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Doptimized_call.cpp952 const int64_t argoffsetSlot = static_cast<int64_t>(CommonArgIdx::FUNC) - 1; in JSBoundFunctionCallInternal() local
953 __ Add(argV, argV, Immediate((NUM_MANDATORY_JSFUNC_ARGS + argoffsetSlot) * FRAME_SLOT_SIZE)); in JSBoundFunctionCallInternal()
1107 const int64_t argoffsetSlot = static_cast<int64_t>(CommonArgIdx::FUNC) - 1; in PopJSFunctionArgs() local
1117 __ Add(sp, sp, Immediate(argoffsetSlot * FRAME_SLOT_SIZE)); in PopJSFunctionArgs()

Completed in 3 milliseconds