Searched refs:QUINTUPLE_SLOT_SIZE (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/ |
H A D | common_call.h | 38 static constexpr int QUINTUPLE_SLOT_SIZE = 40; member in panda::ecmascript::x64::CommonCall
|
H A D | optimized_call.cpp | 535 __ Movq(Operand(rsp, QUINTUPLE_SLOT_SIZE), r8); // this in GenJSCall()
|
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
H A D | common_call.h | 39 static constexpr int QUINTUPLE_SLOT_SIZE = 40; member in panda::ecmascript::aarch64::CommonCall
|
H A D | optimized_call.cpp | 553 __ 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 D | asm_interpreter_call.cpp | 532 __ Add(temp, currentSlotRegister, Immediate(QUINTUPLE_SLOT_SIZE)); in CallNativeWithArgv() 1928 __ Ldr(Register(X7), MemoryOperand(temp, QUINTUPLE_SLOT_SIZE));
|
Completed in 9 milliseconds