/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | test_stubs.cpp | 41 …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()
|
D | call_signature.h | 443 V(JSCall) \
|
D | type_mcr_lowering.cpp | 1243 const CallSignature *cs = RuntimeStubCSigns::Get(RTSTUB_ID(JSCall)); in CallAccessor() 1244 GateRef target = builder_.IntPtr(RTSTUB_ID(JSCall)); in CallAccessor()
|
D | common_stubs.cpp | 881 result = CallNGCRuntime(glue, RTSTUB_ID(JSCall), in GenerateCircuit()
|
D | call_signature.cpp | 924 DEF_CALL_SIGNATURE(JSCall) in DEF_CALL_SIGNATURE() argument
|
D | slowpath_lowering.cpp | 3096 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/ |
D | common_call.h | 79 static void JSCall(ExtendedAssembler *assembler);
|
D | optimized_call.cpp | 382 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/ |
D | common_call.h | 55 static void JSCall(ExtendedAssembler *assembler);
|
D | optimized_call.cpp | 301 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/ |
D | runtime_stubs.h | 80 V(JSCall) \
|