Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H A Doptimized_fast_call.cpp54 __ CallAssemblerStub(RTSTUB_ID(JSFastCallWithArgV), false); in OptimizedFastCallEntry()
225 // * uint64_t JSFastCallWithArgV(uintptr_t glue, uint32_t actualNumArgs, const JSTaggedType argV[], uintptr_t prevFp,
235 void OptimizedFastCall::JSFastCallWithArgV(ExtendedAssembler *assembler) in JSFastCallWithArgV() function in panda::ecmascript::x64::OptimizedFastCall
237 __ BindAssemblerStub(RTSTUB_ID(JSFastCallWithArgV)); in JSFastCallWithArgV()
H A Dcommon_call.h116 static void JSFastCallWithArgV(ExtendedAssembler *assembler);
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Doptimized_fast_call.cpp61 __ CallAssemblerStub(RTSTUB_ID(JSFastCallWithArgV), false); in OptimizedFastCallEntry()
251 // * uint64_t JSFastCallWithArgV(uintptr_t glue, uint32_t argc, JSTaggedType calltarget,
260 void OptimizedFastCall::JSFastCallWithArgV(ExtendedAssembler *assembler) in JSFastCallWithArgV() function in panda::ecmascript::aarch64::OptimizedFastCall
262 __ BindAssemblerStub(RTSTUB_ID(JSFastCallWithArgV)); in JSFastCallWithArgV()
H A Dcommon_call.h145 static void JSFastCallWithArgV(ExtendedAssembler *assembler);
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h120 V(JSFastCallWithArgV) \
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcall_signature.h478 V(JSFastCallWithArgV) \
H A Dcall_stub_builder.cpp682 return RTSTUB_ID(JSFastCallWithArgV); in PrepareIdxForAot()
H A Dcommon_stubs.cpp977 result = CallNGCRuntime(glue, RTSTUB_ID(JSFastCallWithArgV), in GenerateCircuit()
H A Dcall_signature.cpp2002 DEF_CALL_SIGNATURE(JSFastCallWithArgV) in DEF_CALL_SIGNATURE()
2005 CallSignature jSFastCallWithArgV("JSFastCallWithArgV", 0, 4, in DEF_CALL_SIGNATURE()
H A Dslowpath_lowering.cpp1880 CallNGCRuntimeWithCallTimer(RTSTUB_ID(JSFastCallWithArgV), gate, superFunc, result, in LowerFastSuperCall()

Completed in 19 milliseconds