Home
last modified time | relevance | path

Searched full:fact (Results 1 – 25 of 40) sorted by relevance

12

/arkcompiler/ets_frontend/ets2panda/linter/test_rules/
Drule149.sts68 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/
Dclass_as_object.sts68 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/
Djava_typing.als28 fact TypeHierarchy {
44 fact Soundness { all r: Register | r.holds.type in r.type.*subtypes }
Dcheck_set_intersection_as_lub.als19 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/
Dmethod_overload_2.sts18 … override-equivalent, then the method name is said to be overloaded. This fact causes no difficult…
Dmethod_overload_0.sts18 … override-equivalent, then the method name is said to be overloaded. This fact causes no difficult…
Dmethod_overload_1.sts18 … override-equivalent, then the method name is said to be overloaded. This fact causes no difficult…
/arkcompiler/runtime_core/static_core/runtime/arch/aarch64/
Dtlab.S20 // Load tlab start and tlab size from TLAB structure. Relies on fact that tlab start and tlab end a…
/arkcompiler/runtime_core/static_core/irtoc/backend/compiler/
Dcodegen_fastpath.h28 …* 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/
Dmem.h23 /* We are using the fact that on every operating system some of the process's virtual memory space
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dfp.yaml464 .function f64 fact(i32 a0) {
523 call fact, v0 # acc = v0!
/arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/
Dfp.yaml464 .function f64 fact(i32 a0) {
523 call fact, v0 # acc = v0!
/arkcompiler/runtime_core/static_core/compiler/docs/
Daot_cha.md37 The wrong usage. Some classes were omitted during AOT compilation due to the fact that they are not…
Dinlining.md67 Since Panda VM allows instantiating a classes with abstract methods, we can't rely on the fact that…
Dreg_alloc_graph_coloring_doc.md20 …apped (to sequential numbering) in order <caller-saved, callee-saved>. In fact because these value…
/arkcompiler/runtime_core/compiler/docs/
Daot_cha.md37 The wrong usage. Some classes were omitted during AOT compilation due to the fact that they are not…
Dreg_alloc_graph_coloring_doc.md20 …apped (to sequential numbering) in order <caller-saved, callee-saved>. In fact because these value…
/arkcompiler/ets_frontend/ets2panda/ast_verifier/
Dhelpers.cpp133 …// 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/docs/
Dglossary.md5 During the development of Panda Runtime, we faced the fact that terminology related to the
/arkcompiler/runtime_core/static_core/docs/
Dglossary.md5 During the development of Panda Runtime, we faced the fact that terminology related to the
Dinspector.md81 …ead, while the debugger events are processed by application threads. This fact is used to simplify…
/arkcompiler/runtime_core/static_core/runtime/
Dmonitor.h188 …// current Monitor::Notify implementation relies on the fact that reference to MTManagedThread is …
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Dorig_symbol.h514 // self-inc resulting from the fact that the 1st element is reserved and set null. in begin()
522 // self-inc resulting from the fact that the 1st element is reserved and set null. in begin()
/arkcompiler/runtime_core/static_core/plugins/ets/doc/cookbook/
Dwhy.rst73 // Return type "string" hides from the developers the fact
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_imm_valid.h50 // fact. in IsMoveWidableImmediateCopy()

12