Searched refs:JSCallWithArgV (Results 1 - 10 of 10) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stub_list.h | 106 V(JSCallWithArgV) \
|
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/ |
H A D | common_call.h | 69 static void JSCallWithArgV(ExtendedAssembler *assembler);
|
H A D | optimized_call.cpp | 71 __ 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 D | common_call.h | 96 static void JSCallWithArgV(ExtendedAssembler *assembler);
|
H A D | optimized_call.cpp | 161 __ 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 D | call_signature.h | 477 V(JSCallWithArgV) \
|
H A D | call_stub_builder.cpp | 686 return RTSTUB_ID(JSCallWithArgV);
in PrepareIdxForAot()
|
H A D | common_stubs.cpp | 993 result = CallNGCRuntime(glue, RTSTUB_ID(JSCallWithArgV), in GenerateCircuit()
|
H A D | call_signature.cpp | 1982 DEF_CALL_SIGNATURE(JSCallWithArgV) in DEF_CALL_SIGNATURE() 1985 CallSignature jSCallWithArgV("JSCallWithArgV", 0, 5, in DEF_CALL_SIGNATURE()
|
H A D | slowpath_lowering.cpp | 1897 CallNGCRuntimeWithCallTimer(RTSTUB_ID(JSCallWithArgV), gate, superFunc, result, callArgs); in LowerFastSuperCall()
|
Completed in 23 milliseconds