Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H A Doptimized_fast_call.cpp296 void OptimizedFastCall::JSFastCallWithArgVAndPushArgv(ExtendedAssembler *assembler) in JSFastCallWithArgVAndPushArgv() function in panda::ecmascript::x64::OptimizedFastCall
298 __ BindAssemblerStub(RTSTUB_ID(JSFastCallWithArgVAndPushArgv)); in JSFastCallWithArgVAndPushArgv()
H A Dcommon_call.h118 static void JSFastCallWithArgVAndPushArgv(ExtendedAssembler *assembler);
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Doptimized_fast_call.cpp339 void OptimizedFastCall::JSFastCallWithArgVAndPushArgv(ExtendedAssembler *assembler) in JSFastCallWithArgVAndPushArgv() function in panda::ecmascript::aarch64::OptimizedFastCall
341 __ BindAssemblerStub(RTSTUB_ID(JSFastCallWithArgVAndPushArgv)); in JSFastCallWithArgVAndPushArgv()
H A Dcommon_call.h147 static void JSFastCallWithArgVAndPushArgv(ExtendedAssembler *assembler);
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h121 V(JSFastCallWithArgVAndPushArgv)
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcall_signature.h479 V(JSFastCallWithArgVAndPushArgv) \
H A Dcall_stub_builder.cpp684 return RTSTUB_ID(JSFastCallWithArgVAndPushArgv); in PrepareIdxForAot()
H A Dcommon_stubs.cpp983 result = CallNGCRuntime(glue, RTSTUB_ID(JSFastCallWithArgVAndPushArgv), in GenerateCircuit()
H A Dcall_signature.cpp2021 DEF_CALL_SIGNATURE(JSFastCallWithArgVAndPushArgv) in DEF_CALL_SIGNATURE()
2024 CallSignature jSCallWithArgV("JSFastCallWithArgVAndPushArgv", 0, 4, in DEF_CALL_SIGNATURE()
H A Dslowpath_lowering.cpp1884 CallNGCRuntimeWithCallTimer(RTSTUB_ID(JSFastCallWithArgVAndPushArgv), gate, superFunc, result, in LowerFastSuperCall()

Completed in 19 milliseconds