| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_warnings_tests/remove_lambda_tests/ |
| D | remove_lambda_2-expected.txt | 1 ETS Warning: Replace the lambda function with a regular function. [remove_lambda_2.sts:18:11] 2 ETS Warning: Replace the lambda function with a regular function. [remove_lambda_2.sts:20:11] 3 ETS Warning: Replace the lambda function with a regular function. [remove_lambda_2.sts:22:11]
|
| D | remove_lambda_1-expected.txt | 1 ETS Warning: Replace the lambda function with a regular function. [remove_lambda_1.sts:18:11]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/12.trailing_lambda/ |
| D | trlambda_static_met.params.yaml | 16 # regular lambda cases as baseline for trailing lambda 26 // regular lambda 41 // regular lambda 85 # regular lambda cases with extra block afterwards 95 // regular lambda 112 // regular lambda 128 # regular lambda cases with extra block afterwards separated by a semicolon
|
| D | trlambda_met.params.yaml | 16 # regular lambda cases as baseline for trailing lambda 26 // regular lambda 41 // regular lambda 85 # regular lambda cases with extra block afterwards 95 // regular lambda 112 // regular lambda 128 # regular lambda cases with extra block afterwards separated by a semicolon
|
| D | trlambda_func.params.yaml | 16 # regular lambda cases as baseline for trailing lambda 24 // regular lambda 38 // regular lambda 78 # regular lambda cases with extra block afterwards 86 // regular lambda 100 // regular lambda 116 # regular lambda cases with extra block afterwards separated by a semicolon
|
| /arkcompiler/runtime_core/disassembler/tests/expected/ |
| D | module-regular-import.pa | 1 # source binary: module-regular-import.abc 28 .record module-regular-import { 48 .function any module-regular-import.func_main_0(any a0, any a1, any a2) <static> {
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/gc/ |
| D | run_gc_every_safepoint.sts | 20 …assert GC.getObjectAddress(obj_array[i]) > 0: "getObjectAddress for regular object must return val… 23 …assert GC.getObjectAddress(obj_array[i]) > 0: "getObjectAddress for regular object must return val… 30 … assert GC.getObjectAddress(obj) > 0: "getObjectAddress for regular object must return value > 0";
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/ |
| D | reg_alloc_graph_coloring.cpp | 45 ig->Reserve(ranges->regular.size() + ranges->physical.size()); in BuildIG() 52 for (auto currentInterval : ranges->regular) { in BuildIG() 334 AddRange(sibling, &stackRanges->regular); in SparseIG() 336 AddRange(sibling, &ranges->regular); in SparseIG() 345 …ranges->regular.erase(std::remove(ranges->regular.begin(), ranges->regular.end(), interval), range… in SpillInterval() 346 AddRange(interval, &stackRanges->regular); in SpillInterval() 391 …LOG(INFO, REGALLOC) << "Ranges reg " << generalRanges.regular.size() << " fp " << fpRanges.regular… in Allocate() 397 if (!generalRanges.regular.empty()) { in Allocate() 406 if (!fpRanges.regular.empty()) { in Allocate() 416 if (!stackRanges.regular.empty()) { in Allocate() [all …]
|
| D | working_ranges.h | 26 …explicit WorkingRanges(ArenaAllocator *allocator) : regular(allocator->Adapter()), physical(alloca… in WorkingRanges() 28 InstructionsRanges regular; // NOLINT(misc-non-private-member-variables-in-classes) member
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | mem.h | 75 // Regular objects will be allocated on regular regions and migrated on spaces. 76 // They will never be moved to huge object space. So we take half of a regular 77 // region as the border of regular objects.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/escompat/ |
| D | RegExp.sts | 19 * Regular expression result descriptor 138 * Regular expression 166 * Has the value true if the regular expression should be tested against 182 * Has the value true if the result of a regular expression match should contain 226 * Returns a string containing the source text of this regular expression 233 * Returns the string against which a regular expression is matched 240 * Returns the string against which a regular expression is matched 379 * Compiles a regular expression 384 …* Recompiles a regular expression with new source and flags after the RegExp object has already be… 386 * @param pattern the text of the regular expression [all …]
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| D | mem_stats.h | 68 /// Number of allocated large and regular (size <= FREELIST_MAX_ALLOC_SIZE) objects for all time 71 /// Number of freed large and regular (size <= FREELIST_MAX_ALLOC_SIZE) objects for all time 83 /// Number of alive large and regular (size <= FREELIST_MAX_ALLOC_SIZE) objects now
|
| /arkcompiler/runtime_core/libpandabase/ |
| D | README.md | 77 - regular arguments 81 Regular arguments are typical non-positional arguments like ```--arg=1``` 86 e.g: `--compiler-dump:folder=ir_dump,compact`. Sub-arguments follow the same rules as the regular a… 89 To access compound arguments from `C++`, regular convention should be used, for accessing sub-argum… 112 - `std::string GetRegularArgs()` - returns string with all regular arguments and their values 161 …t may not be a tail argument. Positional values verified the same way as regular values, differenc…
|
| /arkcompiler/runtime_core/static_core/libpandabase/ |
| D | README.md | 77 - regular arguments 81 Regular arguments are typical non-positional arguments like ```--arg=1``` 86 e.g: `--compiler-dump:folder=ir_dump,compact`. Sub-arguments follow the same rules as the regular a… 89 To access compound arguments from `C++`, regular convention should be used, for accessing sub-argum… 112 - `std::string GetRegularArgs()` - returns string with all regular arguments and their values 161 …t may not be a tail argument. Positional values verified the same way as regular values, differenc…
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | aot_resolve_string.md | 11 During AOT compilation `LoadString` instruction could be either encoded as regular `ResolveString` … 16 …resolution attempt requires runtime call, so usage of regular `ResolveString` call reduces the ove… 32 `RuntimeStringAot` runtime call resolves the string as a regular `RuntimeString` call, but also doe…
|
| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | aot_resolve_string.md | 11 During AOT compilation `LoadString` instruction could be either encoded as regular `ResolveString` … 16 …resolution attempt requires runtime call, so usage of regular `ResolveString` call reduces the ove… 32 `RuntimeStringAot` runtime call resolves the string as a regular `RuntimeString` call, but also doe…
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
| D | reg_alloc_graph_coloring.cpp | 25 ig->Reserve(ranges->regular.size() + ranges->physical.size()); in BuildIG() 35 for (auto current_interval : ranges->regular) { in BuildIG() 285 COMPILER_LOG(INFO, REGALLOC) << "Ranges reg " << general_ranges.regular.size() << " fp " in Allocate() 286 << fp_ranges.regular.size(); in Allocate() 293 if (!general_ranges.regular.empty()) { in Allocate() 305 if (!fp_ranges.regular.empty()) { in Allocate() 364 AddRange(interval, &ranges->regular); in InitWorkingRanges() 387 for (auto interval : ranges->regular) { in Presplit() 391 for (auto next : ranges->regular) { in Presplit() 416 AddRange(split, &ranges->regular); in Presplit()
|
| D | reg_alloc_graph_coloring.h | 33 : regular(allocator->Adapter()), physical(allocator->Adapter()) in WorkingRanges() 37 InstructionsRanges regular; // NOLINT(misc-non-private-member-variables-in-classes) member
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test-ts-regular-expression-patterns-4-expected.txt | 1 SyntaxError: Unterminated RegExp [test-ts-regular-expression-patterns-4.ts:16:20]
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | on-stack-replacement.md | 47 Both, OSR and regular compilation use the same hotness counter. First time, when counter is overflo… 48 whether method is already compiled or not. If not, we start compilation in regular mode. Otherwise,… 71 Codegen creates special OsrStackMap for each SaveStateOsr instruction. Difference from regular stac… 80 New opcode(OsrSaveState) has the same properties as regular SaveState, except that codegen handles …
|
| /arkcompiler/runtime_core/docs/ |
| D | on-stack-replacement.md | 47 Both, OSR and regular compilation use the same hotness counter. First time, when counter is overflo… 48 whether method is already compiled or not. If not, we start compilation in regular mode. Otherwise,… 71 Codegen creates special OsrStackMap for each SaveStateOsr instruction. Difference from regular stac… 80 New opcode(OsrSaveState) has the same properties as regular SaveState, except that codegen handles …
|
| /arkcompiler/ets_frontend/ets2panda/linter/docs/rules/ |
| D | recipe121.md | 9 Use regular ``import`` instead.
|
| D | recipe83.md | 7 ArkTS does not support mapped types. Use other language idioms and regular
|
| /arkcompiler/runtime_core/disassembler/tests/ |
| D | testcase_list.txt | 9 module/module-regular-import.js 1
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/coroutines/ |
| D | affinity.sts | 77 L.logError("regular coroutine's worker ID is the same as MAIN worker ID"); 94 * while regular coroutines will execute on non-MAIN workers.
|