Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h106 V(JSCallWithArgV) \
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H A Dcommon_call.h69 static void JSCallWithArgV(ExtendedAssembler *assembler);
H A Doptimized_call.cpp71 __ CallAssemblerStub(RTSTUB_ID(JSCallWithArgV), false); in JSFunctionEntry()
1241 // * uint64_t JSCallWithArgV(uintptr_t glue, uint32_t argc, JSTaggedType calltarget,
1326 void OptimizedCall::JSCallWithArgV(ExtendedAssembler *assembler) in JSCallWithArgV() function in panda::ecmascript::x64::OptimizedCall
1328 __ BindAssemblerStub(RTSTUB_ID(JSCallWithArgV)); in JSCallWithArgV()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Dcommon_call.h96 static void JSCallWithArgV(ExtendedAssembler *assembler);
H A Doptimized_call.cpp161 __ CallAssemblerStub(RTSTUB_ID(JSCallWithArgV), false); in JSFunctionEntry()
1220 // * uint64_t JSCallWithArgV(uintptr_t glue, uint32_t argc, JSTaggedType calltarget,
1311 void OptimizedCall::JSCallWithArgV(ExtendedAssembler *assembler) in JSCallWithArgV() function in panda::ecmascript::aarch64::OptimizedCall
1313 __ BindAssemblerStub(RTSTUB_ID(JSCallWithArgV)); in JSCallWithArgV()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcall_signature.h477 V(JSCallWithArgV) \
H A Dcall_stub_builder.cpp686 return RTSTUB_ID(JSCallWithArgV); in PrepareIdxForAot()
H A Dcommon_stubs.cpp993 result = CallNGCRuntime(glue, RTSTUB_ID(JSCallWithArgV), in GenerateCircuit()
H A Dcall_signature.cpp1982 DEF_CALL_SIGNATURE(JSCallWithArgV) in DEF_CALL_SIGNATURE()
1985 CallSignature jSCallWithArgV("JSCallWithArgV", 0, 5, in DEF_CALL_SIGNATURE()
H A Dslowpath_lowering.cpp1897 CallNGCRuntimeWithCallTimer(RTSTUB_ID(JSCallWithArgV), gate, superFunc, result, callArgs); in LowerFastSuperCall()

Completed in 23 milliseconds