Searched full:beginning (Results 1 – 25 of 150) sorted by relevance
123456
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
| D | bitmap.h | 129 * @param begin - beginning index of the range, inclusive. 193 * @param begin - beginning index of the range, inclusive. 208 * @param begin - beginning index of the range, inclusive. 215 * @param begin - beginning index of the range, inclusive. 227 * @param begin - beginning index of the range, inclusive. 239 * @param begin - beginning BitmapWord index of the range, inclusive. 254 * @param begin - beginning BitmapWord index of the range, inclusive. 339 * @param begin_within_word - beginning index within word, in range [0, BITSPERWORD). 362 * @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 | 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 | 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 | 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 | 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 | 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 | 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 | jgtz.yaml | 21 from the beginning of the current instruction 247 Branch target should point to a beginning
|
| D | jeqz.yaml | 21 from the beginning of the current instruction 237 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/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 484 * @returns index of the character from the beginning of this string, or -1 if not found 495 * @returns index of the character from the beginning of this string, or -1 if not found 506 * @returns index of the str from the beginning of this string, or -1 if not found 522 * @returns index of the str from the beginning of this string, or -1 if not found 531 * @returns index of the character from the beginning of this string, or -1 if not found 544 * @returns index of the character from the beginning of this string, or -1 if not found 567 * @returns index of the str from the beginning of this string, or -1 if not found [all …]
|
| /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/containers/ |
| D | BlockingQueue.sts | 75 // If there is a lot of free space at the beginning of an array in a BlockingQueue, 76 // it is better to copy elements to the beginning - it saves space for new objects.
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/ |
| D | pme_function.h | 45 // key is label at beginning of lowered while code sequence
|
| /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/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/static_core/runtime/fibers/ |
| D | fiber_context.h | 66 …* to the beginning of func. Upon completion, func should use SwitchContext() to transfer control f…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/escompat/ |
| D | Date.sts | 679 * which is defined as the midnight at the beginning of January 1, 1970, UTC. 684 * which is defined as the midnight at the beginning of January 1, 1970, UTC. 1131 * which is defined as the midnight at the beginning of January 1, 1970, UTC. 1138 * which is defined as the midnight at the beginning of January 1, 1970, UTC. 1146 * which is defined as the midnight at the beginning of January 1, 1970, UTC. 1151 * which is defined as the midnight at the beginning of January 1, 1970, UTC. 1159 * which is defined as the midnight at the beginning of January 1, 1970, UTC. 1176 * which is defined as the midnight at the beginning of January 1, 1970, UTC. 1491 * which is defined as the midnight at the beginning of January 1, 1970, UTC. 1503 * which is defined as the midnight at the beginning of January 1, 1970, UTC. [all …]
|
123456