Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H A Dcommon_call.h38 static constexpr int QUINTUPLE_SLOT_SIZE = 40; member in panda::ecmascript::x64::CommonCall
H A Doptimized_call.cpp535 __ Movq(Operand(rsp, QUINTUPLE_SLOT_SIZE), r8); // this in GenJSCall()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Dcommon_call.h39 static constexpr int QUINTUPLE_SLOT_SIZE = 40; member in panda::ecmascript::aarch64::CommonCall
H A Doptimized_call.cpp553 __ Ldp(Register(X6), Register(X7), MemoryOperand(sp, QUINTUPLE_SLOT_SIZE)); in JSCallInternal()
563 __ Ldp(Register(X6), Register(X7), MemoryOperand(sp, QUINTUPLE_SLOT_SIZE)); in JSCallInternal()
568 __ Ldp(Register(X6), Register(X7), MemoryOperand(sp, QUINTUPLE_SLOT_SIZE)); // get arg0 arg1 in JSCallInternal()
H A Dasm_interpreter_call.cpp532 __ Add(temp, currentSlotRegister, Immediate(QUINTUPLE_SLOT_SIZE)); in CallNativeWithArgv()
1928 __ Ldr(Register(X7), MemoryOperand(temp, QUINTUPLE_SLOT_SIZE));

Completed in 9 milliseconds