Home
last modified time | relevance | path

Searched refs:JSProxyCallInternalWithArgV (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Dcommon_call.h77 static void JSProxyCallInternalWithArgV(ExtendedAssembler *assembler);
Doptimized_call.cpp717 void OptimizedCall::JSProxyCallInternalWithArgV(ExtendedAssembler *assembler) in JSProxyCallInternalWithArgV() function in panda::ecmascript::aarch64::OptimizedCall
719 __ BindAssemblerStub(RTSTUB_ID(JSProxyCallInternalWithArgV)); in JSProxyCallInternalWithArgV()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Dcommon_call.h53 static void JSProxyCallInternalWithArgV(ExtendedAssembler *assembler);
Doptimized_call.cpp254 void OptimizedCall::JSProxyCallInternalWithArgV(ExtendedAssembler *assembler) in JSProxyCallInternalWithArgV() function in panda::ecmascript::x64::OptimizedCall
256 __ BindAssemblerStub(RTSTUB_ID(JSProxyCallInternalWithArgV)); in JSProxyCallInternalWithArgV()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_signature.h462 V(JSProxyCallInternalWithArgV) \
Dcommon_stubs.cpp923 … result = CallNGCRuntime(glue, RTSTUB_ID(JSProxyCallInternalWithArgV), {glue, target}); in GenerateCircuit()
Dcall_signature.cpp1122 DEF_CALL_SIGNATURE(JSProxyCallInternalWithArgV) in DEF_CALL_SIGNATURE() argument
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h87 V(JSProxyCallInternalWithArgV) \