Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h45 V(PushNewTargetAndDispatchNative) \
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H A Dcommon_call.h157 static void PushNewTargetAndDispatchNative(ExtendedAssembler *assembler);
H A Dasm_interpreter_call.cpp821 void AsmInterpreterCall::PushNewTargetAndDispatchNative(ExtendedAssembler *assembler) in PushNewTargetAndDispatchNative() function in panda::ecmascript::x64::AsmInterpreterCall
823 __ BindAssemblerStub(RTSTUB_ID(PushNewTargetAndDispatchNative)); in PushNewTargetAndDispatchNative()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Dcommon_call.h186 static void PushNewTargetAndDispatchNative(ExtendedAssembler *assembler);
H A Dasm_interpreter_call.cpp481 void AsmInterpreterCall::PushNewTargetAndDispatchNative(ExtendedAssembler *assembler) in PushNewTargetAndDispatchNative() function in panda::ecmascript::aarch64::AsmInterpreterCall
483 __ BindAssemblerStub(RTSTUB_ID(PushNewTargetAndDispatchNative)); in PushNewTargetAndDispatchNative()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcall_signature.h470 V(PushNewTargetAndDispatchNative) \
H A Dcall_signature.cpp1932 DEF_CALL_SIGNATURE(PushNewTargetAndDispatchNative) in DEF_CALL_SIGNATURE()
1934 PUSH_CALL_ARGS_AND_DISPATCH_NATIVE_RANGE_SIGNATURE(PushNewTargetAndDispatchNative) in DEF_CALL_SIGNATURE()
H A Dhcr_circuit_builder.cpp102 index = static_cast<int>(RTSTUB_ID(PushNewTargetAndDispatchNative)); in CallBuiltinRuntimeWithNewTarget()

Completed in 15 milliseconds