Home
last modified time | relevance | path

Searched full:regular (Results 1 – 25 of 198) sorted by relevance

12345678

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_warnings_tests/remove_lambda_tests/
Dremove_lambda_2-expected.txt1 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]
Dremove_lambda_1-expected.txt1 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/
Dtrlambda_static_met.params.yaml16 # 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
Dtrlambda_met.params.yaml16 # 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
Dtrlambda_func.params.yaml16 # 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/
Dmodule-regular-import.pa1 # 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/
Drun_gc_every_safepoint.sts20 …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…
29 … assert GC.getObjectAddress(obj) > 0: "getObjectAddress for regular object must return value > 0";
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_graph_coloring.cpp49 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 …]
Dworking_ranges.h26 …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/
Dmodule2.js16 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/
DJSmodule2.js16 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/
Dmodule2.js16 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/
Dmodule2.js16 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/
DJSmodule2.js16 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/
Dmodule2.js16 print('regular import func1 from module2');
20 print('regular default import func2 from module2');
/arkcompiler/runtime_core/libabckit/tests/ut/isa/isa_dynamic/modules/
Disa_dynamic_modules.cpp364 …"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/plugins/ets/stdlib/escompat/
DRegExp.sts19 * 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/ets_runtime/ecmascript/mem/
Dmem.h79 // Regular objects will be allocated on regular regions and migrated on spaces.
80 // They will never be moved to huge object space. So we take half of a regular
81 // region as the border of regular objects.
/arkcompiler/runtime_core/static_core/runtime/mem/
Dmem_stats.h68 /// 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/static_core/libpandabase/
DREADME.md77 - 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/libpandabase/
DREADME.md77 - 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/compiler/docs/
Daot_resolve_string.md11 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/docs/
Daot_resolve_string.md11 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/
Dreg_alloc_graph_coloring.cpp24 ig->Reserve(ranges->regular.size() + ranges->physical.size()); in BuildIG()
34 for (auto current_interval : ranges->regular) { in BuildIG()
284 COMPILER_LOG(INFO, REGALLOC) << "Ranges reg " << general_ranges.regular.size() << " fp " in Allocate()
285 << fp_ranges.regular.size(); in Allocate()
292 if (!general_ranges.regular.empty()) { in Allocate()
304 if (!fp_ranges.regular.empty()) { in Allocate()
363 AddRange(interval, &ranges->regular); in InitWorkingRanges()
386 for (auto interval : ranges->regular) { in Presplit()
390 for (auto next : ranges->regular) { in Presplit()
415 AddRange(split, &ranges->regular); in Presplit()
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-ts-regular-expression-patterns-4-expected.txt1 SyntaxError: Unterminated RegExp [test-ts-regular-expression-patterns-4.ts:16:20]

12345678