Searched refs:JSCallWithArgVAndPushArgv (Results 1 - 10 of 10) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stub_list.h | 107 V(JSCallWithArgVAndPushArgv) \
|
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/ |
H A D | common_call.h | 71 static void JSCallWithArgVAndPushArgv(ExtendedAssembler *assembler);
|
H A D | optimized_call.cpp | 75 __ CallAssemblerStub(RTSTUB_ID(JSCallWithArgVAndPushArgv), false); in JSFunctionEntry() 1310 // * uint64_t JSCallWithArgVAndPushArgv(uintptr_t glue, uint32_t argc, JSTaggedType calltarget, 1320 void OptimizedCall::JSCallWithArgVAndPushArgv(ExtendedAssembler *assembler) in JSCallWithArgVAndPushArgv() function in panda::ecmascript::x64::OptimizedCall 1322 __ BindAssemblerStub(RTSTUB_ID(JSCallWithArgVAndPushArgv)); in JSCallWithArgVAndPushArgv()
|
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
H A D | common_call.h | 98 static void JSCallWithArgVAndPushArgv(ExtendedAssembler *assembler);
|
H A D | optimized_call.cpp | 165 __ CallAssemblerStub(RTSTUB_ID(JSCallWithArgVAndPushArgv), false); in JSFunctionEntry() 1295 // * uint64_t JSCallWithArgVAndPushArgv(uintptr_t glue, uint32_t argc, JSTaggedType calltarget, 1305 void OptimizedCall::JSCallWithArgVAndPushArgv(ExtendedAssembler *assembler) in JSCallWithArgVAndPushArgv() function in panda::ecmascript::aarch64::OptimizedCall 1307 __ BindAssemblerStub(RTSTUB_ID(JSCallWithArgVAndPushArgv)); in JSCallWithArgVAndPushArgv()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | call_signature.h | 480 V(JSCallWithArgVAndPushArgv) \
|
H A D | call_stub_builder.cpp | 688 return RTSTUB_ID(JSCallWithArgVAndPushArgv);
in PrepareIdxForAot()
|
H A D | common_stubs.cpp | 999 result = CallNGCRuntime(glue, RTSTUB_ID(JSCallWithArgVAndPushArgv), in GenerateCircuit()
|
H A D | call_signature.cpp | 2040 DEF_CALL_SIGNATURE(JSCallWithArgVAndPushArgv) in DEF_CALL_SIGNATURE() 2043 CallSignature jSCallWithArgVAndPushArgv("JSCallWithArgVAndPushArgv", 0, 5, in DEF_CALL_SIGNATURE()
|
H A D | slowpath_lowering.cpp | 1900 CallNGCRuntimeWithCallTimer(RTSTUB_ID(JSCallWithArgVAndPushArgv), gate, superFunc, result, callArgs); in LowerFastSuperCall()
|
Completed in 23 milliseconds