| /arkcompiler/ets_frontend/ets2panda/compiler/scripts/ |
| D | signatures.yaml | 700 method_name: $CTOR 706 method_name: $CTOR 712 method_name: $CTOR 718 method_name: toString 724 method_name: equals 730 method_name: equals 736 method_name: getLength 742 method_name: charAt 748 method_name: <get>length 754 method_name: $GET_INDEX_METHOD [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_libbase_runtime.yaml | 135 method_name: sin 147 method_name: cos 159 method_name: power 171 method_name: sqrt 183 method_name: abs 194 method_name: max 205 method_name: max 216 method_name: max 227 method_name: max 238 method_name: min [all …]
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | runtime.yaml | 39 method_name: absI32 51 method_name: absI64 63 method_name: absF32 75 method_name: absF64 87 method_name: minI32 98 method_name: minI64 109 method_name: minF32 120 method_name: minF64 131 method_name: maxI32 142 method_name: maxI64 [all …]
|
| /arkcompiler/runtime_core/static_core/irtoc/ |
| D | intrinsics.yaml | 22 method_name: 37 method_name: 52 method_name: 67 method_name: 83 method_name: 99 method_name: 114 method_name: 129 method_name: 144 method_name: 159 method_name: [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/stdlib-templates/std/core/ |
| D | std_core_array.ets | 18 desc: {function: {{.item.method_name}}_{{.item.method_signature_desc.values()|join("_")}}} 25 desc: {function: {{.item.method_name}}_{{.item.method_signature_desc.values()|join("_")}}} 32 desc: {function: {{.item.method_name}}_{{.item.method_signature_desc.values()|join("_")}}} 39 desc: {function: {{.item.method_name}}_{{.item.method_signature_desc.values()|join("_")}}} 46 desc: {function: {{.item.method_name}}_{{.item.method_signature_desc.values()|join("_")}}} 53 desc: {function: {{.item.method_name}}_{{.item.method_signature_desc.values()|join("_")}}} 60 desc: {function: {{.item.method_name}}_{{.item.method_signature_desc.values()|join("_")}}} 67 desc: {function: {{.item.method_name}}_{{.item.method_signature_desc.values()|join("_")}}} 74 desc: {function: {{.item.method_name}}_{{.item.method_signature_desc.values()|join("_")}}} 88 desc: {function: {{.item.method_name}}_{{.item.method_signature_desc.values()|join("_")}}} [all …]
|
| D | list.std_core_boolean_instance.yaml | 15 method_name: unboxed, 30 method_name: valueOf, 45 method_name: toString, 60 method_name: isTrue, 75 method_name: isFalse, 90 method_name: negate, 105 method_name: and, 120 method_name: or, 135 method_name: xor, 150 method_name: compareTo, [all …]
|
| D | list.std_core_string_instance.yaml | 15 method_name: getLength, 30 method_name: isEmpty, 45 method_name: $_hashCode, 60 method_name: toLowerCase, 75 method_name: toUpperCase, 90 method_name: trim, 104 method_name: trimLeft, 119 method_name: trimRight, 134 method_name: getChars, 152 method_name: repeat, [all …]
|
| D | list.std_core_short_instance.yaml | 15 method_name: unboxed, 29 method_name: toByte, 43 method_name: toShort, 57 method_name: toInt, 71 method_name: toLong, 85 method_name: toFloat, 99 method_name: toDouble, 113 method_name: toString, 127 method_name: compareTo, 142 method_name: equals, [all …]
|
| D | list.std_core_byte_instance.yaml | 15 method_name: unboxed, 29 method_name: toByte, 43 method_name: toShort, 57 method_name: toInt, 71 method_name: toLong, 85 method_name: toFloat, 99 method_name: toDouble, 113 method_name: toString, 127 method_name: compareTo, 142 method_name: equals, [all …]
|
| D | list.std_core_int_instance.yaml | 15 method_name: unboxed, 29 method_name: toByte, 43 method_name: toShort, 57 method_name: toInt, 71 method_name: toLong, 85 method_name: toFloat, 99 method_name: toDouble, 113 method_name: toString, 127 method_name: compareTo, 142 method_name: equals, [all …]
|
| D | list.std_core_constructor.yaml | 15 method_name: constructor, 33 method_name: constructor, 50 method_name: constructor, 67 method_name: constructor, 84 method_name: constructor, 101 method_name: constructor, 118 method_name: constructor, 135 method_name: constructor, 152 method_name: constructor, 168 method_name: constructor, [all …]
|
| D | list.std_core_double_static.yaml | 15 method_name: valueOf, 29 method_name: isSafeInteger, 43 method_name: parseFloat, 61 method_name: parseFloat, 80 method_name: parseInt, 99 method_name: parseInt, 116 method_name: parseInt, 133 method_name: isFinite, 149 method_name: isInteger, 163 method_name: isInteger, [all …]
|
| D | list.std_core_stringbuilder_static.yaml | 15 method_name: toString, 28 method_name: toString, 41 method_name: toString, 54 method_name: toString, 67 method_name: toString, 80 method_name: toString, 93 method_name: toString, 106 method_name: toString,
|
| /arkcompiler/runtime_core/compiler/ |
| D | intrinsics.yaml | 19 method_name: absI32 39 method_name: absI64 59 method_name: absF32 79 method_name: absF64 99 method_name: minI32 119 method_name: minI64 139 method_name: minF32 159 method_name: minF64 179 method_name: maxI32 199 method_name: maxI64 [all …]
|
| /arkcompiler/runtime_core/static_core/irtoc/lang/ |
| D | isa.rb | 22 def cached(method_name) argument 23 definer = instance_methods.include?(method_name) ? :define_method : :define_singleton_method 24 noncached_method = instance_method(method_name) 25 send(definer, method_name) do 26 unless instance_variable_defined? "@#{method_name}" 27 instance_variable_set("@#{method_name}", noncached_method.bind(self).call) 29 instance_variable_get("@#{method_name}").freeze
|
| /arkcompiler/runtime_core/libabckit/src/ |
| D | abckit_compiler_intrinsics.yaml | 18 method_name: "lda.const" 38 method_name: "lda.str" 58 method_name: "checkcast" 78 method_name: "isinstance" 98 method_name: "throw" 118 method_name: "newarr" 138 method_name: "newobj" 158 method_name: "initobj.short" 178 method_name: "initobj" 198 method_name: "initobj.range" [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/intrinsics/ |
| D | std_js_jsruntime.yaml | 52 method_name: finalizationRegistryCallback 63 method_name: newJSValueDouble 75 method_name: newJSValueBoolean 87 method_name: newJSValueString 99 method_name: newJSValueObject 110 method_name: isJSValue 121 method_name: newJSValueBigInt 132 method_name: getValueDouble 144 method_name: getValueBoolean 156 method_name: getValueString [all …]
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | compiler_graph_test.cpp | 68 …estBuildGraphFromFile(pfile, [&test_method_name, &status](Graph* graph, std::string &method_name) { in __anon55f231560102() argument 69 if (test_method_name != method_name) { in __anon55f231560102() 93 …estBuildGraphFromFile(pfile, [&test_method_name, &status](Graph* graph, std::string &method_name) { in __anon55f231560202() argument 94 if (test_method_name != method_name) { in __anon55f231560202() 124 …estBuildGraphFromFile(pfile, [&test_method_name, &status](Graph* graph, std::string &method_name) { in __anon55f231560302() argument 125 if (test_method_name != method_name) { in __anon55f231560302() 146 …estBuildGraphFromFile(pfile, [&test_method_name, &status](Graph* graph, std::string &method_name) { in __anon55f231560402() argument 147 if (test_method_name != method_name) { in __anon55f231560402() 181 …estBuildGraphFromFile(pfile, [&test_method_name, &status](Graph* graph, std::string &method_name) { in __anon55f231560502() argument 182 if (test_method_name != method_name) { in __anon55f231560502() [all …]
|
| D | compiler_basicblock_test.cpp | 53 graph_test_.TestBuildGraphFromFile(pfile, [&](Graph* graph, std::string &method_name) { in __anondf2e2bd10102() argument 82 …estBuildGraphFromFile(pfile, [&test_method_name, &status](Graph* graph, std::string &method_name) { in __anondf2e2bd10202() argument 83 if (test_method_name != method_name) { in __anondf2e2bd10202() 111 …estBuildGraphFromFile(pfile, [&test_method_name, &status](Graph* graph, std::string &method_name) { in __anondf2e2bd10302() argument 112 if (test_method_name != method_name) { in __anondf2e2bd10302() 137 …estBuildGraphFromFile(pfile, [&test_method_name, &status](Graph* graph, std::string &method_name) { in __anondf2e2bd10402() argument 138 if (test_method_name != method_name) { in __anondf2e2bd10402() 159 …estBuildGraphFromFile(pfile, [&test_method_name, &status](Graph* graph, std::string &method_name) { in __anondf2e2bd10502() argument 160 if (test_method_name != method_name) { in __anondf2e2bd10502() 185 …estBuildGraphFromFile(pfile, [&test_method_name, &status](Graph* graph, std::string &method_name) { in __anondf2e2bd10602() argument [all …]
|
| D | loop_analyzer_new_test.cpp | 50 …TestBuildGraphFromFile(pfile, [test_method_name, &status](Graph* graph, std::string &method_name) { in __anonb3d776f20102() argument 51 if (test_method_name != method_name) { in __anonb3d776f20102() 73 …TestBuildGraphFromFile(pfile, [test_method_name, &status](Graph* graph, std::string &method_name) { in __anonb3d776f20202() argument 74 if (test_method_name != method_name) { in __anonb3d776f20202() 107 …TestBuildGraphFromFile(pfile, [test_method_name, &status](Graph* graph, std::string &method_name) { in __anonb3d776f20302() argument 108 if (test_method_name != method_name) { in __anonb3d776f20302() 141 …TestBuildGraphFromFile(pfile, [test_method_name, &status](Graph* graph, std::string &method_name) { in __anonb3d776f20402() argument 142 if (test_method_name != method_name) { in __anonb3d776f20402() 175 …TestBuildGraphFromFile(pfile, [test_method_name, &status](Graph* graph, std::string &method_name) { in __anonb3d776f20502() argument 176 if (test_method_name != method_name) { in __anonb3d776f20502() [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/stdlib-templates/std/serialization/ |
| D | list.std_serialization_json_static.yaml | 16 method_name: stringify, 38 method_name: stringify, 60 method_name: stringify, 82 method_name: stringify, 104 method_name: stringify, 126 method_name: stringify, 148 method_name: stringify, 172 method_name: stringify, 188 method_name: stringify, 204 method_name: stringify, [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/stdlib-templates/std/math/ |
| D | std_math.ets | 19 desc: {function: {{.item.method_name}}_{{.item.method_signature.values()|join("_")}}} 28 desc: {function: {{.item.method_name}}_{{.item.method_signature.values()|join("_")}}} 36 desc: {function: {{.item.method_name}}_{{.item.method_signature.values()|join("_")}}} 44 desc: {function: {{.item.method_name}}_{{.item.method_signature.values()|join("_")}}} 52 desc: {function: {{.item.method_name}}_{{.item.method_signature.values()|join("_")}}} 60 desc: {function: {{.item.method_name}}_{{.item.method_signature.values()|join("_")}}}
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/stdlib-templates/escompat/ |
| D | escompat_Math.ets | 19 desc: {function: {{.item.method_name}}_{{.item.method_signature.values()|join("_")}}} 27 desc: {function: {{.item.method_name}}_{{.item.method_signature.values()|join("_")}}} 35 desc: {function: {{.item.method_name}}_{{.item.method_signature.values()|join("_")}}} 43 desc: {function: {{.item.method_name}}_{{.item.method_signature.values()|join("_")}}} 51 desc: {function: {{.item.method_name}}_{{.item.method_signature.values()|join("_")}}} 59 desc: {function: {{.item.method_name}}_{{.item.method_signature.values()|join("_")}}}
|
| /arkcompiler/runtime_core/bytecode_optimizer/tests/ |
| D | graph_test.h | 68 … auto method_name = std::string(utf::Mutf8AsCString(pfile->GetStringData(mda.GetNameId()).data)); in TestBuildGraphFromFile() 69 auto pos = method_name.find_last_of("#"); in TestBuildGraphFromFile() 71 method_name = method_name.substr(pos + 1); in TestBuildGraphFromFile() 73 cb(graph, method_name); in TestBuildGraphFromFile() 80 void TestBuildGraphFromFunc(pandasm::Program &prog, const char *method_name, in TestBuildGraphFromFunc() argument 88 … cda.EnumerateMethods([maps, method_name, ir_interface, &cb](panda_file::MethodDataAccessor &mda) { in TestBuildGraphFromFunc() 90 if (func_name != method_name) { in TestBuildGraphFromFunc()
|
| /arkcompiler/runtime_core/isa/ |
| D | gen.rb | 24 def cached(method_name) argument 25 definer = instance_methods.include?(method_name) ? :define_method : :define_singleton_method 26 noncached_method = instance_method(method_name) 27 send(definer, method_name) do 28 unless instance_variable_defined? "@#{method_name}" 29 instance_variable_set("@#{method_name}", noncached_method.bind(self).call) 31 instance_variable_get("@#{method_name}").freeze
|