Home
last modified time | relevance | path

Searched full:beginning (Results 1 – 25 of 150) sorted by relevance

123456

/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dbitmap.h129 * @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.
Dgc_settings.h51 /// @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/
Descape_analysis.md26beginning 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/
Djeqz.obj.yaml24 …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…
Djnez.obj.yaml24 …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…
Djeq.obj.yaml24 …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…
Djne.obj.yaml24 …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…
Djgtz.yaml21 from the beginning of the current instruction
248 Branch target should point to a beginning
Djeqz.yaml21 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/
Djeqz.obj.yaml20 …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…
Djnez.obj.yaml20 …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…
Dthrow.yaml519 …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…
Djgtz.yaml21 from the beginning of the current instruction
247 Branch target should point to a beginning
Djeqz.yaml21 from the beginning of the current instruction
237 Branch target should point to a beginning
Djltz.yaml21 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/
DString.sts177 * 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/
Dtest_utilities.h22 // 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/
DBlockingQueue.sts75 // 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/
Dpme_function.h45 // key is label at beginning of lowered while code sequence
/arkcompiler/ets_runtime/test/perform/string/
Dexpect_output.txt33 string replace into string.replace searchtag in the beginning of the input parameter : 46
/arkcompiler/runtime_core/static_core/cmake/
DSanitizers.cmake44 # 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/
DREADME.md7 beginning of the line.
/arkcompiler/runtime_core/cmake/
DSanitizers.cmake45 # 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/
Dfiber_context.h66 …* to the beginning of func. Upon completion, func should use SwitchContext() to transfer control f…
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/escompat/
DDate.sts679 * 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