| /arkcompiler/ets_frontend/es2panda/test/ |
| D | runner.py | 144 def __init__(self, test_path, flags): argument 153 def log_cmd(self, cmd): argument 156 def run(self, runner): argument 183 def __init__(self, test_path, flags, test_id, with_optimizer): argument 197 def run(self, runner): argument 336 def __init__(self, test_path, flags): argument 340 def parse_options(self): argument 372 def run(self, runner): argument 394 def __init__(self, args, name): argument 422 def add_directory(self, directory, extension, flags): argument [all …]
|
| D | test262util.py | 26 def __init__(self): argument 37 def generate(self, revision, build_dir, harness_path, show_progress): argument 97 def create_file(self, input_file, output_file, harness, test262_dir): argument 120 def get_header(self, content): argument 125 def parse_descriptor(self, header): argument 170 def validate_runtime_result(self, return_code, std_err, desc, out): argument
|
| /arkcompiler/ets_frontend/test262/ |
| D | run_test262.py | 207 def __init__(self, args): argument 212 def prepare_test262_code(self): argument 231 def prepare_clean_data(self): argument 235 def patching_the_plugin(self): argument 244 def prepare_args_es51_es2021(self): argument 265 def prepare_out_dir(self): argument 279 def prepare_args_testdir(self): argument 296 def copyfile(self, file, all_skips): argument 322 def collect_tests(self): argument 339 def get_tests_from_file(self, file): argument [all …]
|
| D | run_sunspider.py | 168 def __init__(self, args): argument 188 def proce_parameters(self): argument 229 def gen_dependency_abc(self, dependency): argument 249 def gen_merged_abc(self, dependencies, file_name_pre, proto_bin_file, retcode): argument 291 def gen_abc(self): argument 365 def compile_aot(self): argument 388 def execute_aot(self): argument 420 def execute(self): argument 457 def is_legal_frontend(self): argument 463 def execute_ark(self): argument
|
| D | utils.py | 42 def __init__(self): argument 45 def debug(self, info): argument 50 def info(self, info): argument 62 def __init__(self, cmd): argument 65 def run(self): argument 78 def __init__(self, cmds, cwd): argument 82 def run(self): argument
|
| /arkcompiler/ets_frontend/ts2panda/scripts/ |
| D | run_tests.py | 65 def __init__(self, args): argument 72 def proce_parameters(self): argument 85 def copy_node_modules(self): argument 98 def copy_tests(self): argument 103 def run_build(self): argument 120 def run_tests(self): argument
|
| /arkcompiler/ets_runtime/test/ |
| D | runtest.py | 88 def __init__(self, args): argument 232 def run_cmd(self, cmd): argument 248 def run_test(self, file): argument 333 def judge_test(self, file, out): argument 352 def report_test(self): argument 364 def find_file(self, dir, postfix_list): argument 381 def test_hap(self): argument 397 def test(self): argument
|
| /arkcompiler/ets_runtime/ecmascript/containers/ |
| D | containers_vector.cpp | 58 JSHandle<JSTaggedValue> self = GetThis(argv); in Add() local 80 JSHandle<JSTaggedValue> self = GetThis(argv); in Insert() local 107 JSHandle<JSTaggedValue> self = GetThis(argv); in SetLength() local 134 JSHandle<JSTaggedValue> self = GetThis(argv); in GetCapacity() local 155 JSHandle<JSTaggedValue> self = GetThis(argv); in IncreaseCapacityTo() local 182 JSHandle<JSTaggedValue> self = GetThis(argv); in Get() local 208 JSHandle<JSTaggedValue> self = GetThis(argv); in GetIndexOf() local 230 JSHandle<JSTaggedValue> self = GetThis(argv); in GetIndexFrom() local 258 JSHandle<JSTaggedValue> self = GetThis(argv); in IsEmpty() local 278 JSHandle<JSTaggedValue> self = GetThis(argv); in GetLastElement() local [all …]
|
| D | containers_lightweightmap.cpp | 66 JSHandle<JSTaggedValue> self = GetThis(argv); in Length() local 87 JSHandle<JSTaggedValue> self = GetThis(argv); in HasAll() local 123 JSHandle<JSTaggedValue> self = GetThis(argv); in HasKey() local 145 JSHandle<JSTaggedValue> self = GetThis(argv); in HasValue() local 167 JSHandle<JSTaggedValue> self = GetThis(argv); in IncreaseCapacityTo() local 201 JSHandle<JSTaggedValue> self = GetThis(argv); in Entries() local 213 JSHandle<JSTaggedValue> self = GetThis(argv); in Get() local 236 JSHandle<JSTaggedValue> self = GetThis(argv); in GetIndexOfKey() local 260 JSHandle<JSTaggedValue> self = GetThis(argv); in GetIndexOfValue() local 284 JSHandle<JSTaggedValue> self = GetThis(argv); in IsEmpty() local [all …]
|
| D | containers_arraylist.cpp | 59 JSHandle<JSTaggedValue> self = GetThis(argv); in Add() local 81 JSHandle<JSTaggedValue> self = GetThis(argv); in Insert() local 113 JSHandle<JSTaggedValue> self = GetThis(argv); in Clear() local 136 JSHandle<JSTaggedValue> self = GetThis(argv); in Clone() local 159 JSHandle<JSTaggedValue> self = GetThis(argv); in Has() local 184 JSHandle<JSTaggedValue> self = GetThis(argv); in GetCapacity() local 206 JSHandle<JSTaggedValue> self = GetThis(argv); in IncreaseCapacityTo() local 239 JSHandle<JSTaggedValue> self = GetThis(argv); in TrimToCurrentLength() local 262 JSHandle<JSTaggedValue> self = GetThis(argv); in Get() local 287 JSHandle<JSTaggedValue> self = GetThis(argv); in GetIndexOf() local [all …]
|
| D | containers_treemap.cpp | 77 JSHandle<JSTaggedValue> self = GetThis(argv); in Set() local 105 JSHandle<JSTaggedValue> self(GetThis(argv)); in Get() local 126 JSHandle<JSTaggedValue> self = GetThis(argv); in Remove() local 149 JSHandle<JSTaggedValue> self(GetThis(argv)); in HasKey() local 174 JSHandle<JSTaggedValue> self(GetThis(argv)); in HasValue() local 196 JSHandle<JSTaggedValue> self(GetThis(argv)); in GetFirstKey() local 217 JSHandle<JSTaggedValue> self(GetThis(argv)); in GetLastKey() local 238 JSHandle<JSTaggedValue> self(GetThis(argv)); in SetAll() local 278 JSHandle<JSTaggedValue> self(GetThis(argv)); in Clear() local 299 JSHandle<JSTaggedValue> self(GetThis(argv)); in GetLowerKey() local [all …]
|
| D | containers_linked_list.cpp | 58 JSHandle<JSTaggedValue> self = GetThis(argv); in Add() local 81 JSHandle<JSTaggedValue> self = GetThis(argv); in AddFirst() local 104 JSHandle<JSTaggedValue> self = GetThis(argv); in GetFirst() local 124 JSHandle<JSTaggedValue> self = GetThis(argv); in GetLast() local 144 JSHandle<JSTaggedValue> self = GetThis(argv); in Length() local 164 JSHandle<JSTaggedValue> self = GetThis(argv); in Insert() local 200 JSHandle<JSTaggedValue> self = GetThis(argv); in Clear() local 221 JSHandle<JSTaggedValue> self = GetThis(argv); in Clone() local 243 JSHandle<JSTaggedValue> self = GetThis(argv); in Has() local 264 JSHandle<JSTaggedValue> self = GetThis(argv); in Get() local [all …]
|
| D | containers_lightweightset.cpp | 61 JSHandle<JSTaggedValue> self = GetThis(argv); in Add() local 82 JSHandle<JSTaggedValue> self = GetThis(argv); in AddAll() local 115 JSHandle<JSTaggedValue> self = GetThis(argv); in IsEmpty() local 135 JSHandle<JSTaggedValue> self = GetThis(argv); in GetValueAt() local 164 JSHandle<JSTaggedValue> self = GetThis(argv); in HasAll() local 196 JSHandle<JSTaggedValue> self = GetThis(argv); in Has() local 217 JSHandle<JSTaggedValue> self = GetThis(argv); in HasHash() local 238 JSHandle<JSTaggedValue> self = GetThis(argv); in Equal() local 258 JSHandle<JSTaggedValue> self = GetThis(argv); in IncreaseCapacityTo() local 288 JSHandle<JSTaggedValue> self = GetThis(argv); in GetIteratorObj() local [all …]
|
| D | containers_treeset.cpp | 77 JSHandle<JSTaggedValue> self = GetThis(argv); in Add() local 101 JSHandle<JSTaggedValue> self = GetThis(argv); in Remove() local 123 JSHandle<JSTaggedValue> self(GetThis(argv)); in Has() local 148 JSHandle<JSTaggedValue> self(GetThis(argv)); in GetFirstValue() local 169 JSHandle<JSTaggedValue> self(GetThis(argv)); in GetLastValue() local 190 JSHandle<JSTaggedValue> self(GetThis(argv)); in Clear() local 211 JSHandle<JSTaggedValue> self(GetThis(argv)); in GetLowerValue() local 241 JSHandle<JSTaggedValue> self(GetThis(argv)); in GetHigherValue() local 271 JSHandle<JSTaggedValue> self(GetThis(argv)); in PopFirst() local 292 JSHandle<JSTaggedValue> self(GetThis(argv)); in PopLast() local [all …]
|
| D | containers_hashmap.cpp | 65 JSHandle<JSTaggedValue> self = GetThis(argv); in Keys() local 86 JSHandle<JSTaggedValue> self = GetThis(argv); in Values() local 107 JSHandle<JSTaggedValue> self = GetThis(argv); in Entries() local 180 JSHandle<JSTaggedValue> self = GetThis(argv); in Set() local 204 JSHandle<JSTaggedValue> self = GetThis(argv); in SetAll() local 240 JSHandle<JSTaggedValue> self = GetThis(argv); in Get() local 261 JSHandle<JSTaggedValue> self = GetThis(argv); in Remove() local 283 JSHandle<JSTaggedValue> self = GetThis(argv); in HasKey() local 305 JSHandle<JSTaggedValue> self = GetThis(argv); in HasValue() local 327 JSHandle<JSTaggedValue> self = GetThis(argv); in Replace() local [all …]
|
| D | containers_plainarray.cpp | 59 JSHandle<JSTaggedValue> self = GetThis(argv); in Add() local 88 JSHandle<JSTaggedValue> self = GetThis(argv); in Clear() local 109 JSHandle<JSTaggedValue> self = GetThis(argv); in Clone() local 130 JSHandle<JSTaggedValue> self = GetThis(argv); in Has() local 160 JSHandle<JSTaggedValue> self = GetThis(argv); in Get() local 190 JSHandle<JSTaggedValue> self = GetThis(argv); in GetIteratorObj() local 237 JSHandle<JSTaggedValue> self = GetThis(argv); in ToString() local 256 JSHandle<JSTaggedValue> self = GetThis(argv); in GetIndexOfKey() local 285 JSHandle<JSTaggedValue> self = GetThis(argv); in GetIndexOfValue() local 306 JSHandle<JSTaggedValue> self = GetThis(argv); in IsEmpty() local [all …]
|
| D | containers_list.cpp | 60 JSHandle<JSTaggedValue> self = GetThis(argv); in Add() local 83 JSHandle<JSTaggedValue> self = GetThis(argv); in Insert() local 114 JSHandle<JSTaggedValue> self = GetThis(argv); in GetFirst() local 134 JSHandle<JSTaggedValue> self = GetThis(argv); in GetLast() local 154 JSHandle<JSTaggedValue> self = GetThis(argv); in Has() local 175 JSHandle<JSTaggedValue> self = GetThis(argv); in IsEmpty() local 195 JSHandle<JSTaggedValue> self = GetThis(argv); in Get() local 223 JSHandle<JSTaggedValue> self = GetThis(argv); in GetIndexOf() local 244 JSHandle<JSTaggedValue> self = GetThis(argv); in GetLastIndexOf() local 265 JSHandle<JSTaggedValue> self = GetThis(argv); in Set() local [all …]
|
| D | containers_deque.cpp | 59 JSHandle<JSTaggedValue> self = GetThis(argv); in InsertFront() local 84 JSHandle<JSTaggedValue> self = GetThis(argv); in InsertEnd() local 108 JSHandle<JSTaggedValue> self = GetThis(argv); in GetFirst() local 131 JSHandle<JSTaggedValue> self = GetThis(argv); in GetLast() local 154 JSHandle<JSTaggedValue> self = GetThis(argv); in Has() local 179 JSHandle<JSTaggedValue> self = GetThis(argv); in PopFirst() local 202 JSHandle<JSTaggedValue> self = GetThis(argv); in PopLast() local 279 JSHandle<JSTaggedValue> self = GetThis(argv); in GetIteratorObj() local 301 JSHandle<JSTaggedValue> self = GetThis(argv); in GetSize() local
|
| D | containers_hashset.cpp | 62 JSHandle<JSTaggedValue> self = GetThis(argv); in Values() local 82 JSHandle<JSTaggedValue> self = GetThis(argv); in Entries() local 103 JSHandle<JSTaggedValue> self = GetThis(argv); in Add() local 128 JSHandle<JSTaggedValue> self = GetThis(argv); in Remove() local 151 JSHandle<JSTaggedValue> self = GetThis(argv); in Has() local 173 JSHandle<JSTaggedValue> self = GetThis(argv); in Clear() local 195 JSHandle<JSTaggedValue> self = GetThis(argv); in GetLength() local 217 JSHandle<JSTaggedValue> self = GetThis(argv); in IsEmpty() local
|
| D | containers_stack.cpp | 59 JSHandle<JSTaggedValue> self = GetThis(argv); in IsEmpty() local 82 JSHandle<JSTaggedValue> self = GetThis(argv); in Push() local 105 JSHandle<JSTaggedValue> self = GetThis(argv); in Peek() local 129 JSHandle<JSTaggedValue> self = GetThis(argv); in Locate() local 153 JSHandle<JSTaggedValue> self = GetThis(argv); in Pop() local 224 JSHandle<JSTaggedValue> self = GetThis(argv); in Iterator() local 244 JSHandle<JSTaggedValue> self = GetThis(argv); in GetLength() local
|
| /arkcompiler/runtime_core/scripts/ |
| D | memdump.py | 62 def __init__(self, stacktrace): argument 67 def alloc(self, size): argument 73 def free(self, size): argument 83 def __init__(self, space, strfilter): argument 87 def filter(self, space, stacktrace): argument
|
| D | memusage.py | 38 def __init__(self, name): argument 95 def __init__(self): argument 114 def get_mem_info(self, name, remote): argument 135 def gen_report(self, smaps, remote): argument
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_map.cpp | 73 JSHandle<JSTaggedValue> self = GetThis(argv); in Set() local 95 JSHandle<JSTaggedValue> self = GetThis(argv); in Clear() local 112 JSHandle<JSTaggedValue> self = GetThis(argv); in Delete() local 130 JSHandle<JSTaggedValue> self(GetThis(argv)); in Has() local 147 JSHandle<JSTaggedValue> self(GetThis(argv)); in Get() local 164 JSHandle<JSTaggedValue> self = GetThis(argv); in ForEach() local 223 JSHandle<JSTaggedValue> self(GetThis(argv)); in GetSize() local 239 JSHandle<JSTaggedValue> self = GetThis(argv); in Entries() local 249 JSHandle<JSTaggedValue> self = GetThis(argv); in Keys() local 259 JSHandle<JSTaggedValue> self = GetThis(argv); in Values() local
|
| D | builtins_set.cpp | 111 JSHandle<JSTaggedValue> self = GetThis(argv); in Add() local 132 JSHandle<JSTaggedValue> self = GetThis(argv); in Clear() local 150 JSHandle<JSTaggedValue> self = GetThis(argv); in Delete() local 169 JSHandle<JSTaggedValue> self = GetThis(argv); in Has() local 186 JSHandle<JSTaggedValue> self = GetThis(argv); in ForEach() local 246 JSHandle<JSTaggedValue> self(GetThis(argv)); in GetSize() local 263 JSHandle<JSTaggedValue> self = GetThis(argv); in Entries() local 274 JSHandle<JSTaggedValue> self = GetThis(argv); in Values() local
|
| /arkcompiler/runtime_core/compiler/optimizer/analysis/ |
| D | object_type_propagation.cpp | 29 auto self = static_cast<ObjectTypePropagation *>(v); in VisitNewObject() local 39 auto self = static_cast<ObjectTypePropagation *>(v); in VisitNewArray() local 49 auto self = static_cast<ObjectTypePropagation *>(v); in VisitLoadString() local
|