Home
last modified time | relevance | path

Searched full:attempt (Results 1 – 25 of 63) sorted by relevance

123

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/
Daccess_modifier_over.params.yaml171 - doc: A compile-time error occurs if an attempt is made to override private member
180 - doc: A compile-time error occurs if an attempt is made to override private member
189 - doc: A compile-time error occurs if an attempt is made to override private member
198 - doc: A compile-time error occurs if an attempt is made to override private member
207 - doc: A compile-time error occurs if an attempt is made to override private member
/arkcompiler/runtime_core/static_core/compiler/docs/
Daot_resolve_string.md16 …resolution attempt requires runtime call, so usage of regular `ResolveString` call reduces the ove…
35 …then each resolution attempt will increment value inside the slot until it either get replaced wit…
/arkcompiler/runtime_core/compiler/docs/
Daot_resolve_string.md16 …resolution attempt requires runtime call, so usage of regular `ResolveString` call reduces the ove…
35 …then each resolution attempt will increment value inside the slot until it either get replaced wit…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/01.abstract_classes/
Dabstract_instantiate_1.sts17 desc: A compile-time error occurs if an attempt is made to create an instance of an abstract class
Dabstract_instantiate.sts17 desc: A compile-time error occurs if an attempt is made to create an instance of an abstract class
/arkcompiler/runtime_core/static_core/libllvmbackend/object_code/
Dcreated_object_file.cpp73 … ASSERT(sectionIndex_.find(name) != sectionIndex_.end() && "Attempt to access an unknown section"); in GetSection()
92 "Attempt to access unknown section '.rela.llvm_stackmaps'"); in GetStackMapInfo()
154 ASSERT(objectFile_ != nullptr && "Attempt to get size of empty CreatedObjectFile"); in Size()
Dark_aot_linker.cpp99 ASSERT(sections.find(name) != sections.end() && "Attempt to access an unknown linked section"); in GetLinkedSection()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/
Dreference_to_inheritance_fields_with_same_name.sts18 assert: However, any attempt within the body of the class to refer to any such field by its simple …
/arkcompiler/runtime_core/static_core/scripts/
Dupdate_master_and_branch.sh28 echo "attempt $i to execute the command \"$command\""
Dinstall-third-party114 echo "$MSG_PREFIX Cloning $lib_dir, attempt $i / $NUM_CLONE_ATTEMPTS"
132 echo "$MSG_PREFIX Cloning $lib_dir, attempt $i / $NUM_CLONE_ATTEMPTS"
/arkcompiler/runtime_core/libabckit/tests/stress/
Dstress_hermes_with_runtime.py51 …if test_result_one.result == -1: # First attempt JS Test failed with timeout. This bypass next te…
Dstress_test262_with_runtime.py126 …if test_result_one.result == -1: # First attempt JS Test failed with timeout. This bypass next te…
/arkcompiler/toolchain/build/prebuilts_download/
Dprebuilts_download.py124 attempt = 0
127 while not success and attempt < retries:
129 attempt += 1
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dlse.h36 * 1) delete stores that attempt to store the same values that already have
38 * 2) delete loads that attempt to load values that were previously loaded or
/arkcompiler/ets_frontend/ets2panda/linter/docs/rules/
Drecipe30.md85 // An attempt to assign b to d will result in a compile-time error:
/arkcompiler/runtime_core/cmake/
DSanitizers.cmake55 # Attempt to add link library "log" to target * which is not built in this directory.
/arkcompiler/runtime_core/static_core/docs/
Drationale-for-bytecode.md26 Here comes the bytecode. Simply said, it is an attempt to build an abstract CPU on top of real
112 some "stack-based'ness" into an otherwise register-based instruction set in attempt to make the
/arkcompiler/runtime_core/docs/
Drationale-for-bytecode.md26 Here comes the bytecode. Simply said, it is an attempt to build an abstract CPU on top of real
112 some "stack-based'ness" into an otherwise register-based instruction set in attempt to make the
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dthreaded_coroutine_manager.h60 …* For ThreadedCoroutineManager implementation: no action performed if an attempt to switch corouti…
Dstackful_coroutine_manager.h78 …* For StackfulCoroutineManager implementation: a fatal error is issued if an attempt to switch cor…
Dstackful_coroutine_worker.h180 …* This checker is called on a coroutine switch attempt. Issues fatal error in case when coroutine …
/arkcompiler/ets_runtime/ecmascript/
Dtransitions_dictionary.h89 // Attempt to shrink the dictionary after deletion of key.
/arkcompiler/ets_frontend/test262/
Dother_tests_part2.txt145 …guage/block-scope/syntax/redeclaration/async-function-name-redeclaration-attempt-with-async-functi…
146 …t/language/block-scope/syntax/redeclaration/async-function-name-redeclaration-attempt-with-class.js
147 …guage/block-scope/syntax/redeclaration/async-function-name-redeclaration-attempt-with-async-genera…
148 …anguage/block-scope/syntax/redeclaration/async-function-name-redeclaration-attempt-with-function.js
149 …t/language/block-scope/syntax/redeclaration/async-function-name-redeclaration-attempt-with-const.js
150 …nguage/block-scope/syntax/redeclaration/async-function-name-redeclaration-attempt-with-generator.js
151 …est/language/block-scope/syntax/redeclaration/async-function-name-redeclaration-attempt-with-var.js
152 …est/language/block-scope/syntax/redeclaration/async-function-name-redeclaration-attempt-with-let.js
153 …uage/block-scope/syntax/redeclaration/async-generator-name-redeclaration-attempt-with-async-functi…
154 …uage/block-scope/syntax/redeclaration/async-generator-name-redeclaration-attempt-with-async-genera…
[all …]
/arkcompiler/runtime_core/static_core/verification/
Dpublic.cpp198 LOG(INFO, VERIFIER) << "Attempt to verify " << method->GetFullName(true) in Verify()
Dmessages.yaml403 Attempt to call static method '${name}' as virtual.
409 Attempt to statically call abstract method '${name}'.

123