Searched full:fact (Results 1 – 25 of 39) sorted by relevance
12
| /arkcompiler/ets_frontend/ets2panda/linter/test/rules/ |
| D | rule149.sts | 68 let fact = SomethingFactory.getInstance(); 70 let x1 = fact.create1(SomethingFoo).beep(); 71 let x2 = fact.create1(SomethingBar).beep(); 72 let x3 = fact.create1(NS.SomethingFoo).beep(); 74 let x4 = fact.create2({ o: SomethingFoo }); 75 let x5 = fact.create2({ o: SomethingBar }); 76 let x6 = fact.create2({ o: NS.SomethingFoo }); 78 let x7 = fact.create3(() => SomethingFoo); 79 let x8 = fact.create4(() => SomethingFoo);
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/main/ |
| D | class_as_object.sts | 68 let fact = SomethingFactory.getInstance(); 70 let x1 = fact.create1(SomethingFoo).beep(); 71 let x2 = fact.create1(SomethingBar).beep(); 72 let x3 = fact.create1(NS.SomethingFoo).beep(); 74 let x4 = fact.create2({ o: SomethingFoo }); 75 let x5 = fact.create2({ o: SomethingBar }); 76 let x6 = fact.create2({ o: NS.SomethingFoo }); 78 let x7 = fact.create3(() => SomethingFoo); 79 let x8 = fact.create4(() => SomethingFoo);
|
| /arkcompiler/runtime_core/static_core/verification/models/contexts_merge/ |
| D | java_typing.als | 28 fact TypeHierarchy { 44 fact Soundness { all r: Register | r.holds.type in r.type.*subtypes }
|
| D | check_set_intersection_as_lub.als | 19 fact Validity {all r: Register | r.Valid }
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/08.method_overload_signatures/ |
| D | method_overload_2.sts | 18 … override-equivalent, then the method name is said to be overloaded. This fact causes no difficult…
|
| D | method_overload_0.sts | 18 … override-equivalent, then the method name is said to be overloaded. This fact causes no difficult…
|
| D | method_overload_1.sts | 18 … override-equivalent, then the method name is said to be overloaded. This fact causes no difficult…
|
| /arkcompiler/runtime_core/static_core/runtime/arch/aarch64/ |
| D | tlab.S | 20 // Load tlab start and tlab size from TLAB structure. Relies on fact that tlab start and tlab end a…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/escompat/ |
| D | WeakSetGCTest.sts | 33 // using the fact that startGC(YOUNG_CAUSE) request throws when GC type is STW
|
| D | WeakMapGCTest.sts | 41 // using the fact that startGC(YOUNG_CAUSE) request throws when GC type is STW
|
| /arkcompiler/runtime_core/static_core/irtoc/backend/compiler/ |
| D | codegen_fastpath.h | 28 …* below the frame, hereby it change SP register. Due to this fact spill/fills aren't supported in …
|
| /arkcompiler/runtime_core/static_core/verification/util/ |
| D | mem.h | 23 /* We are using the fact that on every operating system some of the process's virtual memory space
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/ |
| D | fp.yaml | 464 .function f64 fact(i32 a0) { 523 call fact, v0 # acc = v0!
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | fp.yaml | 464 .function f64 fact(i32 a0) { 523 call fact, v0 # acc = v0!
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | aot_cha.md | 37 The wrong usage. Some classes were omitted during AOT compilation due to the fact that they are not…
|
| D | reg_alloc_graph_coloring_doc.md | 20 …apped (to sequential numbering) in order <caller-saved, callee-saved>. In fact because these value…
|
| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | aot_cha.md | 37 The wrong usage. Some classes were omitted during AOT compilation due to the fact that they are not…
|
| D | inlining.md | 67 Since Panda VM allows instantiating a classes with abstract methods, we can't rely on the fact that…
|
| D | reg_alloc_graph_coloring_doc.md | 20 …apped (to sequential numbering) in order <caller-saved, callee-saved>. In fact because these value…
|
| /arkcompiler/ets_frontend/ets2panda/ast_verifier/ |
| D | helpers.cpp | 133 …// NOTE(orlovskymaxim) This relies on the fact, that GetTopStatement has no bugs, that is not the … in IsVisibleInternalNode() 143 …// NOTE(orlovskymaxim) This relies on the fact, that GetTopStatement has no bugs, that is not the … in IsVisibleInternalNode()
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | glossary.md | 5 During the development of Panda Runtime, we faced the fact that terminology related to the
|
| /arkcompiler/runtime_core/docs/ |
| D | glossary.md | 5 During the development of Panda Runtime, we faced the fact that terminology related to the
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/ |
| D | orig_symbol.h | 493 // self-inc resulting from the fact that the 1st element is reserved and set null. in begin() 501 // self-inc resulting from the fact that the 1st element is reserved and set null. in begin()
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | monitor.h | 189 …// current Monitor::Notify implementation relies on the fact that reference to MTManagedThread is …
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/cookbook/ |
| D | why.rst | 73 // Return type "string" hides from the developers the fact
|
12