Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Dcommon_call.h168 static void PushNewTargetAndDispatchNative(ExtendedAssembler *assembler);
Dasm_interpreter_call.cpp477 void AsmInterpreterCall::PushNewTargetAndDispatchNative(ExtendedAssembler *assembler) in PushNewTargetAndDispatchNative() function in panda::ecmascript::aarch64::AsmInterpreterCall
479 __ BindAssemblerStub(RTSTUB_ID(PushNewTargetAndDispatchNative)); in PushNewTargetAndDispatchNative()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Dcommon_call.h140 static void PushNewTargetAndDispatchNative(ExtendedAssembler *assembler);
Dasm_interpreter_call.cpp779 void AsmInterpreterCall::PushNewTargetAndDispatchNative(ExtendedAssembler *assembler) in PushNewTargetAndDispatchNative() function in panda::ecmascript::x64::AsmInterpreterCall
781 __ BindAssemblerStub(RTSTUB_ID(PushNewTargetAndDispatchNative)); in PushNewTargetAndDispatchNative()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_signature.h409 V(PushNewTargetAndDispatchNative) \
Dhcr_circuit_builder.cpp101 index = static_cast<int>(RTSTUB_ID(PushNewTargetAndDispatchNative)); in CallBuiltinRuntimeWithNewTarget()
Dcall_signature.cpp1513 DEF_CALL_SIGNATURE(PushNewTargetAndDispatchNative) in DEF_CALL_SIGNATURE() argument
1515 PUSH_CALL_ARGS_AND_DISPATCH_NATIVE_RANGE_SIGNATURE(PushNewTargetAndDispatchNative) in DEF_CALL_SIGNATURE()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h67 V(PushNewTargetAndDispatchNative) \