| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_warnings_tests/remove_lambda_tests/ |
| D | remove_lambda_2-expected.txt | 1 Warning: Replace the lambda function with a regular function. [remove_lambda_2.ets:18:11] 2 Warning: Replace the lambda function with a regular function. [remove_lambda_2.ets:20:11] 3 Warning: Replace the lambda function with a regular function. [remove_lambda_2.ets:22:11]
|
| D | remove_lambda_1-expected.txt | 1 Warning: Replace the lambda function with a regular function. [remove_lambda_1.ets:18:11]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/13.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-templates/10.interfaces/07.interface_inheritance/multiple_interface/child_specifies_parent_use_case/ |
| D | child_specifies_parent_use_case_15.ets | 17 …calls parent implementations when one parent has a default method and another has a regular method. 36 return "Hello from Parent2 (regular)"; 52 …sertEQ(child.greet(), "Child says: Hello from Parent1 (default) and Hello from Parent2 (regular)");
|
| D | child_specifies_parent_use_case_14.ets | 17 …efault method implementation when one parent has a default method and another has a regular method. 36 return "Hello from Parent2 (regular)";
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/gc/ |
| D | run_gc_every_safepoint.ets | 20 …assertLT(0, GC.getObjectAddress(obj_array[i]), "getObjectAddress for regular object must return va… 23 …assertLT(0, GC.getObjectAddress(obj_array[i]), "getObjectAddress for regular object must return va… 29 …assertLT(0, GC.getObjectAddress(obj), "getObjectAddress for regular object must return value > 0");
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/ |
| D | reg_alloc_graph_coloring.cpp | 49 ig->Reserve(ranges->regular.size() + ranges->physical.size()); in BuildIG() 56 for (auto currentInterval : ranges->regular) { in BuildIG() 351 AddRange(sibling, &stackRanges->regular); in SparseIG() 353 AddRange(sibling, &ranges->regular); in SparseIG() 362 …ranges->regular.erase(std::remove(ranges->regular.begin(), ranges->regular.end(), interval), range… in SpillInterval() 363 AddRange(interval, &stackRanges->regular); in SpillInterval() 408 …LOG(INFO, REGALLOC) << "Ranges reg " << generalRanges.regular.size() << " fp " << fpRanges.regular… in Allocate() 414 if (!generalRanges.regular.empty()) { in Allocate() 423 if (!fpRanges.regular.empty()) { in Allocate() 433 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/runtime_core/libabckit/tests/ut/metadata_core/inspect_api/modules/modules/ |
| D | module2.js | 16 print('regular import func1 from module2'); 20 print('regular default import func2 from module2');
|
| /arkcompiler/runtime_core/libabckit/tests/ut/extensions/js/inspect_api/modules/modules/ |
| D | JSmodule2.js | 16 print('regular import func1 from module2'); 20 print('regular default import func2 from module2');
|
| /arkcompiler/runtime_core/libabckit/tests/ut/extensions/arkts/inspect_api/modules/modules/ |
| D | module2.js | 16 print('regular import func1 from module2'); 20 print('regular default import func2 from module2');
|
| /arkcompiler/runtime_core/libabckit/tests/ut/extensions/arkts/modify_api/modules/modules/ |
| D | module2.js | 16 print('regular import func1 from module2'); 20 print('regular default import func2 from module2');
|
| /arkcompiler/runtime_core/libabckit/tests/ut/isa/isa_dynamic/modules/modules/ |
| D | module2.js | 16 print('regular import func1 from module2'); 20 print('regular default import func2 from module2');
|
| /arkcompiler/runtime_core/libabckit/tests/ut/extensions/js/modify_api/modules/modules/ |
| D | JSmodule2.js | 16 print('regular import func1 from module2'); 20 print('regular default import func2 from module2');
|
| /arkcompiler/runtime_core/libabckit/tests/ut/isa/isa_dynamic/modules/ |
| D | isa_dynamic_modules.cpp | 364 …"regular import func1 from module1\nregular import func1 from module2\nregular default import func… in TEST_F() 384 …"regular import func1 from module1\nregular import func1 from module2\nregular default import func… in TEST_F() 396 …"regular import func1 from module1\nregular import func1 from module2\nregular default import func… in TEST_F() 416 …"regular import func1 from module1\nregular import func1 from module2\nregular default import func… in TEST_F() 428 …"regular import func1 from module1\nregular import func1 from module2\nregular default import func… in TEST_F() 446 …"regular import func1 from module1\nregular import func1 from module2\nregular default import func… in TEST_F() 458 …"regular import func1 from module1\nregular import func1 from module2\nregular default import func… in TEST_F() 477 …"regular import func1 from module1\nregular import func1 from module2\nregular default import func… in TEST_F() 489 …"regular import func1 from module1\nregular import func1 from module2\nregular default import func… in TEST_F() 508 …"regular import func1 from module1\nregular import func1 from module2\nregular default import func… in TEST_F() [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/ets_runtime/ecmascript/mem/ |
| D | mem.h | 81 // Regular objects will be allocated on regular regions and migrated on spaces. 82 // They will never be moved to huge object space. So we take half of a regular 83 // region as the border of regular objects.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/escompat/ |
| D | RegExp.ets | 21 * Regular expression result descriptor 263 * Regular expression 299 * Has the value true if the regular expression should be tested against 315 * Has the value true if the result of a regular expression match should contain 359 * Returns a string containing the source text of this regular expression 366 * Returns the string against which a regular expression is matched 373 * Returns the string against which a regular expression is matched 506 * Compiles a regular expression 511 * Parse a regular expression 516 …* Recompiles a regular expression with new source and flags after the RegExp object has already be… [all …]
|
| /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/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…
|