/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/conformance/decorators/ |
D | test-ts-decorators-18.ts | 17 function Dec(v: string) { function 26 @Dec('prop1') 27 @Dec('prop') 30 @Dec("prop2") 33 @Dec("prop3")
|
/arkcompiler/ets_frontend/ts2panda/tests/expression/ |
D | postfixOperations.test.ts | 21 Dec, 71 new Dec(new Imm(2)),
|
D | partiallyemitted.test.ts | 31 Dec, 82 new Dec(new Imm(1)),
|
D | prefixOperations.test.ts | 21 Dec, 79 new Dec(new Imm(2)),
|
/arkcompiler/ets_runtime/test/moduletest/array/ |
D | expect_output.txt | 82 Dec,Feb,Jan,Mar 83 Mar,Jan,Feb,Dec
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | common_stubs.h | 46 V(Dec) \
|
D | operations_stub_builder.h | 32 GateRef Dec(GateRef glue, GateRef value, ProfileOperation callback = ProfileOperation());
|
D | call_signature.h | 344 V(Dec) \
|
D | operations_stub_builder.cpp | 1248 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()
|
D | call_signature.cpp | 184 DEF_CALL_SIGNATURE(Dec) in DEF_CALL_SIGNATURE() argument 186 UNARY_CALL_SIGNATURE(Dec) in DEF_CALL_SIGNATURE()
|
D | common_stubs.cpp | 235 Return(operationBuilder.Dec(glue, x)); in GenerateCircuit()
|
D | interpreter_stub.cpp | 891 GateRef result = builder.Dec(glue, acc, callback); in DECLARE_ASM_HANDLER() 899 GateRef result = builder.Dec(glue, value); in DECLARE_ASM_HANDLER()
|
D | slowpath_lowering.cpp | 1299 GateRef result = builder_.CallStub(glue_, gate, CommonStubCSigns::Dec, in LowerDec()
|
/arkcompiler/ets_frontend/ts2panda/tests/ |
D | autoGeneratedIdentifierName.test.ts | 31 Dec,
|
/arkcompiler/ets_frontend/ts2panda/tests/watch_expression/ |
D | addWatch.test.ts | 38 Dec, 665 new Dec(new Imm(3)), 697 new Dec(new Imm(3)),
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
D | slow_runtime_stub.h | 36 static JSTaggedValue Dec(JSThread *thread, JSTaggedValue value);
|
D | slow_runtime_stub.cpp | 114 JSTaggedValue SlowRuntimeStub::Dec(JSThread *thread, JSTaggedValue value) in Dec() function in panda::ecmascript::SlowRuntimeStub 116 INTERPRETER_TRACE(thread, Dec); in Dec()
|
D | interpreter-inl.h | 4753 JSTaggedValue res = SlowRuntimeStub::Dec(thread, value); in RunInternal() 4779 JSTaggedValue res = SlowRuntimeStub::Dec(thread, value); in RunInternal()
|
D | interpreter_assembly.cpp | 768 JSTaggedValue res = SlowRuntimeStub::Dec(thread, value); in HandleDecImm8() 4592 JSTaggedValue res = SlowRuntimeStub::Dec(thread, value); in HandleDeprecatedDecPrefV8()
|
/arkcompiler/ets_frontend/ts2panda/src/ |
D | pandagen.ts | 137 Dec, 967 new Dec(new Imm(0)));
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
D | runtime_stubs.h | 161 V(Dec) \
|
D | runtime_stubs.cpp | 494 DEF_RUNTIME_STUBS(Dec) in DEF_RUNTIME_STUBS() argument 496 RUNTIME_STUBS_HEADER(Dec); in DEF_RUNTIME_STUBS()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | runtime_call_id.h | 63 V(Dec) \
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
D | pandagen.cpp | 876 ra_.Emit<Dec>(node, 0); in Unary()
|