| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
| D | typeGuardNarrowsIndexedAccessOfKnownProperty1.ts | 37 sub: { 83 switch(s[0]["sub"].under["shape"]["dash-ok"]) { 84 AssertType(s[0]["sub"].under["shape"]["dash-ok"], "union"); 85 AssertType(s[0]["sub"].under["shape"], "Shape"); 86 AssertType(s[0]["sub"].under, "{ shape: Shape; }"); 87 AssertType(s[0]["sub"], "{ under: { shape: Shape; }; }"); 88 AssertType(s[0], "{ sub: { under: { shape: Shape; }; }; }"); 91 AssertType("sub", "string"); 97 AssertType(s[0].sub.under.shape["square-size"] * s[0].sub.under.shape["square-size"], "number"); 98 AssertType(s[0].sub.under.shape["square-size"], "number"); [all …]
|
| D | jsDeclarationsExportAssignedClassExpressionAnonymousWithSub.ts | 41 module.exports.Sub = class { 42 AssertType(module.exports.Sub = class { constructor() { this.instance = new module.export… 43 AssertType(module.exports.Sub, "typeof Sub"); 44 …ype(class { constructor() { this.instance = new module.exports(10); }}, "typeof Sub");
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | sub.yaml | 16 - file-name: "sub" 27 - sig: sub v1:in:i32, v2:in:i32 34 sub v0, v1 42 description: Check sub with zero and various values. 77 - sig: sub v1:in:i32, v2:in:i32 84 sub v0, v1 92 description: Check sub with +1 and various values. 127 - sig: sub v1:in:i32, v2:in:i32 134 sub v0, v1 142 description: Check sub with -1 and various values. [all …]
|
| D | fsub2.yaml | 157 # Sub of +Inf and value 219 # Sub of -Inf and value 289 # Sub of same sign Inf-s 318 # Sub of +0.0 and value 387 # Sub of -0.0 and value 398 # # Sub of -0.0 and +0.0 should be -0.0 463 # Sub of 1.0 and value 532 # Sub of -1.0 and value 599 # Sub of -1.0 and value 679 # Sub of two values
|
| D | fsub2.64.yaml | 157 # Sub of +Inf and value 219 # Sub of -Inf and value 289 # Sub of same sign Inf-s 318 # Sub of +0.0 and value 387 # Sub of -0.0 and value 398 # # Sub of -0.0 and +0.0 should be -0.0 463 # Sub of 1.0 and value 532 # Sub of -1.0 and value 599 # Sub of -1.0 and value 679 # Sub of two values
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | lowering_doc.md | 31 void VisitAdd/Sub(Inst* inst) { 65 7.u64 Sub v0, v1 -> (v10) 66 8.u64 Sub v0, v2 -> (v10) 67 9.u64 Sub v0, v3 -> (v10) 69 14.f64 Sub v11, v21 -> (v10) 71 16.f32 Sub v12, v22 -> (v10) 73 18.u64 Sub v0, v0 -> (v10) 102 9.u64 Sub v0, v3 -> (v10) 104 14.f64 Sub v11, v21 -> (v10) 106 16.f32 Sub v12, v22 -> (v10) [all …]
|
| D | vn_doc.md | 90 7.u32 Sub v1, v0 -> (v14) 93 10.u32 Sub v1, v0 -> (v14) 120 7.u32 Sub v1, v0 -> (v14, v14) 123 10.u32 Sub v1, v0 147 7.u32 Sub v1, v0 -> (v14, v14)
|
| /arkcompiler/toolchain/tooling/test/ |
| D | debugger_types_test.cpp | 84 // abnormal params of null params.sub-key in HWTEST_F_L0() 89 // abnormal params of unknown params.sub-key in HWTEST_F_L0() 94 // abnormal params of params.sub-key = [ type = 100, ] in HWTEST_F_L0() 99 // abnormal params of params.sub-key = [ type = [ "sub": "test" ] }, ] in HWTEST_F_L0() 104 // normal params of params.sub-key = [ type = "object", ] in HWTEST_F_L0() 110 // abnormal params of params.sub-key = [ type = "object", subtype = "unknown"] in HWTEST_F_L0() 116 // abnormal params of params.sub-key = [ type = "object", subtype = 100] in HWTEST_F_L0() 122 // normal params of params.sub-key = [ type = "object", subtype = "array"] in HWTEST_F_L0() 131 // abnormal params of params.sub-key = [ type = "object", className = 100] in HWTEST_F_L0() 137 // abnormal params of params.sub-key = [ type = "object", className = {"xx":"yy"}] in HWTEST_F_L0() [all …]
|
| D | debugger_params_test.cpp | 92 // abnormal params of null params.sub-key in HWTEST_F_L0() 98 // abnormal params of unknown params.sub-key in HWTEST_F_L0() 104 // abnormal params of params.sub-key=["samplingInterval":true] in HWTEST_F_L0() 109 // abnormal params of params.sub-key=["samplingInterval":true] in HWTEST_F_L0() 114 // abnormal params of params.sub-key = [ "size"=100,"nodeId"=1,"ordinal"=10] in HWTEST_F_L0() 126 // abnormal params of null params.sub-key in HWTEST_F_L0() 132 // abnormal params of unknown params.sub-key in HWTEST_F_L0() 138 // abnormal params of params.sub-key=["trackAllocations":10] in HWTEST_F_L0() 143 // abnormal params of params.sub-key=["trackAllocations":"Test"] in HWTEST_F_L0() 148 // abnormal params of params.sub-key=["trackAllocations":true] in HWTEST_F_L0() [all …]
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/string_validation/ |
| D | string_sub.ts | 20 assert(str.sub() === '<sub>abc</sub>', 'success');
|
| /arkcompiler/runtime_core/libpandabase/ |
| D | README.md | 35 // argument name | argument description | sub-arguments 43 - PandArgCompound accepts three parameters: argument name, description and list of sub-arguments 52 - List of sub-arguments has type `std::initializer_list<PandArgBase *>`, and it accepts any non-com… 53 Sub-arguments should not be added to the parser via `PandArgParser::Add`. 85 Compound argument is a boolean argument, which can contains sub-arguments, followed by symbol `:`, 86 e.g: `--compiler-dump:folder=ir_dump,compact`. Sub-arguments follow the same rules as the regular a… 89 To access compound arguments from `C++`, regular convention should be used, for accessing sub-argum… 90 contains name of the compound argument plus name of the sub-argument. 91 E.g. `--compiler-dump:compact`, here, to access `compact` sub-arguments `[Is|Get]CompilerDumpCompac…
|
| /arkcompiler/runtime_core/tests/cts-assembly/ |
| D | math-11.pa | 14 # assert(7 - 6 == 1) operation --> sub 18 sub v0, v1
|
| /arkcompiler/ets_runtime/test/typeinfer/definefunctiondyn/ |
| D | definefunctiondyn.ts | 22 function sub(a:number, b:number):number { 26 AssertType(sub, "(number, number) => number");
|
| /arkcompiler/runtime_core/docs/ |
| D | PBC2IR.md | 58 | sub2 | i32 Sub | 59 | sub2.64 | i64 Sub | 76 | fsub2 | f32 Sub | 77 | fsub2.64 | f64 Sub | 93 | subi | i64 Constant, i32 Sub | 104 | sub | i32 Sub |
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
| D | optimized_fast_call.cpp | 202 __ Sub(expectedNumArgs, expectedNumArgs, Immediate(8)); // 8 : register save 8 arg in OptimizedFastCallAndPushUndefined() local 203 __ Sub(actualNumArgsReg, actualNumArgsReg, Immediate(8)); // 8 : register save 8 arg in OptimizedFastCallAndPushUndefined() local 209 __ Sub(tmp, expectedNumArgs, actualNumArgsReg); in OptimizedFastCallAndPushUndefined() local 219 __ Sub(expectedNumArgs, expectedNumArgs, Immediate(8)); // 8 : register save 8 arg in OptimizedFastCallAndPushUndefined() local 272 __ Sub(argC, argC, Immediate(1)); in JSFastCallWithArgV() local 279 __ Sub(argC, argC, Immediate(1)); in JSFastCallWithArgV() local 286 __ Sub(argC, argC, Immediate(1)); in JSFastCallWithArgV() local 293 __ Sub(argC, argC, Immediate(1)); in JSFastCallWithArgV() local 300 __ Sub(argC, argC, Immediate(1)); in JSFastCallWithArgV() local 424 __ Sub(expectedNumArgs, expectedNumArgs, Immediate(5)); // 5 : register save 5 arg in JSFastCallWithArgVAndPushUndefined() local [all …]
|
| D | common_call.cpp | 113 __ Sub(argc.W(), argc.W(), Immediate(1)); in PushArgsWithArgv() local 131 __ Sub(argc.W(), argc.W(), Immediate(1)); in PushUndefinedWithArgc() local 140 __ Sub(op, currentSlot, Operand(op, UXTX, 0)); in StackOverflowCheck() local
|
| /arkcompiler/ets_frontend/arkguard/src/utils/ |
| D | ScopeAnalyzer.ts | 131 * sub scopes of current scope, 157 * add a sub scope to current scope 201 // sub scopes of current scope 662 for (const sub of current.children) { constant 663 if (sub.loc === loc) { 665 current = sub; 682 node.forEachChild((sub: Node) => { 683 if (isIdentifier(sub)) { 687 analyzeScope(sub); 729 node.members?.forEach((sub: Node) => { [all …]
|
| /arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/ |
| D | debug_info_test.js | 52 sub(o) { method in DataBase 70 data.sub(o);
|
| D | callee_info_test.js | 92 ns.sub(o2, o1); 107 point2.sub(p);
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | graph_comparator_test.cpp | 45 INST(6, Opcode::Sub).s32().Inputs(0, 1); in CreateGraph() 114 INST(5, Opcode::Sub).s32().Inputs(0, 1); in TEST_F() 138 INST(5, Opcode::Sub).s32().Inputs(0, 1); in TEST_F() 194 INST(5, Opcode::Sub).s32().Inputs(0, 1); in TEST_F() 219 INST(5, Opcode::Sub).s32().Inputs(0, 1); in TEST_F()
|
| D | vn_test.cpp | 50 INST(7, Opcode::Sub).u32().Inputs(1, 0); in TEST_F() 53 INST(10, Opcode::Sub).u32().Inputs(1, 0); in TEST_F() 75 INST(7, Opcode::Sub).u32().Inputs(1, 0); in TEST_F() 78 INST(10, Opcode::Sub).u32().Inputs(1, 0); in TEST_F() 211 INST(12, Opcode::Sub).f32().Inputs(4, 5); in TEST_F() 212 INST(13, Opcode::Sub).f32().Inputs(5, 4); in TEST_F() 239 INST(12, Opcode::Sub).f32().Inputs(4, 5); in TEST_F() 240 INST(13, Opcode::Sub).f32().Inputs(5, 4); in TEST_F() 384 INST(14, Opcode::Sub).u64().Inputs(0, 1); in TEST_F() 395 INST(21, Opcode::Sub).u64().Inputs(0, 1); in TEST_F() [all …]
|
| /arkcompiler/runtime_core/tests/benchmarks/ |
| D | access-fannkuch.pa | 110 sub v11, v13 113 sub v11, v13
|
| /arkcompiler/ets_runtime/test/aottest/sub/ |
| D | BUILD.gn | 16 host_aot_test_action("sub") {
|
| /arkcompiler/ets_runtime/script/ |
| D | run_ark_executable.py | 20 expect_sub_output will catch pivotal sub output, 87 parser.add_argument('--expect-sub-output', help='expect sub output')
|
| /arkcompiler/ets_frontend/ts2panda/tests/strictmode/ |
| D | function.js | 22 function sub(a,b) { function
|