/arkcompiler/runtime_core/compiler/tests/ |
D | dom_tree_test.cpp | 292 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/ |
D | es5-asyncFunctionDoStatements.ts | 162 H: do { break H; } while (await y); 163 AssertType(H, "any"); 164 AssertType(H, "any");
|
D | es5-asyncFunctionWhileStatements.ts | 218 H: while (x) { if (1) break H; await y; 219 AssertType(H, "any"); 225 AssertType(H, "any");
|
D | elidedEmbeddedStatementsReplacedWithSemicolon.ts | 45 const enum H {} enum
|
D | strictModeUseContextualKeyword.ts | 37 function H() { function
|
D | constEnums.ts | 34 H = ~(A | B), enumerator 195 case Enum1.H: 196 AssertType(Enum1.H, "Enum1.H");
|
D | jsDeclarationsClasses.ts | 176 export { HH as H };
|
D | promiseTypeStrictNull.ts | 137 async function H() { function
|
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
D | assembler_aarch64.cpp | 254 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()
|
D | assembler_aarch64_constants.h | 68 H = 1, enumerator
|
D | assembler_aarch64.h | 100 } else if (scale_ == H) { in GetRegSize()
|
/arkcompiler/runtime_core/docs/bc_verification/ |
D | cflow_checks.md | 147 This behavior may be altered by option `C-TO-H`.
|
/arkcompiler/runtime_core/libpandafile/templates/ |
D | type.h.erb | 130 return "H"; 164 case 'H':
|
/arkcompiler/runtime_core/docs/ |
D | file_format.md | 112 PrimitiveType -> 'Z' | 'B' | 'H' | 'S' | 'C' | 'I' | 'U' | 'J' | 'Q' | 'F' | 'D' | 'A' 123 | `u8` | `H` | 559 | `array` | `H` |
|
D | assembly_format.md | 424 letter_upper := "A" | "B" | "C" | "D" | "E" | "F" | "G" | "H" | "I" | "J" | "K" | "L" | "M" | "N…
|
D | runtime-compiled_code-interaction.md | 123 H | Properties |
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
D | cocos_worker_test.js | 476 …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/ |
D | index.js | 2 …H",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/ |
D | test-case.patch | 10588 +type H<T> = T[keyof Methods<T>]; // Ok
|