| /arkcompiler/runtime_core/static_core/runtime/ |
| D | runtime.yaml | 38 class_name: Math 50 class_name: Math 62 class_name: Math 74 class_name: Math 86 class_name: Math 97 class_name: Math 108 class_name: Math 119 class_name: Math 130 class_name: Math 141 class_name: Math [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_libbase_runtime.yaml | 50 class_name: std.math.ETSGLOBAL 61 class_name: std.math.ETSGLOBAL 72 class_name: std.math.ETSGLOBAL 83 class_name: std.math.ETSGLOBAL 94 class_name: std.math.ETSGLOBAL 105 class_name: std.math.ETSGLOBAL 116 class_name: std.math.ETSGLOBAL 127 class_name: std.math.ETSGLOBAL 138 class_name: std.math.ETSGLOBAL 149 class_name: std.math.ETSGLOBAL [all …]
|
| /arkcompiler/runtime_core/compiler/ |
| D | intrinsics.yaml | 18 class_name: Math 38 class_name: Math 58 class_name: Math 78 class_name: Math 98 class_name: Math 118 class_name: Math 138 class_name: Math 158 class_name: Math 178 class_name: Math 198 class_name: Math [all …]
|
| /arkcompiler/runtime_core/static_core/irtoc/ |
| D | intrinsics.yaml | 16 # WARNING: 'class_name' field should be `Irtoc` for all Irtoc intrinsics. If it needs to be changed… 21 class_name: Irtoc 35 class_name: Irtoc 48 class_name: Irtoc 61 class_name: Irtoc 75 class_name: Irtoc 89 class_name: Irtoc 102 class_name: Irtoc 116 class_name: Irtoc 130 class_name: Irtoc [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/stdlib-templates/std/serialization/ |
| D | std_serialization_json_2.ets | 23 {% for class_name in item.data_class_name_list %} 24 class {{.class_name}} { 25 constructor({{.item.data_class_attributes_index[class_name]|join(',')}}) { 26 {%- for param_tuple in item.data_class_attributes_index[class_name] %} 30 {%- for param_tuple in item.data_class_attributes_index[class_name] %}
|
| /arkcompiler/runtime_core/assembler/templates/ |
| D | meta_gen.cpp.erb | 19 <%= MetadataGen::class_name(item_type) %>::Validate(<%= MetadataGen::validate_arg_list(item_type, t… 24 <%= MetadataGen::class_name(item_type) %>::Validate(<%= MetadataGen::validate_arg_list(item_type, f… 31 void <%= MetadataGen::class_name(item_type) %>::SetFlags(<%= MetadataGen::flags_arg_list(item_type,… 35 void <%= MetadataGen::class_name(item_type) %>::SetFlags(<%= MetadataGen::flags_arg_list(item_type,… 39 void <%= MetadataGen::class_name(item_type) %>::RemoveFlags(<%= MetadataGen::flags_arg_list(item_ty… 43 void <%= MetadataGen::class_name(item_type) %>::RemoveFlags(<%= MetadataGen::flags_arg_list(item_ty…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/intrinsics/ |
| D | std_js_jsruntime.yaml | 40 class_name: std.interop.js.JSRuntime 51 class_name: std.interop.js.JSRuntime 62 class_name: std.interop.js.JSRuntime 73 class_name: std.interop.js.JSRuntime 84 class_name: std.interop.js.JSRuntime 95 class_name: std.interop.js.JSRuntime 106 class_name: std.interop.js.JSRuntime 117 class_name: std.interop.js.JSRuntime 128 class_name: std.interop.js.JSRuntime 139 class_name: std.interop.js.JSRuntime [all …]
|
| /arkcompiler/runtime_core/static_core/assembler/templates/ |
| D | meta_gen.cpp.erb | 20 <%= MetadataGen::class_name(item_type) %>::Validate(<%= MetadataGen::validate_arg_list(item_type, t… 25 <%= MetadataGen::class_name(item_type) %>::Validate(<%= MetadataGen::validate_arg_list(item_type, f… 32 void <%= MetadataGen::class_name(item_type) %>::SetFlags(<%= MetadataGen::flags_arg_list(item_type,… 36 void <%= MetadataGen::class_name(item_type) %>::SetFlags(<%= MetadataGen::flags_arg_list(item_type,… 40 void <%= MetadataGen::class_name(item_type) %>::RemoveFlags(<%= MetadataGen::flags_arg_list(item_ty… 44 void <%= MetadataGen::class_name(item_type) %>::RemoveFlags(<%= MetadataGen::flags_arg_list(item_ty…
|
| /arkcompiler/runtime_core/templates/events/ |
| D | events.h.erb | 31 EventWriter(std::string_view class_name, std::string_view method_name) { 32 … std::copy(class_name.begin(), class_name.begin() + std::min(class_name.size(), BUF_SIZE - 1) + 1,
|
| /arkcompiler/ets_frontend/ets2panda/lexer/templates/ |
| D | keywords.h.erb | 29 % class_name = extension_name.upcase + 'Keywords' 30 class <%=class_name%> : public Keywords { 32 explicit <%=class_name%>(Lexer* lexer, lexer::NextTokenFlags flags) : Keywords(lexer, flags) {} 33 NO_COPY_SEMANTIC(<%=class_name%>); 34 NO_MOVE_SEMANTIC(<%=class_name%>); 35 ~<%=class_name%>() = default;
|
| /arkcompiler/runtime_core/static_core/runtime/templates/ |
| D | intrinsics.yaml.erb | 17 class_name: <%= intrinsic.class_name if intrinsic.respond_to?(:class_name)%> 37 …args: <%= ((!static && !compiler_only)? [get_effective_type(intrinsic.class_name)] : []) + full_ar… 42 …args: <%= ((!static && !compiler_only)? [get_type(intrinsic.class_name)] : []) + full_args.map { |…
|
| D | intrinsics_gen.h.erb | 87 …utf8Name = reinterpret_cast<const uint8_t *>("<%= get_object_descriptor(intrinsic.class_name) %>"); 108 …LOG(ERROR, RUNTIME) << "Cannot find method '<%= intrinsic.class_name %>.<%= intrinsic.method_name … 112 % method_full_name = intrinsic.class_name + "::" + intrinsic.method_name
|
| /arkcompiler/ets_runtime/test/jsperftest/ |
| D | run_js_test.py | 160 class_name = str_arr[0] 163 js_case_name = '/'.join([class_name, api_name]) 188 …jis_case_file_name_with_class = Constants.JS_FILE_SUPER_LINK_DICT['/'.join([class_name, api_name])] 211 def run_js_case_via_ark(binary_path, js_file_path, class_name, api_name, report_file): argument 220 js_file_name = class_name + '/' + api_name + '.js' 226 class_folder_path = os.path.join(fangzhou_test_path, class_name) 304 class_name = results[-2] 306 js_case_name = '/'.join([class_name, results[-1]]) 308 … test_data = run_js_case_via_ark(BINARY_PATH, file_path, class_name, api_name, report_file) 323 class_name = results[-2] [all …]
|
| /arkcompiler/ets_frontend/es2panda/binder/ |
| D | variableFlags.h | 44 #define DECLARE_TYPES(decl_kind, class_name) decl_kind, argument 67 #define GEN_SCOPE_TYPES(type, class_name) type, argument 99 #define GEN_VARIABLE_TYPES(type, class_name) type, argument
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/ |
| D | plugins_registry.py | 68 class_name = classes.pop() if len(classes) > 0 else None 69 if class_name is not None: 70 class_obj = getattr(class_module_runner, class_name)
|
| /arkcompiler/runtime_core/static_core/compiler/tools/ |
| D | benchmark_coverage.sh | 120 class_name=$(echo $1 | rev | cut -f 2- -d '.' | rev) 122 class_name="_GLOBAL" 151 local tmp_file=$benchmark-$class_name-$method_name.tmp 154 … $PAOC --paoc-panda-files="$benchmark.abc" --compiler-regex="$class_name::$method_name" \ 185 echo -n " --compiler-regex=\"$class_name::$method_name\"" >> $LOG_ERROR 296 local tmp_file=$test-$class_name-$method_name.tmp 299 $PAOC --paoc-panda-files=$test.abc --compiler-regex="$class_name::$method_name" \ 329 echo -n " --compiler-regex=\"$class_name::$method_name\"" >> $LOG_ERROR
|
| /arkcompiler/runtime_core/libark_defect_scan_aux/include/ |
| D | class.h | 37 Class(std::string_view class_name, std::string_view record_name, in Class() argument 39 … : class_name_(class_name), record_name_(record_name), abc_file_(abc_file), def_func_(def_func) in Class()
|
| /arkcompiler/runtime_core/libark_defect_scan_aux/ |
| D | callee_info.cpp | 99 void CalleeInfo::SetClassName(std::string_view class_name) in SetClassName() argument 101 class_name_ = class_name; in SetClassName()
|
| D | abc_file.cpp | 173 const Class *AbcFile::GetClassByName(std::string_view class_name) const in GetClassByName() 175 return GetClassByNameImpl(class_name); in GetClassByName() 1086 std::string class_name = record_name + GetStringByInst(inst); in ResolveInstCommon() local 1087 const Class *clazz = GetClassByName(class_name); in ResolveInstCommon() 1259 std::string class_name = record_name + GetStringByMethodId(m_id); in ResolveDefineClassWithBufferInst() local 1260 std::unique_ptr<Class> def_class = std::make_unique<Class>(class_name, record_name, this, func); in ResolveDefineClassWithBufferInst() 1264 LOG(DEBUG, DEFECT_SCAN_AUX) << "Create a new class: " << class_name; in ResolveDefineClassWithBufferInst() 1377 auto &class_name = def_class->GetClassName(); in AddDefinedClass() local 1378 ASSERT(def_class_map_.find(class_name) == def_class_map_.end()); in AddDefinedClass() 1379 def_class_map_[class_name] = def_class.get(); in AddDefinedClass() [all …]
|
| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| D | variableFlags.h | 47 #define DECLARE_TYPES(decl_kind, class_name) decl_kind, argument 69 #define GEN_SCOPE_TYPES(type, class_name) type, argument 103 #define GEN_VARIABLE_TYPES(type, class_name) type, argument
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| D | asm_metadata.rb | 90 def class_name(item_type) method 140 body << "#{indent}return pandasm::#{class_name(item_type)}::Validate(#{args.join(', ')});" 176 body << "#{indent}pandasm::#{class_name(item_type)}::SetFlags(#{args.join(', ')});" 212 body << "#{indent}pandasm::#{class_name(item_type)}::RemoveFlags(#{args.join(', ')});"
|
| /arkcompiler/runtime_core/assembler/ |
| D | asm_metadata.rb | 90 def class_name(item_type) method 140 body << "#{indent}return pandasm::#{class_name(item_type)}::Validate(#{args.join(', ')});" 176 body << "#{indent}pandasm::#{class_name(item_type)}::SetFlags(#{args.join(', ')});" 212 body << "#{indent}pandasm::#{class_name(item_type)}::RemoveFlags(#{args.join(', ')});"
|
| /arkcompiler/ets_frontend/ets2panda/compiler/templates/ |
| D | isa.h.erb | 119 % class_name = insn2node(insn) 126 class <%= class_name %> : public <%= base_class %> 129 explicit <%= class_name %>(<%= ctor_args %>) : <%= base_class %>(node)<%= ops %> {}
|
| /arkcompiler/runtime_core/disassembler/templates/ |
| D | intrinsics_gen.h.erb | 49 …tf8_name = reinterpret_cast<const uint8_t *>("<%= get_object_descriptor(intrinsic.class_name) %>"); 70 …LOG(ERROR, RUNTIME) << "Cannot find method '<%= intrinsic.class_name %>.<%= intrinsic.method_name …
|
| /arkcompiler/runtime_core/compiler/optimizer/templates/intrinsics/ |
| D | intrinsics_codegen.inl.erb | 27 % if intrinsic.class_name == "Irtoc"
|