| /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 | 109 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument 117 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument 125 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ in GATE_META_DATA_LIST_WITH_SIZE() argument 133 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument 141 #define DECLARE_GATE_META_WITH_BOOL_VALUE_IN(NAME, OP, R, S, D, V) \ argument 149 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument 157 #define DECLARE_GATE_META_FOR_CALL(NAME, OP, R, S, D, V) \ argument 165 #define DECLARE_GATE_META_FOR_NEW(NAME, OP, R, S, D, V) \ argument 174 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument
|
| D | share_opcodes.h | 143 #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 | 1988 #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/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/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/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/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_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 anonymousFunctionb3e5960739900.anonymousFunctionb3e5960739a00.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 40838 const S = e.addRasterPass(o, a, "Lighting", `CameraLightingPass${n}`); constant 52463 const S = r.height / (f + g) > 1 ? 1 : r.height / (f + g); constant 55825 let S = f.offset; variable 90784 let S = 0; variable 116020 var S = function(t) { class 125980 const S = new is; constant [all …]
|