Home
last modified time | relevance | path

Searched refs:CallNGCRuntime (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dtest_stubs.cpp41CallNGCRuntime(glue, RTSTUB_ID(JSCall), {glue, argc, barfunc, newtarget, thisObj, a, b, pcOffset}); in GenerateCircuit()
73CallNGCRuntime(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()
174CallNGCRuntime(glue, RTSTUB_ID(JSCall), {glue, argc, proxyfunc, newtarget, thisObj, a, b, pcOffset… in GenerateCircuit()
196CallNGCRuntime(glue, RTSTUB_ID(JSCall), {glue, argc, proxyfunc, newtarget, thisObj, a, b, pcOffset… in GenerateCircuit()
Dprofiler_stub_builder.cpp66 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()
162CallNGCRuntime(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()
Dcommon_stubs.cpp290 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()
Dstub_builder.cpp167 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 …]
Dinterpreter_stub.cpp174 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 …]
Dbuiltins_lowering.cpp95 result = builder_.CallNGCRuntime(glue, index, Gate::InvalidGateRef, {value}, gate); in TypedTrigonometric()
Dcircuit_builder.cpp887 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()
Dstub_builder-inl.h213 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()
Dcircuit_builder.h387 …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,
Dnumber_speculative_lowering.cpp368 result = builder_.CallNGCRuntime(glue, RTSTUB_ID(FloatMod), in VisitNumberMod()
Dstub_builder.h135 GateRef CallNGCRuntime(GateRef glue, int index, const std::initializer_list<GateRef>& args);
Dcircuit_builder-inl.h182 result = CallNGCRuntime(acc_.GetGlueFromArgList(), RTSTUB_ID(DoubleToInt), in DoubleToInt()
Dslowpath_lowering.cpp735 …GateRef result = builder_.CallNGCRuntime(glue_, index, Gate::InvalidGateRef, args, gate, name.c_st… in LowerCallNGCRuntime()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.cpp1034 … timeValue = CallNGCRuntime(glue, RTSTUB_ID(TimeClip), {GetDoubleOfTNumber(value)}); in DECLARE_BUILTINS()
1054 timeValue = CallNGCRuntime(glue, RTSTUB_ID(SetDateValues), {y, m, d}); in DECLARE_BUILTINS()