Home
last modified time | relevance | path

Searched refs:ResumeRspAndRollback (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h53 V(ResumeRspAndRollback) \
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H A Dcommon_call.h183 static void ResumeRspAndRollback(ExtendedAssembler *assembler);
H A Dasm_interpreter_call.cpp1471 // ResumeRspAndRollback(uintptr_t glue, uintptr_t sp, uintptr_t pc, uintptr_t constantPool,
1482 void AsmInterpreterCall::ResumeRspAndRollback(ExtendedAssembler *assembler) in ResumeRspAndRollback() function in panda::ecmascript::x64::AsmInterpreterCall
1484 __ BindAssemblerStub(RTSTUB_ID(ResumeRspAndRollback)); in ResumeRspAndRollback()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Dcommon_call.h204 static void ResumeRspAndRollback(ExtendedAssembler *assembler);
H A Dasm_interpreter_call.cpp972 // ResumeRspAndRollback(uintptr_t glue, uintptr_t sp, uintptr_t pc, uintptr_t constantPool,
983 void AsmInterpreterCall::ResumeRspAndRollback(ExtendedAssembler *assembler)
985 __ BindAssemblerStub(RTSTUB_ID(ResumeRspAndRollback));
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcall_signature.h487 V(ResumeRspAndRollback) \
H A Dcall_signature.cpp1608 DEF_CALL_SIGNATURE(ResumeRspAndRollback) in DEF_CALL_SIGNATURE()
1611 CallSignature resumeRspAndRollback("ResumeRspAndRollback", 0, 8, in DEF_CALL_SIGNATURE()
H A Dinterpreter_stub.cpp5439 CallNGCRuntime(glue, RTSTUB_ID(ResumeRspAndRollback), in DECLARE_ASM_HANDLER()

Completed in 24 milliseconds