Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h48 V(ResumeRspAndDispatch) \
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H A Dcommon_call.h163 static void ResumeRspAndDispatch(ExtendedAssembler *assembler);
H A Dasm_interpreter_call.cpp1123 // ResumeRspAndDispatch(uintptr_t glue, uintptr_t sp, uintptr_t pc, uintptr_t constantPool,
1134 void AsmInterpreterCall::ResumeRspAndDispatch(ExtendedAssembler *assembler) in ResumeRspAndDispatch() function in panda::ecmascript::x64::AsmInterpreterCall
1136 __ BindAssemblerStub(RTSTUB_ID(ResumeRspAndDispatch)); in ResumeRspAndDispatch()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Dcommon_call.h194 static void ResumeRspAndDispatch(ExtendedAssembler *assembler);
H A Dasm_interpreter_call.cpp689 // ResumeRspAndDispatch(uintptr_t glue, uintptr_t sp, uintptr_t pc, uintptr_t constantPool,
700 void AsmInterpreterCall::ResumeRspAndDispatch(ExtendedAssembler *assembler) in ResumeRspAndDispatch() function in panda::ecmascript::aarch64::AsmInterpreterCall
702 __ BindAssemblerStub(RTSTUB_ID(ResumeRspAndDispatch)); in ResumeRspAndDispatch()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcall_signature.h482 V(ResumeRspAndDispatch) \
H A Dinterpreter_stub.cpp338 CallNGCRuntime(glue, RTSTUB_ID(ResumeRspAndDispatch), \
2792 CallNGCRuntime(glue, RTSTUB_ID(ResumeRspAndDispatch), in DECLARE_ASM_HANDLER()
2892 CallNGCRuntime(glue, RTSTUB_ID(ResumeRspAndDispatch), in DECLARE_ASM_HANDLER()
2998 CallNGCRuntime(glue, RTSTUB_ID(ResumeRspAndDispatch), in DECLARE_ASM_HANDLER()
3103 CallNGCRuntime(glue, RTSTUB_ID(ResumeRspAndDispatch), in DECLARE_ASM_HANDLER()
3484 CallNGCRuntime(glue, RTSTUB_ID(ResumeRspAndDispatch), in DECLARE_ASM_HANDLER()
H A Dcall_signature.cpp1517 DEF_CALL_SIGNATURE(ResumeRspAndDispatch) in DEF_CALL_SIGNATURE()
1520 CallSignature resumeRspAndDispatch("ResumeRspAndDispatch", 0, 8, in DEF_CALL_SIGNATURE()
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.cpp653 GateRef result = CallNGCRuntime(glue, RTSTUB_ID(ResumeRspAndDispatch), in GenerateCircuit()
3424 CallNGCRuntime(glue, RTSTUB_ID(ResumeRspAndDispatch), in GenerateCircuit()
4974 CallNGCRuntime(glue, RTSTUB_ID(ResumeRspAndDispatch), in GenerateCircuit()
5698 CallNGCRuntime(glue, RTSTUB_ID(ResumeRspAndDispatch), in GenerateCircuit()
5812 CallNGCRuntime(glue, RTSTUB_ID(ResumeRspAndDispatch), in GenerateCircuit()

Completed in 37 milliseconds