Home
last modified time | relevance | path

Searched refs:H (Results 1 – 19 of 19) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
Ddom_tree_test.cpp292 auto H = &BB(10); in TEST_F() local
314 CheckListDominators<true>(entry, {entry, K, A, B, C, D, F, G, H, I, exit}); in TEST_F()
315 CheckListDominators<true>(K, {K, A, B, C, D, F, G, H, I, exit}); in TEST_F()
316 CheckListDominators<true>(B, {B, C, D, F, G, H, I, exit}); in TEST_F()
317 CheckListDominators<true>(C, {C, D, F, G, H, I, exit}); in TEST_F()
318 CheckListDominators<true>(F, {F, G, H, I, exit}); in TEST_F()
319 CheckListDominators<true>(G, {H, I, exit}); in TEST_F()
321 CheckListDominators<false>(A, {entry, B, C, D, F, G, H, I, exit}); in TEST_F()
323 CheckListDominators<false>(H, {entry, A, B, C, D, F, G, I, exit}); in TEST_F()
324 CheckListDominators<false>(I, {entry, A, B, C, D, F, G, H}); in TEST_F()
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
Des5-asyncFunctionDoStatements.ts162 H: do { break H; } while (await y);
163 AssertType(H, "any");
164 AssertType(H, "any");
Des5-asyncFunctionWhileStatements.ts218 H: while (x) { if (1) break H; await y;
219 AssertType(H, "any");
225 AssertType(H, "any");
DelidedEmbeddedStatementsReplacedWithSemicolon.ts45 const enum H {} enum
DstrictModeUseContextualKeyword.ts37 function H() { function
DconstEnums.ts34 H = ~(A | B), enumerator
195 case Enum1.H:
196 AssertType(Enum1.H, "Enum1.H");
DjsDeclarationsClasses.ts176 export { HH as H };
DpromiseTypeStrictNull.ts137 async function H() { function
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dassembler_aarch64.cpp254 case Scale::H: in GetOpcFromScale()
310 Ldr(rt, operand, Scale::H); in Ldrh()
1140 if (scale == Scale::H) { in GetImmOfLdr()
1161 } else if (scale == Scale::H) { in GetOpcodeOfLdr()
1174 } else if (scale == Scale::H) { in GetOpcodeOfLdr()
1187 } else if (scale == Scale::H) { in GetOpcodeOfLdr()
1204 } else if (scale == Scale::H) { in GetOpcodeOfLdr()
1221 } else if (scale == Scale::H) { in GetShiftOfLdr()
Dassembler_aarch64_constants.h68 H = 1, enumerator
Dassembler_aarch64.h100 } else if (scale_ == H) { in GetRegSize()
/arkcompiler/runtime_core/docs/bc_verification/
Dcflow_checks.md147 This behavior may be altered by option `C-TO-H`.
/arkcompiler/runtime_core/libpandafile/templates/
Dtype.h.erb130 return "H";
164 case 'H':
/arkcompiler/runtime_core/docs/
Dfile_format.md112 PrimitiveType -> 'Z' | 'B' | 'H' | 'S' | 'C' | 'I' | 'U' | 'J' | 'Q' | 'F' | 'D' | 'A'
123 | `u8` | `H` |
559 | `array` | `H` |
Dassembly_format.md424 letter_upper := "A" | "B" | "C" | "D" | "E" | "F" | "G" | "H" | "I" | "J" | "K" | "L" | "M" | "N…
Druntime-compiled_code-interaction.md123 H | Properties |
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js476 …var S, A, T, v, E, C, x, w, R, I, M, B, D, P, O, N, L, F, V, k, U, G, z, H, j, X, W, Y, q, K, J, Z…
485 i(this, "bullet01", H, this);
708 }), H = e(G.prototype, "bullet01", [ T ], {
7499 var e = new H;
7692 function H() {}
7693 H.prototype = {
7707 n(H, z);
8899 setDisplayStats: H,
9623 function H(t) { class
9644 setDisplayStats: H
[all …]
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2H",x[x.I=73]="I",x[x.J=74]="J",x[x.K=75]="K",x[x.L=76]="L",x[x.M=77]="M",x[x.N=78]="N",x[x.O=79]="… class
/arkcompiler/ets_frontend/testTs/
Dtest-case.patch10588 +type H<T> = T[keyof Methods<T>]; // Ok