Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h49 V(ResumeRspAndReturn) \
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H A Dcommon_call.h165 static void ResumeRspAndReturn([[maybe_unused]] ExtendedAssembler *assembler);
H A Dasm_interpreter_call.cpp1315 // ResumeRspAndReturn(uintptr_t acc)
1320 void AsmInterpreterCall::ResumeRspAndReturn(ExtendedAssembler *assembler) in ResumeRspAndReturn() function in panda::ecmascript::x64::AsmInterpreterCall
1322 __ BindAssemblerStub(RTSTUB_ID(ResumeRspAndReturn)); in ResumeRspAndReturn()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Dcommon_call.h196 static void ResumeRspAndReturn([[maybe_unused]] ExtendedAssembler *assembler);
H A Dasm_interpreter_call.cpp803 // ResumeRspAndReturn(uintptr_t acc)
808 void AsmInterpreterCall::ResumeRspAndReturn(ExtendedAssembler *assembler)
810 __ BindAssemblerStub(RTSTUB_ID(ResumeRspAndReturn));
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcall_signature.h483 V(ResumeRspAndReturn) \
H A Dinterpreter_stub.cpp326 CallNGCRuntime(glue, RTSTUB_ID(ResumeRspAndReturn), { *varRetVal, prevSp, sp}); \
2773 CallNGCRuntime(glue, RTSTUB_ID(ResumeRspAndReturn), { *varAcc, *varSp, currentSp }); in DECLARE_ASM_HANDLER()
2873 CallNGCRuntime(glue, RTSTUB_ID(ResumeRspAndReturn), { *varAcc, *varSp, currentSp }); in DECLARE_ASM_HANDLER()
2979 CallNGCRuntime(glue, RTSTUB_ID(ResumeRspAndReturn), { *varAcc, *varSp, currentSp }); in DECLARE_ASM_HANDLER()
3084 CallNGCRuntime(glue, RTSTUB_ID(ResumeRspAndReturn), { *varAcc, *varSp, currentSp }); in DECLARE_ASM_HANDLER()
3465 CallNGCRuntime(glue, RTSTUB_ID(ResumeRspAndReturn), { *varAcc, *varSp, currentSp }); in DECLARE_ASM_HANDLER()
5327 CallNGCRuntime(glue, RTSTUB_ID(ResumeRspAndReturn), { Undefined(), *varSp, currentSp }); in DECLARE_ASM_HANDLER()
5421 CallNGCRuntime(glue, RTSTUB_ID(ResumeRspAndReturn), { *varAcc, *varSp, currentSp }); in DECLARE_ASM_HANDLER()
5428 CallNGCRuntime(glue, RTSTUB_ID(ResumeRspAndReturn), { *varAcc, *varSp, currentSp }); in DECLARE_ASM_HANDLER()
H A Dcall_signature.cpp1538 DEF_CALL_SIGNATURE(ResumeRspAndReturn) in DEF_CALL_SIGNATURE()
1541 CallSignature resumeRspAndReturn("ResumeRspAndReturn", 0, 3, in DEF_CALL_SIGNATURE()
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.cpp634 GateRef result = CallNGCRuntime(glue, RTSTUB_ID(ResumeRspAndReturn), { res, *varSp, currentSp }); in GenerateCircuit()
3405 CallNGCRuntime(glue, RTSTUB_ID(ResumeRspAndReturn), { acc, *varSp, currentSp }); in GenerateCircuit()
4956 CallNGCRuntime(glue, RTSTUB_ID(ResumeRspAndReturn), { currentSp }); in GenerateCircuit()
5679 CallNGCRuntime(glue, RTSTUB_ID(ResumeRspAndReturn), { *varAcc, *varSp, currentSp }); in GenerateCircuit()
5793 CallNGCRuntime(glue, RTSTUB_ID(ResumeRspAndReturn), { *varAcc, *varSp, currentSp }); in GenerateCircuit()

Completed in 41 milliseconds