Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Doptimized_call.cpp80 __ Ldr(tmp, MemoryOperand(fp, GetStackArgOffSetToFp(0))); // 0: the first arg id in CallRuntime()
84 __ Ldr(argC, MemoryOperand(fp, GetStackArgOffSetToFp(1))); // 1: the second arg id in CallRuntime()
85 __ Add(argV, fp, Immediate(GetStackArgOffSetToFp(2))); // 2: the third arg id in CallRuntime()
928 __ Add(argV, basefp, Immediate(GetStackArgOffSetToFp(0))); // 0: first index id in JSBoundFunctionCallInternal()
H A Dcommon_call.h44 static inline int64_t GetStackArgOffSetToFp(unsigned argId) in GetStackArgOffSetToFp() function in panda::ecmascript::aarch64::CommonCall

Completed in 3 milliseconds