Home
last modified time | relevance | path

Searched full:way (Results 1 – 25 of 161) sorted by relevance

1234567

/arkcompiler/ets_runtime/test/moduletest/getiterator/
Dexpect_output.txt25 Testing methods affected by map Symbol.iterator (inherited way):
30 Testing methods affected by custom Set Symbol.iterator (inherited way):
35 Testing methods affected by custom Array Symbol.iterator (inherited way):
Dgetiterator.js142 print("Testing methods affected by map Symbol.iterator (inherited way):");
177 print("Testing methods affected by custom Set Symbol.iterator (inherited way):");
211 print("Testing methods affected by custom Array Symbol.iterator (inherited way):");
/arkcompiler/runtime_core/libpandafile/
Dmethod_data_accessor.h32 // quick way to get name id
35 // quick way to get method name
38 // quick way to get proto id
41 // quick way to get class id
Dindex_accessor.h40 // quick way to resolve offset by 16-bit id in method's instructions
/arkcompiler/runtime_core/static_core/libpandafile/
Dmethod_data_accessor.h40 // quick way to get name id
43 // quick way to get method name
50 // quick way to get proto id
53 // quick way to get class id
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/spec/16.Support_for_GUI_Programming/annotations/
Dannotation_@LocalStorageLink.sts32 // @StorageLink variable decorator creates two-way link with property "PropA" in AppStorage
36 … // @LocalStorageLink variable decorator creates two-way link with property "PropA" in LocalStorage
Dannotation_@StorageLink_2.sts30 // @StorageLink variable decorator creates two-way link with property "PropA" in AppStorage
Dannotation_@StorageLink.sts30 // @StorageLink variable decorator creates two-way link with property "PropA" in AppStorage
/arkcompiler/runtime_core/static_core/compiler/docs/
Dreg_alloc_graph_coloring_doc.md18 …or coloring lets the standard greedy algorithm to color a graph by optimal way (max number of regi…
32 …ys color consequently nodes of the same clique, or start another one. This way we don’t have situa…
38 - Biasing, is a way when in front of coloring nodes are “hinted” with preferred colors. And on stag…
61 …-site. The same thing should be done for return value, meantime there’s no way to get architected …
Dbalance_expressions_doc.md21 …s from the basic block, allocate them to expression's terms in an [optimal way](#operators-allocat…
33 `Allocation in an optimal way` is an algorithm that creates expression and guarantees that it would…
/arkcompiler/runtime_core/compiler/docs/
Dreg_alloc_graph_coloring_doc.md18 …or coloring lets the standard greedy algorithm to color a graph by optimal way (max number of regi…
32 …ys color consequently nodes of the same clique, or start another one. This way we don’t have situa…
38 - Biasing, is a way when in front of coloring nodes are “hinted” with preferred colors. And on stag…
61 …-site. The same thing should be done for return value, meantime there’s no way to get architected …
/arkcompiler/runtime_core/docs/changelogs/
D2024-05-26-file_format-changelog.md11 …unction name in the source code and the function name in the bytecode. The way of distinguishing t…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/spec/15.Semantic_Rules/Compatibility_Features/Extended_Conditional_Expressions/string/expr/
Dstring-expression-assert.sts26 console.println("Way ...");
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/01.partial_utility_type/
Dpartial_inherit.sts17 desc: There is no way to inherit interface and/or class partially multiple times
Dpartial_inherit2.sts17 desc: There is no way to inherit interface and/or class partially
/arkcompiler/runtime_core/static_core/plugins/ets/doc/system_arkts/
Dfeatures.rst152 |LANG| Async Way
165 |LANG| Coroutines Way
175 let promise = launch foo(); // Changed to coroutine way - begin
176 let i = await promise; // Changed to coroutine way - end
/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/
D12_errors.rst56 *normal* and expected way for an operation to complete. A program
143 exceptions and errors. Throwing exceptions provide a structured way to
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/
Daccess_by_super_of_generic.sts18 …The field access expression super.f is handled in the same way as the expression this.f in the bod…
/arkcompiler/runtime_core/static_core/plugins/ets/doc/annotations/
Ddecorators.rst30 tool to transform the code in specific way, or to produce some useful output.
/arkcompiler/runtime_core/static_core/plugins/ets/doc/interop_js/
D8_arkts_std_library.rst24 …es to get ``ESObject`` as parameter. That's why it should be repacked to a special mimic-proxy way.
75 - Probably can be prepared way to explicit conversion to ESObject for such cases. Need clarify.
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dmonitor_analysis.h28 …* The analysis returns false if there is way with MonitorEntry and without MonitorExit or Vice ver…
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler_queue_counter_priority.h142 // The only way to update counter in UpdateCounterAndCheck()
161 // The only way is a name in operator()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
Dx64_abi.h49 * or pushed on the stack. The way how values are passed is described in the
/arkcompiler/runtime_core/static_core/docs/
Don-stack-replacement.md59 JIT compiles the whole OSR-method the same way it compiles a hot method.
65 There are no restrictions for inlining: methods can be inlined in a general way and all loop-optimi…
/arkcompiler/runtime_core/docs/
Don-stack-replacement.md59 JIT compiles the whole OSR-method the same way it compiles a hot method.
65 There are no restrictions for inlining: methods can be inlined in a general way and all loop-optimi…

1234567