Home
last modified time | relevance | path

Searched refs:JSCall (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dtest_stubs.cpp41 …CallNGCRuntime(glue, RTSTUB_ID(JSCall), {glue, argc, barfunc, newtarget, thisObj, a, b, pcOffset}); in GenerateCircuit()
73 …CallNGCRuntime(glue, RTSTUB_ID(JSCall), {glue, argc, barfunc, newtarget, thisObj, a, b, pcOffset}); in GenerateCircuit()
111 …GateRef result = CallNGCRuntime(glue, RTSTUB_ID(JSCall), {glue, actualArgC, barfunc, newtarget, th… in GenerateCircuit()
129 …GateRef result = CallNGCRuntime(glue, RTSTUB_ID(JSCall), {glue, actualArgC, printfunc, newtarget, … in GenerateCircuit()
150 …GateRef newjsfunc = CallNGCRuntime(glue, RTSTUB_ID(JSCall), {glue, Int64(5), bindfunc, newtarget, … in GenerateCircuit()
152 …GateRef result = CallNGCRuntime(glue, RTSTUB_ID(JSCall), {glue, argc, newjsfunc, newtarget, thisOb… in GenerateCircuit()
174 …CallNGCRuntime(glue, RTSTUB_ID(JSCall), {glue, argc, proxyfunc, newtarget, thisObj, a, b, pcOffset… in GenerateCircuit()
196 …CallNGCRuntime(glue, RTSTUB_ID(JSCall), {glue, argc, proxyfunc, newtarget, thisObj, a, b, pcOffset… in GenerateCircuit()
Dcall_signature.h443 V(JSCall) \
Dtype_mcr_lowering.cpp1243 const CallSignature *cs = RuntimeStubCSigns::Get(RTSTUB_ID(JSCall)); in CallAccessor()
1244 GateRef target = builder_.IntPtr(RTSTUB_ID(JSCall)); in CallAccessor()
Dcommon_stubs.cpp881 result = CallNGCRuntime(glue, RTSTUB_ID(JSCall), in GenerateCircuit()
Dcall_signature.cpp924 DEF_CALL_SIGNATURE(JSCall) in DEF_CALL_SIGNATURE() argument
Dslowpath_lowering.cpp3096 const CallSignature *cs = RuntimeStubCSigns::Get(RTSTUB_ID(JSCall)); in LowerFastCall()
3097 GateRef target = builder_.IntPtr(RTSTUB_ID(JSCall)); in LowerFastCall()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Dcommon_call.h79 static void JSCall(ExtendedAssembler *assembler);
Doptimized_call.cpp382 void OptimizedCall::JSCall(ExtendedAssembler *assembler) in JSCall() function in panda::ecmascript::aarch64::OptimizedCall
384 __ BindAssemblerStub(RTSTUB_ID(JSCall)); in JSCall()
503 JSBoundFunctionCallInternal(assembler, glue, actualArgC, jsfunc, RTSTUB_ID(JSCall)); in JSCallInternal()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Dcommon_call.h55 static void JSCall(ExtendedAssembler *assembler);
Doptimized_call.cpp301 void OptimizedCall::JSCall(ExtendedAssembler *assembler) in JSCall() function in panda::ecmascript::x64::OptimizedCall
303 __ BindAssemblerStub(RTSTUB_ID(JSCall)); in JSCall()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h80 V(JSCall) \