Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h112 V(JSCallNew) \
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H A Dcommon_call.h81 static void JSCallNew(ExtendedAssembler *assembler);
H A Doptimized_call.cpp396 void OptimizedCall::JSCallNew(ExtendedAssembler *assembler) in JSCallNew() function in panda::ecmascript::x64::OptimizedCall
398 __ BindAssemblerStub(RTSTUB_ID(JSCallNew)); in JSCallNew()
1335 GenJSCallWithArgV(assembler, RTSTUB_ID(JSCallNew)); in SuperCallWithArgV()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Dcommon_call.h108 static void JSCallNew(ExtendedAssembler *assembler);
H A Doptimized_call.cpp441 void OptimizedCall::JSCallNew(ExtendedAssembler *assembler) in JSCallNew() function in panda::ecmascript::aarch64::OptimizedCall
443 __ BindAssemblerStub(RTSTUB_ID(JSCallNew)); in JSCallNew()
1320 GenJSCallWithArgV(assembler, RTSTUB_ID(JSCallNew)); in SuperCallWithArgV()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcall_signature.h562 V(JSCallNew) \
H A Dcall_signature.cpp1442 DEF_CALL_SIGNATURE(JSCallNew) in DEF_CALL_SIGNATURE()
1444 AOT_CALL_SIGNATURE(JSCallNew) in DEF_CALL_SIGNATURE()
H A Dslowpath_lowering.cpp3462 const CallSignature *cs = RuntimeStubCSigns::Get(RTSTUB_ID(JSCallNew)); in LowerNewFastCall()
3463 GateRef target = builder_.IntPtr(RTSTUB_ID(JSCallNew)); in LowerNewFastCall()
3561 const CallSignature *cs = RuntimeStubCSigns::Get(RTSTUB_ID(JSCallNew)); in LowerFastCall()
3562 GateRef target = builder_.IntPtr(RTSTUB_ID(JSCallNew)); in LowerFastCall()

Completed in 22 milliseconds