Searched refs:JSFastCallWithArgV (Results 1 - 10 of 10) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/ |
H A D | optimized_fast_call.cpp | 54 __ 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 D | common_call.h | 116 static void JSFastCallWithArgV(ExtendedAssembler *assembler);
|
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
H A D | optimized_fast_call.cpp | 61 __ 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 D | common_call.h | 145 static void JSFastCallWithArgV(ExtendedAssembler *assembler);
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stub_list.h | 120 V(JSFastCallWithArgV) \
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | call_signature.h | 478 V(JSFastCallWithArgV) \
|
H A D | call_stub_builder.cpp | 682 return RTSTUB_ID(JSFastCallWithArgV);
in PrepareIdxForAot()
|
H A D | common_stubs.cpp | 977 result = CallNGCRuntime(glue, RTSTUB_ID(JSFastCallWithArgV), in GenerateCircuit()
|
H A D | call_signature.cpp | 2002 DEF_CALL_SIGNATURE(JSFastCallWithArgV) in DEF_CALL_SIGNATURE() 2005 CallSignature jSFastCallWithArgV("JSFastCallWithArgV", 0, 4, in DEF_CALL_SIGNATURE()
|
H A D | slowpath_lowering.cpp | 1880 CallNGCRuntimeWithCallTimer(RTSTUB_ID(JSFastCallWithArgV), gate, superFunc, result, in LowerFastSuperCall()
|
Completed in 19 milliseconds