Home
last modified time | relevance | path

Searched refs:Dec (Results 1 – 24 of 24) sorted by relevance

/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/conformance/decorators/
Dtest-ts-decorators-18.ts17 function Dec(v: string) { function
26 @Dec('prop1')
27 @Dec('prop')
30 @Dec("prop2")
33 @Dec("prop3")
/arkcompiler/ets_frontend/ts2panda/tests/expression/
DpostfixOperations.test.ts21 Dec,
71 new Dec(new Imm(2)),
Dpartiallyemitted.test.ts31 Dec,
82 new Dec(new Imm(1)),
DprefixOperations.test.ts21 Dec,
79 new Dec(new Imm(2)),
/arkcompiler/ets_runtime/test/moduletest/array/
Dexpect_output.txt82 Dec,Feb,Jan,Mar
83 Mar,Jan,Feb,Dec
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcommon_stubs.h46 V(Dec) \
Doperations_stub_builder.h32 GateRef Dec(GateRef glue, GateRef value, ProfileOperation callback = ProfileOperation());
Dcall_signature.h344 V(Dec) \
Doperations_stub_builder.cpp1248 GateRef OperationsStubBuilder::Dec(GateRef glue, GateRef value, ProfileOperation callback) in Dec() function in panda::ecmascript::kungfu::OperationsStubBuilder
1287 result = CallRuntime(glue, RTSTUB_ID(Dec), { value }); in Dec()
Dcall_signature.cpp184 DEF_CALL_SIGNATURE(Dec) in DEF_CALL_SIGNATURE() argument
186 UNARY_CALL_SIGNATURE(Dec) in DEF_CALL_SIGNATURE()
Dcommon_stubs.cpp235 Return(operationBuilder.Dec(glue, x)); in GenerateCircuit()
Dinterpreter_stub.cpp891 GateRef result = builder.Dec(glue, acc, callback); in DECLARE_ASM_HANDLER()
899 GateRef result = builder.Dec(glue, value); in DECLARE_ASM_HANDLER()
Dslowpath_lowering.cpp1299 GateRef result = builder_.CallStub(glue_, gate, CommonStubCSigns::Dec, in LowerDec()
/arkcompiler/ets_frontend/ts2panda/tests/
DautoGeneratedIdentifierName.test.ts31 Dec,
/arkcompiler/ets_frontend/ts2panda/tests/watch_expression/
DaddWatch.test.ts38 Dec,
665 new Dec(new Imm(3)),
697 new Dec(new Imm(3)),
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.h36 static JSTaggedValue Dec(JSThread *thread, JSTaggedValue value);
Dslow_runtime_stub.cpp114 JSTaggedValue SlowRuntimeStub::Dec(JSThread *thread, JSTaggedValue value) in Dec() function in panda::ecmascript::SlowRuntimeStub
116 INTERPRETER_TRACE(thread, Dec); in Dec()
Dinterpreter-inl.h4753 JSTaggedValue res = SlowRuntimeStub::Dec(thread, value); in RunInternal()
4779 JSTaggedValue res = SlowRuntimeStub::Dec(thread, value); in RunInternal()
Dinterpreter_assembly.cpp768 JSTaggedValue res = SlowRuntimeStub::Dec(thread, value); in HandleDecImm8()
4592 JSTaggedValue res = SlowRuntimeStub::Dec(thread, value); in HandleDeprecatedDecPrefV8()
/arkcompiler/ets_frontend/ts2panda/src/
Dpandagen.ts137 Dec,
967 new Dec(new Imm(0)));
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h161 V(Dec) \
Druntime_stubs.cpp494 DEF_RUNTIME_STUBS(Dec) in DEF_RUNTIME_STUBS() argument
496 RUNTIME_STUBS_HEADER(Dec); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h63 V(Dec) \
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp876 ra_.Emit<Dec>(node, 0); in Unary()