Searched full:beginning (Results 1 – 25 of 153) sorted by relevance
1234567
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
| D | bitmap.h | 138 * @param begin - beginning index of the range, inclusive. 202 * @param begin - beginning index of the range, inclusive. 217 * @param begin - beginning index of the range, inclusive. 224 * @param begin - beginning index of the range, inclusive. 236 * @param begin - beginning index of the range, inclusive. 248 * @param begin - beginning BitmapWord index of the range, inclusive. 263 * @param begin - beginning BitmapWord index of the range, inclusive. 348 * @param begin_within_word - beginning index within word, in range [0, BITSPERWORD). 371 * @param begin - beginning global bit index.
|
| D | gc_settings.h | 51 /// @brief dump heap at the beginning and the end of GC 220 /// Dump heap at the beginning and the end of GC
|
| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | escape_analysis.md | 26 …beginning of the block its state is evaluated using states of predecessing blocks. If there is onl… 127 …es object states only for the objects that are known to be alive at the beginning of the target bl…
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | jnez.obj.yaml | 24 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction… 389 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction… 409 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction… 430 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction… 495 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction… 562 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction…
|
| D | jeqz.obj.yaml | 24 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction… 389 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction… 408 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction… 428 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction… 495 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction… 564 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction…
|
| D | jeq.obj.yaml | 24 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction… 875 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction… 949 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction… 1024 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction… 1138 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction… 1254 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction…
|
| D | jne.obj.yaml | 24 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction… 877 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction… 952 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction… 1028 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction… 1143 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction… 1260 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction…
|
| D | jgtz.yaml | 21 from the beginning of the current instruction 248 Branch target should point to a beginning
|
| D | jeqz.yaml | 21 from the beginning of the current instruction 238 Branch target should point to a beginning
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/ |
| D | jnez.obj.yaml | 20 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction… 295 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction… 314 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction… 378 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction…
|
| D | jeqz.obj.yaml | 20 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction… 295 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction… 313 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction… 379 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction…
|
| D | throw.yaml | 519 …description: "Check that the verifier prohibits a fallthrough to the beginning of open-ended excep… 570 …description: "Check that the verifier prohibits a fallthrough to the beginning of close-ended exce… 624 …"Check that the verifier prohibits an open-ended exception handler at the beginning of a function." 651 …Check that the verifier prohibits an close-ended exception handler at the beginning of a function." 679 …Check that the verifier prohibits a fallthrough from one handler to the beginning of another excep… 732 …Check that the verifier prohibits a fallthrough from one handler to the beginning of another excep…
|
| D | jeqz.yaml | 21 from the beginning of the current instruction 237 Branch target should point to a beginning
|
| D | jgtz.yaml | 21 from the beginning of the current instruction 247 Branch target should point to a beginning
|
| D | jltz.yaml | 21 from the beginning of the current instruction 249 Branch target should point to a beginning
|
| /arkcompiler/runtime_core/static_core/libpandabase/ |
| D | test_utilities.h | 22 // because in this mode after process clone() test is tried to be started from the very beginning
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/ |
| D | String.sts | 177 * index is the beginning of a surrogate pair, the int 195 * index is the beginning of a surrogate pair, the int 213 * index is the beginning of a surrogate pair, the int 430 * @returns index of the character from the beginning of this string, or -1 if not found 441 * @returns index of the character from the beginning of this string, or -1 if not found 452 * @returns index of the str from the beginning of this string, or -1 if not found 468 * @returns index of the str from the beginning of this string, or -1 if not found 477 * @returns index of the character from the beginning of this string, or -1 if not found 490 * @returns index of the character from the beginning of this string, or -1 if not found 513 * @returns index of the str from the beginning of this string, or -1 if not found [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/containers/ |
| D | BlockingQueue.sts | 56 // If there is a lot of free space at the beginning of an array in a BlockingQueue, 57 // it is better to copy elements to the beginning - it saves space for new objects.
|
| /arkcompiler/ets_runtime/test/perform/string/ |
| D | expect_output.txt | 33 string replace into string.replace searchtag in the beginning of the input parameter : 46
|
| /arkcompiler/runtime_core/static_core/cmake/ |
| D | Sanitizers.cmake | 44 # As of beginning of May 2020 we have checked: gcc 7.5.0, gcc 8.4.0, gcc 9.3.0 and 10.0-rc versions…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/tutorial/ |
| D | intro.rst | 59 practices of |LANG|. After reading this tutorial from the beginning to the end,
|
| /arkcompiler/runtime_core/tests/checked/ |
| D | README.md | 7 beginning of the line.
|
| /arkcompiler/runtime_core/cmake/ |
| D | Sanitizers.cmake | 45 # As of beginning of May 2020 we have checked: gcc 7.5.0, gcc 8.4.0, gcc 9.3.0 and 10.0-rc versions…
|
| /arkcompiler/runtime_core/panda_guard/util/ |
| D | string_util.h | 84 … * The slash/in JavaScript is the delimiter for regular expressions, indicating the beginning and
|
| /arkcompiler/runtime_core/static_core/runtime/fibers/ |
| D | fiber_context.h | 66 …* to the beginning of func. Upon completion, func should use SwitchContext() to transfer control f…
|
1234567