Searched refs:ResumeRspAndRollback (Results 1 - 8 of 8) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stub_list.h | 53 V(ResumeRspAndRollback) \
|
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/ |
H A D | common_call.h | 183 static void ResumeRspAndRollback(ExtendedAssembler *assembler);
|
H A D | asm_interpreter_call.cpp | 1471 // 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 D | common_call.h | 204 static void ResumeRspAndRollback(ExtendedAssembler *assembler);
|
H A D | asm_interpreter_call.cpp | 972 // 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 D | call_signature.h | 487 V(ResumeRspAndRollback) \
|
H A D | call_signature.cpp | 1608 DEF_CALL_SIGNATURE(ResumeRspAndRollback) in DEF_CALL_SIGNATURE() 1611 CallSignature resumeRspAndRollback("ResumeRspAndRollback", 0, 8, in DEF_CALL_SIGNATURE()
|
H A D | interpreter_stub.cpp | 5439 CallNGCRuntime(glue, RTSTUB_ID(ResumeRspAndRollback),
in DECLARE_ASM_HANDLER()
|
Completed in 24 milliseconds