Searched full:beginning (Results 1 – 25 of 63) sorted by relevance
123
| /arkcompiler/runtime_core/runtime/mem/gc/ |
| D | bitmap.h | 129 * @param begin - beginning index of the range, inclusive. 208 * @param begin - beginning index of the range, inclusive. 223 * @param begin - beginning index of the range, inclusive. 230 * @param begin - beginning index of the range, inclusive. 242 * @param begin - beginning index of the range, inclusive. 254 * @param begin - beginning BitmapWord index of the range, inclusive. 269 * @param begin - beginning BitmapWord index of the range, inclusive. 329 * @param begin_within_word - beginning index within word, in range [0, BITSPERWORD). 355 * @param begin - beginning global bit index.
|
| D | gc_settings.h | 56 * \brief dump heap at the beginning and the end of GC 168 …bool is_dump_heap_ = false; /// dump heap at the beginning and the end o…
|
| /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
|
| D | jltz.yaml | 21 from the beginning of the current instruction 250 Branch target should point to a beginning
|
| D | jlez.yaml | 21 from the beginning of the current instruction 313 Branch target should point to a beginning
|
| D | jgez.yaml | 21 from the beginning of the current instruction 308 Branch target should point to a beginning
|
| D | throw.yaml | 1069 …description: "Check that the verifier prohibits a fallthrough to the beginning of open-ended excep… 1122 …description: "Check that the verifier prohibits a fallthrough to the beginning of close-ended exce… 1179 …"Check that the verifier prohibits an open-ended exception handler at the beginning of a function." 1209 …Check that the verifier prohibits an close-ended exception handler at the beginning of a function." 1240 …Check that the verifier prohibits a fallthrough from one handler to the beginning of another excep… 1295 …Check that the verifier prohibits a fallthrough from one handler to the beginning of another excep…
|
| D | jmp.yaml | 20 …Unconditionally transfer execution to an instruction at offset bytes from the beginning of the cur…
|
| D | jne.yaml | 19 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction… 905 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction… 955 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction…
|
| D | jlt.yaml | 19 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction… 905 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction… 955 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction…
|
| D | jgt.yaml | 19 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction… 905 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction… 955 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction…
|
| D | jeq.yaml | 19 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction… 909 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction… 959 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction…
|
| D | jle.yaml | 19 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction… 905 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction… 955 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction…
|
| D | jge.yaml | 19 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction… 905 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction… 955 …Transfer execution to an instruction at offset bytes from the beginning of the current instruction…
|
| /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/tests/checked/ |
| D | README.md | 7 beginning of the line.
|
| /arkcompiler/runtime_core/docs/ |
| D | file_format.md | 52 Unless otherwise specified, all offsets are calculated from the beginning of the file. 469 All shorty elements are divided into groups of 4 elements starting from the beginning. 807 The structure is organized as an array of offsets from the beginning of the file to the 822 The structure is organized as an array of offsets from the beginning of the file to the [Line Numbe… 849 The structure is organized as an array of offsets from the beginning og the file to the [Method](#m… 863 The structure is organized as an array of offsets from the beginning og the file to the [Field](#fi… 877 The structure is organized as an array of offsets from the beginning og the file to the [Proto](#pr… 891 The structure is organized as an array of offsets from the beginning of the file to the [LiteralArr… 942 …which corresponds to line number in source code. All lines are numbered beginning at 1 so the regi…
|
| /arkcompiler/runtime_core/verification/cflow/ |
| D | cflow_check.cpp | 72 * - fallthrough on beginning of exception handler is prohibited
|
| /arkcompiler/runtime_core/docs/bc_verification/ |
| D | cflow_checks.md | 145 fallthrough on beginning of exception handler are allowed.
|
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| D | optimize_bytecode.cpp | 188 // handle the instructions that are at the beginning of code but do not have column number in ColumnNumberPropagate() 219 // handle the instructions that are at the beginning of code but do not have line number in LineNumberPropagate()
|
123