| /arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/ |
| D | mod.yaml | 16 - file-name: "mod" 24 - sig: mod v1:in:i32, v2:in:i32 31 mod v0, v1 39 description: Check mod with zero and various values. 53 - sig: mod v1:in:i32, v2:in:i32 60 mod v0, v1 68 description: Check mod with +1 and various values. 82 - sig: mod v1:in:i32, v2:in:i32 89 mod v0, v1 97 description: Check mod with -1 and various values. [all …]
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | mod.yaml | 16 - file-name: "mod" 24 - sig: mod v1:in:i32, v2:in:i32 31 mod v0, v1 39 description: Check mod with zero and various values. 53 - sig: mod v1:in:i32, v2:in:i32 60 mod v0, v1 68 description: Check mod with +1 and various values. 82 - sig: mod v1:in:i32, v2:in:i32 89 mod v0, v1 97 description: Check mod with -1 and various values. [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/checked/ |
| D | fast_divisor.sts | 16 //! CHECKER Div/Mod by const optimization, JIT 18 //! RUN force_jit: true, options: "--compiler-regex='.*(Div|Mod).*'", entry: "ETSGLOBAL::… 66 //! INST_COUNT "Mod",1 77 //! INST_COUNT "Mod",1 88 //! INST_COUNT "Mod",1 90 //! INST_COUNT "Mod",0 131 //! INST_COUNT "Mod",1 142 //! INST_COUNT "Mod",1 153 //! INST_COUNT "Mod",1 155 //! INST_COUNT "Mod",0 [all …]
|
| D | ets_mod.sts | 16 //! CHECKER Math.mod JIT 22 //! CHECKER Math.mod AOT 31 if (mod(2.0, 1.0) != 0.) return 1;
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/requirements_in_overriding_and_hiding/ |
| D | hiding_methods_with_different_access_modifiers_n.sts | 16 {% for mod in modifiers %} 21 params: {{mod.m1}} and {{mod.m2}} 26 {{mod.m1}} m(): int { 32 {{mod.m2}} m(): int {
|
| D | overriding_methods_with_different_access_modifiers.sts | 16 {% for mod in modifiers %} 21 params: {{mod.m1}} and {{mod.m2}} 26 {{mod.m1}} m(): int { 32 {{mod.m2}} override m(): int {
|
| D | hiding_methods_with_different_access_modifiers.sts | 16 {% for mod in modifiers %} 21 params: {{mod.m1}} and {{mod.m2}} 25 {{mod.m1}} m(): int { 31 {{mod.m2}} m(): int {
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/04.final_methods/ |
| D | final_declaration_with_modifiers_positive.sts | 16 {% for mod in modifiers %} 19 desc: Final method declaraion with '{{mod}}' keyword. 21 params: {{mod}} 26 {{mod}} final run(): void;
|
| D | final_declaration_with_modifiers_negative.sts | 16 {% for mod in modifiers %} 19 desc: Final method declaraion with '{{mod}}' keyword. 21 params: {{mod}} 26 {{mod}} final run(): void;
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/03.abstract_methods/ |
| D | abstract_method_declaration_with_keywords.sts | 16 {% for mod in modifiers %} 19 desc: Abstract method declaraion with '{{mod}}' keyword. 21 params: {{mod}} 26 {{mod}} abstract run(): void;
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/01.static_methods/ |
| D | static_method_declaration_with_keywords.sts | 16 {% for mod in modifiers %} 19 desc: Static method declaraion with '{{mod}}' keyword. 21 params: {{mod}} 26 {{mod}} abstract run(): void;
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/ |
| D | override_method_declaration_with_keywords.sts | 16 {% for mod in modifiers %} 19 desc: Override method declaration with keyword {{mod}}. 21 params: {{mod}} 32 override {{mod}} foo(): int {
|
| /arkcompiler/runtime_core/static_core/irtoc/lang/ |
| D | instruction.rb | 80 def has_modifier?(mod) argument 81 @modifiers.any? { |x| x[0] == mod} 175 @modifiers.each do |mod| 176 ss += ".#{modifier_to_s(mod)}" 258 index = @modifiers.detect {|mod| mod[0] == :TypeId}[1][0] 286 def modifier_to_s(mod) argument 287 "#{mod[0]}(#{mod[1].join(', ')})" 319 @modifiers.each do |mod| 322 mod[0] = 'SetOperandsType' if mod[0] == :SrcType 323 mod[0] = 'SetCc' if mod[0] == :CC [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/ |
| D | two_same_field_modifiers.sts | 16 {% for mod in modifiers %} 21 params: mod 26 {{mod}} i: int;
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/07.native_methods/ |
| D | native_method_declaration_with_keywords.sts | 16 {% for mod in modifiers %} 19 desc: Native method declaraion with '{{mod}}' keyword. 25 {{mod}} native run(): void;
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/04.access_modifiers/ |
| D | access_modifiers.sts | 16 {% for mod in modifiers %} 21 params: "{{mod}} {{member}}" 26 {{mod}} {{member}}
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/ |
| D | constructor_declaration.sts | 16 {% for mod in modifiers %} 21 params: {{mod}} 28 {{mod}} constructor() {
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | parser.cpp | 64 MIRBuilder mirBuilder(&mod); in CreateDummyFunction() 162 mod.GetDbgInfo()->SetErrPos(lexer.GetLineNum(), lexer.GetCurIdx()); in Error() 223 MIRFunction *curfunc = mod.CurFunction(); in ParsePseudoReg() 267 if (mod.IsCharModule()) { in ParseFarrayType() 370 auto *e0 = mod.GetMemPool()->New<MIRPragmaElement>(mod); in ParsePragmaElementForArray() 412 mod.AddClass(styidx); in ParseClassType() 450 mod.AddClass(sTyIdx); in ParseInterfaceType() 784 mod.CurFunction()->SetAttr(FUNCATTR_generic); in ParseDeclareReg() 845 MIRFunction *func = mod.CurFunction(); in ParseFuncInfo() 981 uint8 *origp = static_cast<uint8 *>(mod.GetMemPool()->Malloc(BlockSize2BitVectorSize(size))); in ParseWordsInfo() [all …]
|
| D | bin_mpl_import.cpp | 137 MIRPragmaElement *element = mod.GetPragmaMemPool()->New<MIRPragmaElement>(mod); in ImportPragmaElement() 156 MIRPragma *p = mod.GetPragmaMemPool()->New<MIRPragma>(mod); in ImportPragma() 203 fn = mod.GetMemPool()->New<MIRFunction>(&mod, funcSt->GetStIdx()); in ImportMethodPair() 492 mod.AddValueToMethod2TargetHash(methodPuidx, tmp); in MergeDuplicated() 494 mod.InsertTargetHash(methodPuidx, newSet[i]->GetID()); in MergeDuplicated() 499 if (!mod.HasTargetHash(methodPuidx, newItem->GetID())) { in MergeDuplicated() 501 mod.InsertTargetHash(methodPuidx, newItem->GetID()); in MergeDuplicated() 515 mod.GetMemPool()->New<EAConnectionGraph>(&mod, &mod.GetMPAllocator(), funcName, true); in ReadEaField() 523 mod.SetEAConnectionGraph(funcName, newEaCg); in ReadEaField() 642 node = new EACGObjectNode(&mod, &mod.GetMPAllocator(), &newEaCg); in InEaCgNode() [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/10.inheritance/ |
| D | inheritance_methods.sts | 16 {% for mod in modifiers %} 21 params: {{mod}} 25 {{mod}} foo(): int {
|
| D | inheritance_static_methods.sts | 16 {% for mod in modifiers %} 21 params: {{mod}} 25 {{mod}} static foo(): int {
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/overriding_by_instance_methods/ |
| D | overriding_method_from_superclass.sts | 16 {% for mod in modifiers %} 21 params: {{mod}} 25 {{mod}} m(): int {
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | mir_nodes.h | 244 void DumpOpnd(const MIRModule &mod, int32 indent) const; 1087 NaryNode(const MIRModule &mod, Opcode o) : NaryNode(mod.GetCurFuncCodeMPAllocator(), o) {} in NaryNode() argument 1091 …NaryNode(const MIRModule &mod, Opcode o, PrimType typ) : NaryNode(mod.GetCurFuncCodeMPAllocator(),… in NaryNode() argument 1098 …NaryNode(const MIRModule &mod, const NaryNode &node) : NaryNode(mod.GetCurFuncCodeMPAllocator(), n… in NaryNode() argument 1155 IntrinsicopNode(const MIRModule &mod, Opcode o, TyIdx typeIdx = TyIdx()) 1156 : IntrinsicopNode(mod.GetCurFuncCodeMPAllocator(), o, typeIdx) 1165 IntrinsicopNode(const MIRModule &mod, Opcode o, PrimType typ, TyIdx typeIdx = TyIdx()) 1166 : IntrinsicopNode(mod.GetCurFuncCodeMPAllocator(), o, typ, typeIdx) 1175 IntrinsicopNode(const MIRModule &mod, const IntrinsicopNode &node) in IntrinsicopNode() argument 1176 : IntrinsicopNode(mod.GetCurFuncCodeMPAllocator(), node) in IntrinsicopNode() [all …]
|
| D | mir_scope.h | 33 explicit MIRScope(MIRModule *mod) : module(mod) {} in MIRScope() argument 34 MIRScope(MIRModule *mod, unsigned l) : module(mod), level(l) {} in MIRScope() argument
|
| /arkcompiler/ets_frontend/ets2panda/linter/docs/rules/ |
| D | recipe120.md | 16 import { default as d } from "mod" 25 import d from "mod"
|