Searched full:their (Results 1 – 25 of 49) sorted by relevance
12
| /arkcompiler/runtime_core/docs/bc_verification/ |
| D | type_system.md | 3 Type system is simple: there are only parametric type families, named as `Sort`s, and their instanc… 14 Internally they denoted by indices (just numbers), and there is separate class to hold their names.
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | newobj.yaml | 36 … Resolve class type from type_id, allocate memory for an object, initialize its fields with their 199 … Resolve class type from type_id, allocate memory for an object, initialize its fields with their 240 … Resolve class type from type_id, allocate memory for an object, initialize its fields with their 283 … Resolve class type from type_id, allocate memory for an object, initialize its fields with their 344 … Resolve class type from type_id, allocate memory for an object, initialize its fields with their 412 … Resolve class type from type_id, allocate memory for an object, initialize its fields with their 759 … Resolve class type from type_id, allocate memory for an object, initialize its fields with their 1133 … Resolve class type from type_id, allocate memory for an object, initialize its fields with their 1177 … Resolve class type from type_id, allocate memory for an object, initialize its fields with their
|
| /arkcompiler/runtime_core/docs/diagrams/ |
| D | gc-mark.puactivity | 38 …mark all fields in object == mark all directly referenced objects and add their un-marked fields t…
|
| /arkcompiler/ets_runtime/ |
| D | LICENSE | 80 by such Contributor that are necessarily infringed by their 81 Contribution(s) alone or by combination of their Contribution(s)
|
| /arkcompiler/toolchain/ |
| D | LICENSE | 80 by such Contributor that are necessarily infringed by their 81 Contribution(s) alone or by combination of their Contribution(s)
|
| /arkcompiler/runtime_core/docs/ |
| D | 2022-08-18-isa-changelog.md | 12 ecmascript specific bytecode are prefixed and their opcode were encoded with two bytes.
|
| D | design-of-interpreter.md | 87 more efficient data reads from the Panda binary file. Foreign entities are loaded from their 220 stable interpreter to run their code. At the same time, interpreter developers need some tools
|
| D | assembly_format.md | 456 arg_list := <","-separated list of argument names and their respective types> 458 func_code := <newline-separated sequence of bytecode instructions and their operands> 494 - Assembler doesn't guarantee that functions, records and their fields will be located in binary fi…
|
| D | glossary.md | 67 for each of their fields.
|
| D | aot.md | 46 Classes and methods are uniquely identified (inside one file) by their panda file id (`panda_file::…
|
| /arkcompiler/runtime_core/ |
| D | LICENSE | 80 by such Contributor that are necessarily infringed by their 81 Contribution(s) alone or by combination of their Contribution(s)
|
| D | README.md | 117 | --skip-string-literals | Replace string literals with their respective id's, thus shortening emit…
|
| /arkcompiler/runtime_core/libpandabase/ |
| D | README.md | 111 - `std::string GetHelpString()` - returns string with all arguments and their description 112 - `std::string GetRegularArgs()` - returns string with all regular arguments and their values
|
| /arkcompiler/ets_frontend/ts2panda/src/base/ |
| D | util.ts | 487 // Auto, Loop and Unique names are generated and cached based on their unique autoGenerateId. 496 … // Unique names are generated and cached based on their unique autoGenerateId and original idText. 514 …// Node names generate unique names based on their original node and are cached based on that node…
|
| /arkcompiler/ets_frontend/ |
| D | LICENSE | 80 by such Contributor that are necessarily infringed by their 81 Contribution(s) alone or by combination of their Contribution(s)
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | graph_visitor.h | 32 * // Specify blocks to visit and their order
|
| /arkcompiler/runtime_core/runtime/include/ |
| D | histogram.h | 130 * with the number of their count
|
| /arkcompiler/runtime_core/compiler/optimizer/analysis/ |
| D | bounds_analysis.h | 29 * It is used to represent variables of integral types according to their size
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | aot_cha.md | 65 files location according their paths on the target. `--paoc-boot-location` specifies the path where…
|
| D | code_sink_doc.md | 4 …essor blocks, when possible, so that they are not executed on paths where their results are not ne…
|
| /arkcompiler/runtime_core/disassembler/ |
| D | disasm.cpp | 96 "replaces string literals with their respectie id's, thus shortening emitted code size"); in main()
|
| /arkcompiler/runtime_core/verification/models/typesystem/ |
| D | ark_typesystem.als | 72 // then their sequencies of variances should match
|
| /arkcompiler/runtime_core/verification/jobs/ |
| D | thread_pool.h | 143 …// This means a lot of unnecessary wakeups. It would be good to reduce their number, but need to d…
|
| /arkcompiler/runtime_core/cmake/ark-third-party/zlib/ |
| D | CMakeLists.txt | 71 # in their source tree...
|
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| D | reg_encoder.h | 45 * For locals and temps, it is not guaranteed that their number equals to the
|
12