Home
last modified time | relevance | path

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

123456

/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…
30 … 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.cpp45 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 …]
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/ets_runtime/ecmascript/mem/
Dmem.h75 // 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/
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/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/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/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/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/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/optimizer/optimizations/regalloc/
Dreg_alloc_graph_coloring.cpp25 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()
Dreg_alloc_graph_coloring.h33 : 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/
Dtest-ts-regular-expression-patterns-4-expected.txt1 SyntaxError: Unterminated RegExp [test-ts-regular-expression-patterns-4.ts:16:20]
/arkcompiler/runtime_core/static_core/docs/
Don-stack-replacement.md47 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/
Don-stack-replacement.md47 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/
Drecipe121.md9 Use regular ``import`` instead.
Drecipe83.md7 ArkTS does not support mapped types. Use other language idioms and regular
/arkcompiler/runtime_core/disassembler/tests/
Dtestcase_list.txt9 module/module-regular-import.js 1
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/coroutines/
Daffinity.sts77 L.logError("regular coroutine's worker ID is the same as MAIN worker ID");
94 * while regular coroutines will execute on non-MAIN workers.

123456