Searched refs:ResumeRspAndDispatch (Results 1 - 9 of 9) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stub_list.h | 48 V(ResumeRspAndDispatch) \
|
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/ |
H A D | common_call.h | 163 static void ResumeRspAndDispatch(ExtendedAssembler *assembler);
|
H A D | asm_interpreter_call.cpp | 1123 // 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 D | common_call.h | 194 static void ResumeRspAndDispatch(ExtendedAssembler *assembler);
|
H A D | asm_interpreter_call.cpp | 689 // 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 D | call_signature.h | 482 V(ResumeRspAndDispatch) \
|
H A D | interpreter_stub.cpp | 338 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 D | call_signature.cpp | 1517 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 D | baseline_stubs.cpp | 653 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