Home
last modified time | relevance | path

Searched refs:JSCallWithArgVAndPushArgv (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h107 V(JSCallWithArgVAndPushArgv) \
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H A Dcommon_call.h71 static void JSCallWithArgVAndPushArgv(ExtendedAssembler *assembler);
H A Doptimized_call.cpp75 __ CallAssemblerStub(RTSTUB_ID(JSCallWithArgVAndPushArgv), false); in JSFunctionEntry()
1310 // * uint64_t JSCallWithArgVAndPushArgv(uintptr_t glue, uint32_t argc, JSTaggedType calltarget,
1320 void OptimizedCall::JSCallWithArgVAndPushArgv(ExtendedAssembler *assembler) in JSCallWithArgVAndPushArgv() function in panda::ecmascript::x64::OptimizedCall
1322 __ BindAssemblerStub(RTSTUB_ID(JSCallWithArgVAndPushArgv)); in JSCallWithArgVAndPushArgv()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Dcommon_call.h98 static void JSCallWithArgVAndPushArgv(ExtendedAssembler *assembler);
H A Doptimized_call.cpp165 __ CallAssemblerStub(RTSTUB_ID(JSCallWithArgVAndPushArgv), false); in JSFunctionEntry()
1295 // * uint64_t JSCallWithArgVAndPushArgv(uintptr_t glue, uint32_t argc, JSTaggedType calltarget,
1305 void OptimizedCall::JSCallWithArgVAndPushArgv(ExtendedAssembler *assembler) in JSCallWithArgVAndPushArgv() function in panda::ecmascript::aarch64::OptimizedCall
1307 __ BindAssemblerStub(RTSTUB_ID(JSCallWithArgVAndPushArgv)); in JSCallWithArgVAndPushArgv()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcall_signature.h480 V(JSCallWithArgVAndPushArgv) \
H A Dcall_stub_builder.cpp688 return RTSTUB_ID(JSCallWithArgVAndPushArgv); in PrepareIdxForAot()
H A Dcommon_stubs.cpp999 result = CallNGCRuntime(glue, RTSTUB_ID(JSCallWithArgVAndPushArgv), in GenerateCircuit()
H A Dcall_signature.cpp2040 DEF_CALL_SIGNATURE(JSCallWithArgVAndPushArgv) in DEF_CALL_SIGNATURE()
2043 CallSignature jSCallWithArgVAndPushArgv("JSCallWithArgVAndPushArgv", 0, 5, in DEF_CALL_SIGNATURE()
H A Dslowpath_lowering.cpp1900 CallNGCRuntimeWithCallTimer(RTSTUB_ID(JSCallWithArgVAndPushArgv), gate, superFunc, result, callArgs); in LowerFastSuperCall()

Completed in 23 milliseconds