Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h46 V(PushCallRangeAndDispatchNative) \
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H A Dcommon_call.h159 static void PushCallRangeAndDispatchNative(ExtendedAssembler *assembler);
H A Dasm_interpreter_call.cpp801 // uint64_t PushCallRangeAndDispatchNative(uintptr_t glue, uint32_t argc, JSTaggedType calltarget, uintptr_t argv[])
809 void AsmInterpreterCall::PushCallRangeAndDispatchNative(ExtendedAssembler *assembler) in PushCallRangeAndDispatchNative() function in panda::ecmascript::x64::AsmInterpreterCall
811 __ BindAssemblerStub(RTSTUB_ID(PushCallRangeAndDispatchNative)); in PushCallRangeAndDispatchNative()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Dcommon_call.h182 static void PushCallRangeAndDispatchNative(ExtendedAssembler *assembler);
H A Dasm_interpreter_call.cpp461 // uint64_t PushCallRangeAndDispatchNative(uintptr_t glue, uint32_t argc, JSTaggedType calltarget, uintptr_t argv[])
469 void AsmInterpreterCall::PushCallRangeAndDispatchNative(ExtendedAssembler *assembler) in PushCallRangeAndDispatchNative() function in panda::ecmascript::aarch64::AsmInterpreterCall
471 __ BindAssemblerStub(RTSTUB_ID(PushCallRangeAndDispatchNative)); in PushCallRangeAndDispatchNative()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcall_signature.h463 V(PushCallRangeAndDispatchNative) \
H A Dcall_signature.cpp1922 DEF_CALL_SIGNATURE(PushCallRangeAndDispatchNative) in DEF_CALL_SIGNATURE()
1924 PUSH_CALL_ARGS_AND_DISPATCH_NATIVE_RANGE_SIGNATURE(PushCallRangeAndDispatchNative) in DEF_CALL_SIGNATURE()
H A Dcall_stub_builder.cpp475 return RTSTUB_ID(PushCallRangeAndDispatchNative); in PrepareIdxForNative()

Completed in 14 milliseconds