/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 | profiler_stub_builder.cpp | 66 CallNGCRuntime(glue, RTSTUB_ID(ProfileOpType), { glue, func, offset, type }); in ProfileOpType() 101 CallNGCRuntime(glue, RTSTUB_ID(ProfileOpType), { glue, func, offset, *curType }); in ProfileOpType() 119 CallNGCRuntime(glue, RTSTUB_ID(ProfileDefineClass), { glue, func, offset, constructor }); in ProfileDefineClass() 162 … CallNGCRuntime(glue, RTSTUB_ID(ProfileCreateObject), { glue, func, offset, newObj, *traceId }); in ProfileCreateObject() 183 CallNGCRuntime(glue, RTSTUB_ID(ProfileObjLayout), { glue, func, offset, object, store }); in ProfileObjLayout() 213 CallNGCRuntime(glue, RTSTUB_ID(ProfileCall), { glue, func, target, offset, Int32(1)}); in ProfileCall()
|
D | common_stubs.cpp | 290 GateRef argv = CallNGCRuntime(glue, RTSTUB_ID(GetActualArgvNoGC), { glue }); in GenerateCircuit() 727 result = CallNGCRuntime(glue, RTSTUB_ID(JSFastCallWithArgV), in GenerateCircuit() 733 result = CallNGCRuntime(glue, RTSTUB_ID(JSFastCallWithArgVAndPushUndefined), in GenerateCircuit() 743 result = CallNGCRuntime(glue, RTSTUB_ID(JSCallWithArgV), in GenerateCircuit() 749 result = CallNGCRuntime(glue, RTSTUB_ID(JSCallWithArgVAndPushUndefined), in GenerateCircuit() 817 result = CallNGCRuntime(glue, RTSTUB_ID(JSFastCallWithArgV), in GenerateCircuit() 826 result = CallNGCRuntime(glue, RTSTUB_ID(JSCallWithArgV), in GenerateCircuit() 834 … result = CallNGCRuntime(glue, RTSTUB_ID(JSProxyCallInternalWithArgV), {glue, target}); in GenerateCircuit() 881 result = CallNGCRuntime(glue, RTSTUB_ID(JSCall), in GenerateCircuit()
|
D | stub_builder.cpp | 167 result = CallNGCRuntime(glue, RTSTUB_ID(FindElementWithCache), { glue, hclass, key, propsNum }); in FindElementWithCache() 1018 CallNGCRuntime(glue, RTSTUB_ID(StoreBarrier), { glue, base, offset, value }); in Store() 1166 CallNGCRuntime(glue, RTSTUB_ID(InsertOldToNewRSet), { glue, obj, offset }); in SetValueWithBarrier() 1184 CallNGCRuntime( in SetValueWithBarrier() 3959 result = CallNGCRuntime(glue, RTSTUB_ID(BigIntEquals), { left, right }); in SameValue() 4110 result = CallNGCRuntime(glue, RTSTUB_ID(BigIntEquals), { left, right }); in FastStrictEqual() 4789 result = DoubleToTaggedDoublePtr(CallNGCRuntime(glue, RTSTUB_ID(FloatMod), in FastMod() 5044 result = CallNGCRuntime(glue, RTSTUB_ID(DoubleToInt), { x }); in DoubleToInt() 5158 CallNGCRuntime(glue, RTSTUB_ID(StartCallTimer), { glue, func, False()}); in JSCallDispatch() 5199 result = CallNGCRuntime(glue, RTSTUB_ID(PushCallArgsAndDispatchNative), in JSCallDispatch() [all …]
|
D | interpreter_stub.cpp | 174 CallNGCRuntime(glue, RTSTUB_ID(DebugPrintInstruction), { glue, pc }); in DebugPrintInstruction() 963 CallNGCRuntime(glue, RTSTUB_ID(StartCallTimer), { glue, curFunc, False() }); in DECLARE_ASM_HANDLER() 993 CallNGCRuntime(glue, RTSTUB_ID(StartCallTimer), { glue, curFunc, False() }); in DECLARE_ASM_HANDLER() 2333 CallNGCRuntime(glue, RTSTUB_ID(EndCallTimer), { glue, curFunc }); in DECLARE_ASM_HANDLER() 2343 CallNGCRuntime(glue, RTSTUB_ID(ResumeRspAndReturn), { *varAcc, *varSp, currentSp }); in DECLARE_ASM_HANDLER() 2354 CallNGCRuntime(glue, RTSTUB_ID(ResumeRspAndDispatch), in DECLARE_ASM_HANDLER() 2396 CallNGCRuntime(glue, RTSTUB_ID(EndCallTimer), { glue, curFunc }); in DECLARE_ASM_HANDLER() 2407 CallNGCRuntime(glue, RTSTUB_ID(ResumeRspAndReturn), { *varAcc, *varSp, currentSp }); in DECLARE_ASM_HANDLER() 2418 CallNGCRuntime(glue, RTSTUB_ID(ResumeRspAndDispatch), in DECLARE_ASM_HANDLER() 2472 CallNGCRuntime(glue, RTSTUB_ID(EndCallTimer), { glue, curFunc }); in DECLARE_ASM_HANDLER() [all …]
|
D | builtins_lowering.cpp | 95 result = builder_.CallNGCRuntime(glue, index, Gate::InvalidGateRef, {value}, gate); in TypedTrigonometric()
|
D | circuit_builder.cpp | 887 GateRef CircuitBuilder::CallNGCRuntime(GateRef glue, int index, GateRef depend, const std::vector<G… in CallNGCRuntime() function in panda::ecmascript::kungfu::CircuitBuilder 906 GateRef CircuitBuilder::CallNGCRuntime(GateRef glue, GateRef gate, int index, const std::vector<Gat… in CallNGCRuntime() function in panda::ecmascript::kungfu::CircuitBuilder 911 … GateRef result = CallNGCRuntime(glue, index, Gate::InvalidGateRef, args, gate, name.c_str()); in CallNGCRuntime() 928 CallNGCRuntime(glue, gate, RTSTUB_ID(StartCallTimer), args, useLabel); in StartCallTimer() 939 CallNGCRuntime(glue, gate, RTSTUB_ID(EndCallTimer), args, useLabel); in EndCallTimer()
|
D | stub_builder-inl.h | 213 inline GateRef StubBuilder::CallNGCRuntime(GateRef glue, int index, const std::initializer_list<Gat… in CallNGCRuntime() function 216 GateRef result = env_->GetBuilder()->CallNGCRuntime(glue, index, Gate::InvalidGateRef, args, in CallNGCRuntime() 255 CallNGCRuntime(glue, RTSTUB_ID(DebugPrint), args); in DebugPrint() 260 CallNGCRuntime(glue, RTSTUB_ID(FatalPrint), args); in FatalPrint() 2399 CallNGCRuntime(glue, RTSTUB_ID(Comment), { StringPtr(str) }); in Comment()
|
D | circuit_builder.h | 387 …GateRef CallNGCRuntime(GateRef glue, GateRef gate, int index, const std::vector<GateRef> &args, bo… 389 … GateRef CallNGCRuntime(GateRef glue, int index, GateRef depend, const std::vector<GateRef> &args,
|
D | number_speculative_lowering.cpp | 368 result = builder_.CallNGCRuntime(glue, RTSTUB_ID(FloatMod), in VisitNumberMod()
|
D | stub_builder.h | 135 GateRef CallNGCRuntime(GateRef glue, int index, const std::initializer_list<GateRef>& args);
|
D | circuit_builder-inl.h | 182 result = CallNGCRuntime(acc_.GetGlueFromArgList(), RTSTUB_ID(DoubleToInt), in DoubleToInt()
|
D | slowpath_lowering.cpp | 735 …GateRef result = builder_.CallNGCRuntime(glue_, index, Gate::InvalidGateRef, args, gate, name.c_st… in LowerCallNGCRuntime()
|
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
D | builtins_stubs.cpp | 1034 … timeValue = CallNGCRuntime(glue, RTSTUB_ID(TimeClip), {GetDoubleOfTNumber(value)}); in DECLARE_BUILTINS() 1054 timeValue = CallNGCRuntime(glue, RTSTUB_ID(SetDateValues), {y, m, d}); in DECLARE_BUILTINS()
|