Home
last modified time | relevance | path

Searched full:class_name (Results 1 – 25 of 60) sorted by relevance

123

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_libbase_runtime.yaml57 class_name: std.math.ETSGLOBAL
69 class_name: std.math.ETSGLOBAL
81 class_name: std.math.ETSGLOBAL
93 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
160 class_name: std.math.ETSGLOBAL
[all …]
/arkcompiler/runtime_core/static_core/runtime/
Druntime.yaml38 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/irtoc/
Dintrinsics.yaml16 # WARNING: 'class_name' field should be `Irtoc` for all Irtoc intrinsics. If it needs to be changed…
21 class_name: Irtoc
36 class_name: Irtoc
50 class_name: Irtoc
64 class_name: Irtoc
79 class_name: Irtoc
94 class_name: Irtoc
108 class_name: Irtoc
123 class_name: Irtoc
138 class_name: Irtoc
[all …]
/arkcompiler/runtime_core/compiler/
Dintrinsics.yaml18 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/plugins/ets/tests/stdlib-templates/std/serialization/
Dstd_serialization_json_2.sts23 {% 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/static_core/bytecode_optimizer/templates/
Dcodegen_call_intrinsics.inc.erb23 % class_name = intrinsic.class_name
26 % class_name = class_name.gsub('.', sep)
29 …BytecodeGen::CallHandler(visitor, inst, <%= "#{class_name}.#{intrinsic.method_name}:#{signature};"…
/arkcompiler/runtime_core/assembler/templates/
Dmeta_gen.cpp.erb19 <%= 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/
Dstd_js_jsruntime.yaml37 class_name: std.interop.js.JSRuntime
48 class_name: std.interop.js.JSRuntime
60 class_name: std.interop.js.JSRuntime
72 class_name: std.interop.js.JSRuntime
84 class_name: std.interop.js.JSRuntime
95 class_name: std.interop.js.JSRuntime
107 class_name: std.interop.js.JSRuntime
119 class_name: std.interop.js.JSRuntime
131 class_name: std.interop.js.JSRuntime
144 class_name: std.interop.js.JSRuntime
[all …]
/arkcompiler/runtime_core/static_core/compiler/tests/
Dencoder_test_common.h40 #define CLASS_NAME(type) \ macro
47 CLASS_NAME(int8_t)
48 CLASS_NAME(int16_t)
49 CLASS_NAME(int32_t)
50 CLASS_NAME(int64_t)
51 CLASS_NAME(uint8_t)
52 CLASS_NAME(uint16_t)
53 CLASS_NAME(uint32_t)
54 CLASS_NAME(uint64_t)
55 CLASS_NAME(float)
[all …]
/arkcompiler/runtime_core/static_core/assembler/templates/
Dmeta_gen.cpp.erb20 <%= 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/
Devents.h.erb31 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/
Dkeywords.h.erb29 % 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/plugins/ets/tests/native/native_methods/
Dregister_native_methods_test.cpp25 static constexpr const char *CLASS_NAME = "NativeRegistrationTest"; variable
45 ets_class cls = env->FindClass(CLASS_NAME); in Func0()
66 auto cls = env_->FindClass(CLASS_NAME); in TEST_F()
92 auto cls = env_->FindClass(CLASS_NAME); in TEST_F()
120 auto cls = env_->FindClass(CLASS_NAME); in TEST_F()
146 auto cls = env_->FindClass(CLASS_NAME); in TEST_F()
177 auto cls = env_->FindClass(CLASS_NAME); in TEST_F()
/arkcompiler/runtime_core/static_core/runtime/templates/
Dintrinsics.yaml.erb17 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 { |…
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/
Dplugins_registry.py65 class_name = classes.pop() if len(classes) > 0 else None
66 if class_name is not None:
67 class_obj = getattr(class_module_runner, class_name)
/arkcompiler/ets_runtime/test/jsperftest/
Drun_js_test.py180 class_name = str_arr[0]
183 js_case_name = '/'.join([class_name, api_name])
208 …jis_case_file_name_with_class = Constants.JS_FILE_SUPER_LINK_DICT['/'.join([class_name, api_name])]
260 def prepare_for_ark_run(class_name: str, api_name: str) -> Tuple[str, str]:
266 class_folder_path = os.path.join(fangzhou_test_path, class_name)
283 def run_js_case_via_ark(js_file_path, class_name, api_name, iterations, report_file): argument
293 js_file_name = class_name + '/' + api_name + '.js'
294 cur_abc_file, api_log_path = prepare_for_ark_run(class_name, api_name)
351 class_name = results[-2]
353 js_case_name = '/'.join([class_name, results[-1]])
[all …]
/arkcompiler/ets_frontend/es2panda/binder/
DvariableFlags.h45 #define DECLARE_TYPES(decl_kind, class_name) decl_kind, argument
68 #define GEN_SCOPE_TYPES(type, class_name) type, argument
100 #define GEN_VARIABLE_TYPES(type, class_name) type, argument
/arkcompiler/runtime_core/assembler/tests/
Dassembler_access_flag_test.cpp48 auto class_name = class_accessor.GetName(); variable
50 auto name = std::string(utf::Mutf8AsCString(class_name.data));
/arkcompiler/runtime_core/libark_defect_scan_aux/include/
Dclass.h37 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/static_core/compiler/tools/
Dbenchmark_coverage.sh119 class_name=$(echo "$1" | rev | cut -f 2- -d '.' | rev)
121 class_name="_GLOBAL"
148 local tmp_file=$benchmark-$class_name-$method_name.tmp
151 … $PAOC --paoc-panda-files="$benchmark.abc" --compiler-regex="$class_name::$method_name" \
179 echo -n " --compiler-regex=\"$class_name::$method_name\"" >> "$LOG_ERROR"
278 local tmp_file=$test-$class_name-$method_name.tmp
281 $PAOC --paoc-panda-files="$test".abc --compiler-regex="$class_name::$method_name" \
308 echo -n " --compiler-regex=\"$class_name::$method_name\"" >> "$LOG_ERROR"
/arkcompiler/ets_runtime/test/aotjsperftest/
Drun_js_test.py161 class_name = str_arr[0]
164 js_case_name = '/'.join([class_name, api_name])
189 …jis_case_file_name_with_class = Constants.JS_FILE_SUPER_LINK_DICT['/'.join([class_name, api_name])]
212 def run_js_case_via_ark(binary_path, js_file_path, class_name, api_name, report_file): argument
221 js_file_name = class_name + '/' + api_name + '.js'
227 class_folder_path = os.path.join(fangzhou_test_path, class_name)
375 class_name = results[-2]
377 js_case_name = '/'.join([class_name, results[-1]])
379 … test_data = run_js_case_via_ark(BINARY_PATH, file_path, class_name, api_name, report_file)
394 class_name = results[-2]
[all …]
/arkcompiler/runtime_core/libark_defect_scan_aux/
Dcallee_info.cpp99 void CalleeInfo::SetClassName(std::string_view class_name) in SetClassName() argument
101 class_name_ = class_name; in SetClassName()
/arkcompiler/ets_frontend/ets2panda/varbinder/
DvariableFlags.h49 #define DECLARE_TYPES(decl_kind, class_name) decl_kind, argument
72 #define GEN_SCOPE_TYPES(type, class_name) type, argument
109 #define GEN_VARIABLE_TYPES(type, class_name) type, argument
/arkcompiler/runtime_core/static_core/assembler/
Dasm_metadata.rb90 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/
Dasm_metadata.rb90 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(', ')});"

123