Searched full:attempt (Results 1 – 25 of 55) 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/ |
| D | access_modifier_over.params.yaml | 171 - 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/compiler/docs/ |
| D | aot_resolve_string.md | 16 …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/compiler/docs/ |
| D | aot_resolve_string.md | 16 …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/libllvmbackend/object_code/ |
| D | created_object_file.cpp | 73 … 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()
|
| D | ark_aot_linker.cpp | 99 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/01.class_declaration/01.abstract_classes/ |
| D | abstract_instantiate.sts | 17 desc: A compile-time error occurs if an attempt is made to create an instance of an abstract class
|
| D | abstract_instantiate_1.sts | 17 desc: A compile-time error occurs if an attempt is made to create an instance of an abstract class
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/ |
| D | reference_to_inheritance_fields_with_same_name.sts | 18 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/ |
| D | update_master_and_branch.sh | 28 echo "attempt $i to execute the command \"$command\""
|
| D | install-third-party | 114 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/static_core/compiler/optimizer/optimizations/ |
| D | lse.h | 36 * 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/toolchain/build/prebuilts_download/ |
| D | prebuilts_download.py | 124 attempt = 0 127 while not success and attempt < retries: 129 attempt += 1
|
| /arkcompiler/ets_frontend/ets2panda/linter/docs/rules/ |
| D | recipe30.md | 85 // An attempt to assign b to d will result in a compile-time error:
|
| /arkcompiler/runtime_core/cmake/ |
| D | Sanitizers.cmake | 55 # Attempt to add link library "log" to target * which is not built in this directory.
|
| /arkcompiler/runtime_core/static_core/runtime/coroutines/ |
| D | threaded_coroutine_manager.h | 60 …* For ThreadedCoroutineManager implementation: no action performed if an attempt to switch corouti…
|
| D | stackful_coroutine_manager.h | 78 …* For StackfulCoroutineManager implementation: a fatal error is issued if an attempt to switch cor…
|
| D | stackful_coroutine_worker.h | 180 …* This checker is called on a coroutine switch attempt. Issues fatal error in case when coroutine …
|
| D | coroutine_manager.h | 182 …* If an attempt to switch the active coroutine is performed when coroutine switch is disabled, the…
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | rationale-for-bytecode.md | 26 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/ |
| D | rationale-for-bytecode.md | 26 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/ets_runtime/ecmascript/ |
| D | transitions_dictionary.h | 89 // Attempt to shrink the dictionary after deletion of key.
|
| /arkcompiler/runtime_core/static_core/verification/ |
| D | public.cpp | 198 LOG(INFO, VERIFIER) << "Attempt to verify " << method->GetFullName(true) in Verify()
|
| D | messages.yaml | 403 Attempt to call static method '${name}' as virtual. 409 Attempt to statically call abstract method '${name}'.
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| D | an_file_data_manager.cpp | 190 …// attempt is successful, it means that the current vm thread does not hold the lock,the reentranc… in SafeTryReadLock()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/gc/stress/ |
| D | test_gc_old.sts | 16 // This test loads gc in an attempt
|
123