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.cpp465 void AsmInterpreterCall::PushCallRangeAndDispatchNative(ExtendedAssembler *assembler) in PushCallRangeAndDispatchNative() function in panda::ecmascript::aarch64::AsmInterpreterCall
467 __ BindAssemblerStub(RTSTUB_ID(PushCallRangeAndDispatchNative)); in PushCallRangeAndDispatchNative()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Dcommon_call.h142 static void PushCallRangeAndDispatchNative(ExtendedAssembler *assembler);
Dasm_interpreter_call.cpp767 void AsmInterpreterCall::PushCallRangeAndDispatchNative(ExtendedAssembler *assembler) in PushCallRangeAndDispatchNative() function in panda::ecmascript::x64::AsmInterpreterCall
769 __ BindAssemblerStub(RTSTUB_ID(PushCallRangeAndDispatchNative)); in PushCallRangeAndDispatchNative()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_signature.h402 V(PushCallRangeAndDispatchNative) \
Dcall_signature.cpp1503 DEF_CALL_SIGNATURE(PushCallRangeAndDispatchNative) in DEF_CALL_SIGNATURE() argument
1505 PUSH_CALL_ARGS_AND_DISPATCH_NATIVE_RANGE_SIGNATURE(PushCallRangeAndDispatchNative) in DEF_CALL_SIGNATURE()
Dstub_builder.cpp6866 result = CallNGCRuntime(glue, RTSTUB_ID(PushCallRangeAndDispatchNative), in JSCallDispatch()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h68 V(PushCallRangeAndDispatchNative) \