| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | gate_meta_data_builder.h | 63 #define DECLARE_CACHED_GATE_META(NAME, OP, R, S, D, V) \ argument 80 #define DECLARE_CACHED_GATE_META(NAME, OP, R, S, D, V) \ argument 89 #define DECLARE_CACHED_GATE_META(NAME, OP, R, S, D, V) \ argument 101 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument 106 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument 111 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument 116 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument 121 #define DECLARE_GATE_META_FOR_CALL(NAME, OP, R, S, D, V) \ argument 126 #define DECLARE_GATE_META_FOR_NEW(NAME, OP, R, S, D, V) \ argument 132 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument [all …]
|
| D | share_gate_meta_data.cpp | 24 #define GATE_NAME_MAP(NAME, OP, R, S, D, V) { OpCode::OP, #OP }, in Str() argument 217 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument 225 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument 234 #define DECLARE_GATE_META_WITH_BOOL_VALUE_IN(NAME, OP, R, S, D, V) \ in GATE_META_DATA_LIST_WITH_BOOL() argument 243 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument 267 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument 291 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument 301 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument 311 #define DECLARE_GATE_META_FOR_CALL(NAME, OP, R, S, D, V) \ argument 321 #define DECLARE_GATE_META_FOR_NEW(NAME, OP, R, S, D, V) \ argument [all …]
|
| D | circuit.h | 128 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument 136 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument 144 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ in GATE_META_DATA_LIST_WITH_SIZE() argument 152 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument 160 #define DECLARE_GATE_META_WITH_BOOL_VALUE_IN(NAME, OP, R, S, D, V) \ argument 168 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument 176 #define DECLARE_GATE_META_FOR_CALL(NAME, OP, R, S, D, V) \ argument 184 #define DECLARE_GATE_META_FOR_NEW(NAME, OP, R, S, D, V) \ argument 193 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument
|
| D | share_opcodes.h | 154 #define DECLARE_GATE_OPCODE(NAME, OP, R, S, D, V) OP, argument
|
| D | gate_matchers.h | 66 #define DECLARE_IS_GATE(NAME, OP, R, S, D, V) … argument
|
| D | gate_accessor.cpp | 2010 #define DECLARE_GATE_OPCODE(NAME, OP, R, S, D, V) \ in UseForTypeOpProfilerGate() argument
|
| /arkcompiler/runtime_core/static_core/verification/util/tests/ |
| D | obj_pool_test.cpp | 26 struct S { struct 27 int a; 28 int b;
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | internal_allocator_test.cpp | 151 struct alignas(ALIGNMENT) S { in TEST_F() struct 153 uint8_t a[N]; in TEST_F() 193 struct alignas(ALIGNMENT) S { in TEST_F() struct 195 uint8_t a[N]; in TEST_F()
|
| /arkcompiler/runtime_core/static_core/verification/util/ |
| D | set_operations.h | 37 using S = PackElementT<0, Args...>; in SetIntersection() local 74 using S = PackElementT<0, Args...>; in SetUnion() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | opcode_info.cpp | 22 #define OPCODE(O, P, F, S) \ in OpcodeTable() argument
|
| /arkcompiler/runtime_core/abc2program/tests/ts/release-line-number/ |
| D | TsNewFeatrueSyntax.ts | 127 type S = { alias 136 const isSatisfies = s satisfies S; constant
|
| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/tests/ |
| D | test_helpers.py | 34 class S(metaclass=Singleton): class
|
| /arkcompiler/ets_frontend/es2panda/test/parser/binder/noModule/ |
| D | scopeNames-order-without-module.ts | 35 S = class SSSS{} property in A
|
| /arkcompiler/ets_frontend/es2panda/test/parser/binder/ |
| D | index-hex-name-ts.ts | 35 S = class SSSS{} property in A
|
| /arkcompiler/ets_runtime/ecmascript/dfx/vmstat/ |
| D | opt_code_profiler.h | 217 #define DECLARE_GATE_OPCODE(NAME, OP, R, S, D, V) \ in TypedOpProfiler() argument 231 #define DECLARE_GATE_OPCODE(NAME, OP, R, S, D, V) \ in TypedOpProfiler() argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | lowering.h | 77 S = SINGLE_USER enumerator
|
| /arkcompiler/toolchain/tooling/static/tests/ |
| D | object_repository.cpp | 122 TEST_F(ObjectRepositoryTest, S) in TEST_F() argument
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/ |
| D | object_repository.cpp | 122 TEST_F(ObjectRepositoryTest, S) in TEST_F() argument
|
| /arkcompiler/runtime_core/libpandabase/serializer/ |
| D | serializer.h | 292 using S = std::remove_reference_t<Struct>; in RawBufferToStruct() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/serializer/ |
| D | serializer.h | 292 using S = std::remove_reference_t<Struct>; in RawBufferToStruct() local
|
| /arkcompiler/ets_frontend/arkguard/tools/memory-line-viewer/assets/ |
| D | index-DAjlO3pK.js | 16 …t.supports&&t.supports("modulepreload"))return;for(const u of document.querySelectorAll('link[rel=… class 23 …le(a)}return i.tag===3?o:null}function re(a){if(a.tag===13){var i=a.memoizedState;if(i===null&&(a=… class in N 24 …submitted. If you called form.submit() manually, consider using form.requestSubmit() instead. If y… argument 27 …ign:"middle",marginRight:4};return l.map(function(b,x){var O=b.formatter||h,S=$e(qo(qo({"recharts-… argument 35 …Symbol.iterator]() method.`)}function MB(e,t){if(e){if(typeof e=="string")return Uw(e,t);var n=Obj… property
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
| D | assembler_aarch64_constants.h | 69 S = 2, enumerator
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 (()=>{var __webpack_modules__={"./node_modules/buffer-from/index.js":e=>{var t=Object.prototype.toS… class
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
| D | cocos_worker_test.js | 4093 S.call(this); field 7798 var S; variable 9546 S = (t, ...i) => { function in anonymousFunction63e674a939400.anonymousFunction63e674a939500.I 17145 …, c = 0, u = 0, _ = 0, d = 1, p = 0, m = 0, f = new rn, g = new rn, y = !1, b = -1, S = 1, A = 1) { argument
|