Home
last modified time | relevance | path

Searched refs:Dec (Results 1 - 17 of 17) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcommon_stub_csigns.h45 V(Dec) \
H A Doperations_stub_builder.h32 GateRef Dec(GateRef glue, GateRef value, ProfileOperation callback = ProfileOperation());
H A Dcall_signature.h385 V(Dec) \
H A Doperations_stub_builder.cpp1289 GateRef OperationsStubBuilder::Dec(GateRef glue, GateRef value, ProfileOperation callback) in Dec() function in panda::ecmascript::kungfu::OperationsStubBuilder
1328 result = CallRuntime(glue, RTSTUB_ID(Dec), { value }); in Dec()
H A Dcall_signature.cpp185 DEF_CALL_SIGNATURE(Dec) in DEF_CALL_SIGNATURE()
187 UNARY_CALL_SIGNATURE(Dec) in DEF_CALL_SIGNATURE()
H A Dcommon_stubs.cpp303 Return(operationBuilder.Dec(glue, x)); in GenerateCircuit()
H A Dinterpreter_stub.cpp1260 GateRef result = builder.Dec(glue, acc, callback); in DECLARE_ASM_HANDLER()
1268 GateRef result = builder.Dec(glue, value); in DECLARE_ASM_HANDLER()
H A Dslowpath_lowering.cpp1417 GateRef result = builder_.CallStub(glue_, gate, CommonStubCSigns::Dec, in LowerDec()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h254 V(Dec) \
H A Druntime_stubs.cpp786 DEF_RUNTIME_STUBS(Dec) in DEF_RUNTIME_STUBS()
788 RUNTIME_STUBS_HEADER(Dec); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.h36 static JSTaggedValue Dec(JSThread *thread, JSTaggedValue value);
H A Dslow_runtime_stub.cpp89 JSTaggedValue SlowRuntimeStub::Dec(JSThread *thread, JSTaggedValue value) in Dec() function in panda::ecmascript::SlowRuntimeStub
91 INTERPRETER_TRACE(thread, Dec); in Dec()
H A Dinterpreter-inl.cpp4935 JSTaggedValue res = SlowRuntimeStub::Dec(thread, value); in RunInternal()
4961 JSTaggedValue res = SlowRuntimeStub::Dec(thread, value); in RunInternal()
H A Dinterpreter_assembly.cpp799 JSTaggedValue res = SlowRuntimeStub::Dec(thread, value); in HandleDecImm8()
4661 JSTaggedValue res = SlowRuntimeStub::Dec(thread, value);
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h63 V(Dec) \
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.cpp937 ra_.Emit<Dec>(node, 0); in Unary()
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.cpp1237 GateRef result = builder.Dec(glue, acc, callback); in GenerateCircuit()
4368 GateRef result = builder.Dec(glue, value); in GenerateCircuit()

Completed in 81 milliseconds