Home
last modified time | relevance | path

Searched refs:PushCallArgsAndDispatchNative (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h32 V(PushCallArgsAndDispatchNative) \
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H A Dcommon_call.h161 static void PushCallArgsAndDispatchNative(ExtendedAssembler *assembler);
H A Dasm_interpreter_call.cpp1050 // uint64_t PushCallArgsAndDispatchNative(uintptr_t codeAddress, uintptr_t glue, uint32_t argc, ...)
1082 void AsmInterpreterCall::PushCallArgsAndDispatchNative(ExtendedAssembler *assembler) in PushCallArgsAndDispatchNative() function in panda::ecmascript::x64::AsmInterpreterCall
1084 __ BindAssemblerStub(RTSTUB_ID(PushCallArgsAndDispatchNative)); in PushCallArgsAndDispatchNative()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Dcommon_call.h192 static void PushCallArgsAndDispatchNative(ExtendedAssembler *assembler);
H A Dasm_interpreter_call.cpp594 // uint64_t PushCallArgsAndDispatchNative(uintptr_t codeAddress, uintptr_t glue, uint32_t argc, ...)
626 void AsmInterpreterCall::PushCallArgsAndDispatchNative(ExtendedAssembler *assembler) in PushCallArgsAndDispatchNative() function in panda::ecmascript::aarch64::AsmInterpreterCall
628 __ BindAssemblerStub(RTSTUB_ID(PushCallArgsAndDispatchNative)); in PushCallArgsAndDispatchNative()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcall_signature.h458 V(PushCallArgsAndDispatchNative) \
H A Dcall_signature.cpp1877 DEF_CALL_SIGNATURE(PushCallArgsAndDispatchNative) in DEF_CALL_SIGNATURE()
1879 PUSH_CALL_ARGS_AND_DISPATCH_NATIVE_SIGNATURE(PushCallArgsAndDispatchNative) in DEF_CALL_SIGNATURE()
H A Dhcr_circuit_builder.cpp81 index = static_cast<int>(RTSTUB_ID(PushCallArgsAndDispatchNative)); in CallBuiltinRuntime()
H A Dcall_stub_builder.cpp469 return RTSTUB_ID(PushCallArgsAndDispatchNative); in PrepareIdxForNative()

Completed in 16 milliseconds