Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Dcommon_call.h164 static void PushCallRangeAndDispatchNative(ExtendedAssembler *assembler);
Dasm_interpreter_call.cpp454 void AsmInterpreterCall::PushCallRangeAndDispatchNative(ExtendedAssembler *assembler) in PushCallRangeAndDispatchNative() function in panda::ecmascript::aarch64::AsmInterpreterCall
456 __ BindAssemblerStub(RTSTUB_ID(PushCallRangeAndDispatchNative)); in PushCallRangeAndDispatchNative()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_signature.h394 V(PushCallRangeAndDispatchNative) \
Dcall_signature.cpp1222 DEF_CALL_SIGNATURE(PushCallRangeAndDispatchNative) in DEF_CALL_SIGNATURE() argument
1224 PUSH_CALL_ARGS_AND_DISPATCH_NATIVE_RANGE_SIGNATURE(PushCallRangeAndDispatchNative) in DEF_CALL_SIGNATURE()
Dstub_builder.cpp5255 result = CallNGCRuntime(glue, RTSTUB_ID(PushCallRangeAndDispatchNative), in JSCallDispatch()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Dcommon_call.h138 static void PushCallRangeAndDispatchNative(ExtendedAssembler *assembler);
Dasm_interpreter_call.cpp755 void AsmInterpreterCall::PushCallRangeAndDispatchNative(ExtendedAssembler *assembler) in PushCallRangeAndDispatchNative() function in panda::ecmascript::x64::AsmInterpreterCall
757 __ BindAssemblerStub(RTSTUB_ID(PushCallRangeAndDispatchNative)); in PushCallRangeAndDispatchNative()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h65 V(PushCallRangeAndDispatchNative) \