Searched refs:JSFastCallWithArgV (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/ |
| D | optimized_fast_call.cpp | 55 __ 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()
|
| D | common_call.h | 99 static void JSFastCallWithArgV(ExtendedAssembler *assembler);
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
| D | optimized_fast_call.cpp | 62 __ 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()
|
| D | common_call.h | 127 static void JSFastCallWithArgV(ExtendedAssembler *assembler);
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | call_signature.h | 406 V(JSFastCallWithArgV) \
|
| D | common_stubs.cpp | 727 result = CallNGCRuntime(glue, RTSTUB_ID(JSFastCallWithArgV), in GenerateCircuit() 817 result = CallNGCRuntime(glue, RTSTUB_ID(JSFastCallWithArgV), in GenerateCircuit()
|
| D | call_signature.cpp | 1287 DEF_CALL_SIGNATURE(JSFastCallWithArgV) in DEF_CALL_SIGNATURE() argument
|
| D | stub_builder.cpp | 5369 result = CallNGCRuntime(glue, RTSTUB_ID(JSFastCallWithArgV), in JSCallDispatch() 5375 result = CallNGCRuntime(glue, RTSTUB_ID(JSFastCallWithArgV), in JSCallDispatch()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.h | 92 V(JSFastCallWithArgV) \
|