Searched refs:ResumeRspAndReturn (Results 1 - 9 of 9) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stub_list.h | 49 V(ResumeRspAndReturn) \
|
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/ |
H A D | common_call.h | 165 static void ResumeRspAndReturn([[maybe_unused]] ExtendedAssembler *assembler);
|
H A D | asm_interpreter_call.cpp | 1315 // 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 D | common_call.h | 196 static void ResumeRspAndReturn([[maybe_unused]] ExtendedAssembler *assembler);
|
H A D | asm_interpreter_call.cpp | 803 // ResumeRspAndReturn(uintptr_t acc) 808 void AsmInterpreterCall::ResumeRspAndReturn(ExtendedAssembler *assembler) 810 __ BindAssemblerStub(RTSTUB_ID(ResumeRspAndReturn));
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | call_signature.h | 483 V(ResumeRspAndReturn) \
|
H A D | interpreter_stub.cpp | 326 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 D | call_signature.cpp | 1538 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 D | baseline_stubs.cpp | 634 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 35 milliseconds