Home
last modified time | relevance | path

Searched refs:JSFastCallWithArgV (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Doptimized_fast_call.cpp55 __ CallAssemblerStub(RTSTUB_ID(JSFastCallWithArgV), false); in OptimizedFastCallEntry()
217 void OptimizedFastCall::JSFastCallWithArgV(ExtendedAssembler *assembler) in JSFastCallWithArgV() function in panda::ecmascript::x64::OptimizedFastCall
219 __ BindAssemblerStub(RTSTUB_ID(JSFastCallWithArgV)); in JSFastCallWithArgV()
Dcommon_call.h99 static void JSFastCallWithArgV(ExtendedAssembler *assembler);
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Doptimized_fast_call.cpp62 __ CallAssemblerStub(RTSTUB_ID(JSFastCallWithArgV), false); in OptimizedFastCallEntry()
247 void OptimizedFastCall::JSFastCallWithArgV(ExtendedAssembler *assembler) in JSFastCallWithArgV() function in panda::ecmascript::aarch64::OptimizedFastCall
249 __ BindAssemblerStub(RTSTUB_ID(JSFastCallWithArgV)); in JSFastCallWithArgV()
Dcommon_call.h127 static void JSFastCallWithArgV(ExtendedAssembler *assembler);
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_signature.h406 V(JSFastCallWithArgV) \
Dcommon_stubs.cpp727 result = CallNGCRuntime(glue, RTSTUB_ID(JSFastCallWithArgV), in GenerateCircuit()
817 result = CallNGCRuntime(glue, RTSTUB_ID(JSFastCallWithArgV), in GenerateCircuit()
Dcall_signature.cpp1287 DEF_CALL_SIGNATURE(JSFastCallWithArgV) in DEF_CALL_SIGNATURE() argument
Dstub_builder.cpp5369 result = CallNGCRuntime(glue, RTSTUB_ID(JSFastCallWithArgV), in JSCallDispatch()
5375 result = CallNGCRuntime(glue, RTSTUB_ID(JSFastCallWithArgV), in JSCallDispatch()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h92 V(JSFastCallWithArgV) \