Home
last modified time | relevance | path

Searched refs:PushCallRangeAndDispatch (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Dcommon_call.h144 static void PushCallRangeAndDispatch(ExtendedAssembler *assembler);
Dasm_interpreter_call.cpp386 void AsmInterpreterCall::PushCallRangeAndDispatch(ExtendedAssembler *assembler) in PushCallRangeAndDispatch() function in panda::ecmascript::aarch64::AsmInterpreterCall
388 __ BindAssemblerStub(RTSTUB_ID(PushCallRangeAndDispatch)); in PushCallRangeAndDispatch()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_signature.h393 V(PushCallRangeAndDispatch) \
Dcall_signature.cpp1237 DEF_CALL_SIGNATURE(PushCallRangeAndDispatch) in DEF_CALL_SIGNATURE() argument
1239 PUSH_CALL_ARGS_AND_DISPATCH_SIGNATURE(PushCallRangeAndDispatch) in DEF_CALL_SIGNATURE()
Dstub_builder.cpp5696 result = CallNGCRuntime(glue, RTSTUB_ID(PushCallRangeAndDispatch), in JSCallDispatch()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Dcommon_call.h116 static void PushCallRangeAndDispatch(ExtendedAssembler *assembler);
Dasm_interpreter_call.cpp364 void AsmInterpreterCall::PushCallRangeAndDispatch(ExtendedAssembler *assembler) in PushCallRangeAndDispatch() function in panda::ecmascript::x64::AsmInterpreterCall
366 __ BindAssemblerStub(RTSTUB_ID(PushCallRangeAndDispatch)); in PushCallRangeAndDispatch()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h62 V(PushCallRangeAndDispatch) \