| /arkcompiler/runtime_core/docs/ |
| D | doxygen.config | 9 # All text after a single hash (#) is considered a comment and will be ignored. 51 # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy 57 # into which the generated documentation will be written. If a relative path is 58 # entered, it will be relative to the location where doxygen was started. If 59 # left blank the current directory will be used. 63 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub- 65 # will distribute the generated files over these directories. Enabling this 73 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII 75 # characters will be escaped, for example _xE3_x81_x84 will be used for Unicode 82 # documentation generated by doxygen is written. Doxygen will use this [all …]
|
| D | irtoc.md | 69 After automatic phi insertion will be implemented: 117 Sometimes there will be need to specify target register for the input parameter or other entities w… 129 It will be transformed to the folloiwng code for Arm64 target: 134 PARAMETER(1, 1).ptr().DstReg(28); // for x86 will be `.DstReg(15)` 139 So, 28 register will be reserved for the life interval started by the second parameter.
|
| D | 2022-08-18-isa-changelog.md | 15 … "deprecated"-prefixed opcodes (for compatibility). These prefixed opcode will be deleted once we … 27 This will not introduce compatibility issue because the later 24-bit of `access_flags_` is unused i… 35 This will help runtime to build constant pool more efficiently.
|
| D | cfi_directives.md | 26 `Debugger` or `profiler` will use this information in unwinding: 41 … return to previous frame. So we directly specify other frame in which we will return + spot slots…
|
| /arkcompiler/runtime_core/tests/cts-generator/ |
| D | README.md | 21 -o, --output DIR Path to directory where tests will be generated (required) 34 This command will generate CTS tests using provided template file. Template is validated using sche… 78 This command will start all tests in `cts-generated` directory. Tests which have runner options `ig… 79 Tests that have `release` and `sanitizer-fail` will be excluded. 109 All test can be executed using `make cts-generated` command, test with `ignore` runner options will… 129 Tests with `release` tag will be included to test execution, with `sanitizer-fail` will be excluded. 143 Please note that `-a` options (`--run-all`) is defined, otherwise tests will be excluded, if they h…
|
| /arkcompiler/runtime_core/runtime/mem/gc/ |
| D | gc_adaptive_stack.h | 37 * It will try to pop objects from the source stack and push 39 * we will create a new task for worker. 55 * @param object object which will be added to the stack 62 * @param object object which will be added to the stack 68 * If the source stack is empty, we will swap it with destination stack 100 * If we set the limit for stack, we will create a new task for
|
| D | gc_settings.h | 119 …* \brief Max stack size for marking in main thread, if it exceeds we will send a new task to worke… 125 …* \brief Max stack size for marking in a gc worker, if it exceeds we will send a new task to worke… 181 …/// Max stack size for marking in main thread, if it exceeds we will send a new task to workers, 0… 183 …/// Max stack size for marking in a gc worker, if it exceeds we will send a new task to workers, 0…
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | reg_alloc_graph_coloring_doc.md | 20 …-site crossing will interfere with fixed-intervals (special intervals that are placeholders of con… 26 …arameters is marked for split if it has intersection with call-site. They will be split later, to … 28 Output graph will be interference-graph G = {Nodes, IEdges, AEdges} – graph with 2 types of edges: … 40 …two values by move-relation. That means that in worst-case scenario there will be additional move … 41 … nodes in affinity-component should be colored with the same color, which will remove all move-ins… 42 …will be later to prevent situation, when first bias’s colored node doesn’t have call-site intersec… 49 …ecked by neighbor bitset), this color is set for node. Else the new color will be allocated: bias … 51 …-array color is in “Undefined” state, this color is set in bias-array and will be used for other n…
|
| D | aot_resolve_string.md | 6 application have to perform `ResolveStringAot` runtime call that will return a pointer. That runtim… 7 returned string pointer into the slot and subsequent executions of the same code will bypass runtim… 26 There are two options controlling when and how many string will be saved into PLT-slots: 27 …-roots-limit` controls how many time the same string should be resolved before its pointer will be 35 …then each resolution attempt will increment value inside the slot until it either get replaced wit… 36 …or it reaches `PANDA_32BITS_HEAP_START_ADDRESS - 1` (after that invocations will not increment slo…
|
| D | object_type_check_elimination_doc.md | 39 isinstance A // will replaced by 1 42 isinstance A // will replaced by 0 46 checkcast A // will removed 47 checkcast C // will replaced by deoptimze
|
| D | interface_inline_cache.md | 6 `Interface Inline Cache` will stores the parsing result of the previous method address as the cache… 11 * There is a 90% - 95% chance that the same method will be used in real-world application test. 56 2. because `class address` is no move in ark, so we do not need to worry that the saved class will … 57 3. if class address is move, it is still save, but maybe the hit rate will be lower. 97 this optimization will be abandoned.This condition is quite rare. 104 1. `Interface Inline Cache` will reduce `RESOLVE_VIRTUAL_CALL_AOT` calls by more than 90% 105 2. benchmark test case: ImtConflicts100 -- runing time will accelerate by more than 300%
|
| /arkcompiler/runtime_core/libziparchive/ |
| D | zip_archive.h | 73 * CloseArchive will close the file opened. 87 * CloseArchiveFile will not close the fp. It is the caller's responsibility. 139 …* Get the current file offset opened with OpenCurrentFile. The offset will be stored into entry->o… 160 …* append takes value from APPEND_STATUS_CREATE(which will create the archive zipname for first tim… 161 * APPEND_STATUS_ADDINZIP(which will append filename into exsisted zip archive zipname). 162 …* level takes value from Z_BEST_COMPRESSION(which will deflate the pbuf with best compression effe… 163 * Z_NO_COMPRESSION(which will store the pbuf into zipname without compression).
|
| /arkcompiler/runtime_core/tests/checked/ |
| D | README.md | 23 * **RUN_PAOC** run paoc application on the compiled panda file. Output panda file will be passed to… 29 …ck of specified method, all following checks that require specific method will use method specifie… 39 * **ASM_METHOD** (name: string) select a specified method in disasm file, next "ASM*" checks will b… 40 …attern) select a specified instruction in disasm file, next "ASM*" checks will be applied only for… 42 If none of these checks were specified, then search will be applied in the whole disasm file.
|
| /arkcompiler/runtime_core/runtime/ |
| D | deoptimization.cpp | 31 …e Pointer to the first interpreter frame to that CFrame will be converted. It will be relea… 34 …t_frame Pointer to the last interpreter frame to that CFrame will be converted. It will be relea… 44 …e Pointer to the first interpreter frame to that CFrame will be converted. It will be relea… 47 …t_frame Pointer to the last interpreter frame to that CFrame will be converted. It will be relea… 142 // Else we can execute previus interpreter frames and we will FreeFrames in incorrect order in InvalidateCompiledEntryPoint() 177 // call and in this case frame kind will be `non-compiled`: in InvalidateCompiledEntryPoint()
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | ecma_string_table_test.cpp | 69 … it will be returned directly. If not, it will be added to the detention pool and then returned. 90 … it will be returned directly. If not, it will be added to the detention pool and then returned. 112 … it will be returned directly. If not, it will be added to the detention pool and then returned.
|
| /arkcompiler/toolchain/ |
| D | OAT.xml | 19 …in root dir, please define all the license files in this project in , OAT will check license files… 22 1. task: Define oat check thread, each task will start a new thread. 30 1. policy: All policyitems will be merged to default OAT.xml rules, the name of policy doesn't affe… 42 …means exclude the files. For example, "!.*/lib/.*" means files in lib dir will be exclude while pr… 43 … "may" policyitems in the same group means any one in this group passed, the result will be passed.
|
| /arkcompiler/runtime_core/ |
| D | OAT.xml | 17 …All configurations in this file will be merged to OAT-Default.xml, if you have any questions or co… 20 …in root dir, please define all the license files in this project in , OAT will check license files… 34 …means exclude the files. For example, "!.*/lib/.*" means files in lib dir will be exclude while pr… 35 … "may" policyitems in the same group means any one in this group passed, the result will be passed. 37 …7. policyitem desc: Used to describe the reason of this policy item, committers will check this wh…
|
| /arkcompiler/ets_frontend/ |
| D | OAT.xml | 18 …in root dir, please define all the license files in this project in , OAT will check license files… 21 1. task: Define oat check thread, each task will start a new thread. 29 1. policy: All policyitems will be merged to default OAT.xml rules, the name of policy doesn't affe… 41 …means exclude the files. For example, "!.*/lib/.*" means files in lib dir will be exclude while pr… 42 … "may" policyitems in the same group means any one in this group passed, the result will be passed.
|
| /arkcompiler/runtime_core/compiler/tools/paoc/ |
| D | paoc.yaml | 29 description: Location path of the input panda file, that will be written into the AOT file. 34 description: Location path of the boot panda files, that will be written into the AOT file. 73 description: Output boot file path. CHA will not be validated. Incompatible with --paoc-output 108 …description: Location paths of the each boot panda file, including file names, that will be writte…
|
| /arkcompiler/ets_runtime/ |
| D | OAT.xml | 19 …in root dir, please define all the license files in this project in , OAT will check license files… 22 1. task: Define oat check thread, each task will start a new thread. 30 1. policy: All policyitems will be merged to default OAT.xml rules, the name of policy doesn't affe… 42 …means exclude the files. For example, "!.*/lib/.*" means files in lib dir will be exclude while pr… 43 … "may" policyitems in the same group means any one in this group passed, the result will be passed.
|
| /arkcompiler/runtime_core/cmake/ |
| D | Testing.cmake | 58 # This will create a target test_name which consists of the sources defined 60 # paths is specified in INCLUDE_DIRS, these paths will be added as include 63 # If OUTPUT_DIRECTORY is not defined, the binary will be put to bin-gtests
|
| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| D | ts_type_parser.h | 26 * this range will not be parsed and will be treated as any. 27 * In addition to this, in the following case, types will not be parsed and will be treated as any.
|
| /arkcompiler/runtime_core/libpandabase/ |
| D | README.md | 46 - Argument name, is a name, which will appear in a command line. 47 - Default value is a value argument will have regardless was it parsed or not. 48 - Argument description will be used to form a help message. 114 …. Tail arguments may be added to a parser when tail is disabled, but they will be ignored if tail … 162 In the remainder arguments example, all literals coming after `--` will go to remainder and can be … 168 // now pab will be processed as a positional argument
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | constructor_test.cpp | 55 // TODO! Enable when will supported in ~ConstructorTest() 92 // TODO! Enable when will supported in TEST_F() 129 // TODO! Enable when will supported in TEST_F() 173 // TODO! Enable when will supported in TEST_F() 214 // TODO! Enable when will supported in TEST_F()
|
| /arkcompiler/ets_runtime/script/ |
| D | run_ark_executable.py | 19 expect_output will get run result, 20 expect_sub_output will catch pivotal sub output, 21 expect_file will get print string
|