Home
last modified time | relevance | path

Searched defs:S (Results 1 – 22 of 22) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dgate_meta_data_builder.h63 #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 …]
Dshare_gate_meta_data.cpp24 #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 …]
Dcircuit.h109 #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
Dshare_opcodes.h143 #define DECLARE_GATE_OPCODE(NAME, OP, R, S, D, V) OP, argument
Dgate_matchers.h66 #define DECLARE_IS_GATE(NAME, OP, R, S, D, V) … argument
Dgate_accessor.cpp1988 #define DECLARE_GATE_OPCODE(NAME, OP, R, S, D, V) \ in UseForTypeOpProfilerGate() argument
/arkcompiler/runtime_core/static_core/verification/util/tests/
Dobj_pool_test.cpp26 struct S { struct
27 int a;
28 int b;
/arkcompiler/runtime_core/static_core/runtime/tests/
Dinternal_allocator_test.cpp151 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/
Dopcode_info.cpp22 #define OPCODE(O, P, F, S) \ in OpcodeTable() argument
/arkcompiler/runtime_core/static_core/verification/util/
Dset_operations.h37 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/
DTsNewFeatrueSyntax.ts127 type S = { alias
136 const isSatisfies = s satisfies S; constant
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/tests/
Dtest_helpers.py34 class S(metaclass=Singleton): class
/arkcompiler/ets_frontend/es2panda/test/parser/binder/noModule/
DscopeNames-order-without-module.ts35 S = class SSSS{} property in A
/arkcompiler/ets_frontend/es2panda/test/parser/binder/
Dindex-hex-name-ts.ts35 S = class SSSS{} property in A
/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
Dopt_code_profiler.h217 #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/
Dlowering.h77 S = SINGLE_USER enumerator
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/
Dobject_repository.cpp122 TEST_F(ObjectRepositoryTest, S) in TEST_F() argument
/arkcompiler/runtime_core/libpandabase/serializer/
Dserializer.h292 using S = std::remove_reference_t<Struct>; in RawBufferToStruct() local
/arkcompiler/runtime_core/static_core/libpandabase/serializer/
Dserializer.h292 using S = std::remove_reference_t<Struct>; in RawBufferToStruct() local
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dassembler_aarch64_constants.h69 S = 2, enumerator
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 (()=>{var __webpack_modules__={"./node_modules/buffer-from/index.js":e=>{var t=Object.prototype.toS class
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js4093 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 …]