Searched full:used (Results 1 – 25 of 369) sorted by relevance
12345678910>>...15
| /arkcompiler/runtime_core/ |
| D | OAT.xml | 27 "compatibility" is used to check license compatibility in the specified path; 28 "license" is used to check source license header in the specified path; 29 "copyright" is used to check source copyright header in the specified path; 30 … "import" is used to check source dependency in the specified path, such as import ... ,include ... 31 … "filetype" is used to check file type in the specified path, supported file types: archive, binary 32 …"filename" is used to check whether the specified file exists in the specified path(projectroot me… 33 …4. policyitem name: This field is used for define the license, copyright, "*" means match all, the… 34 …5. policyitem path: This field is used for define the source file scope to apply this policyitem, … 35 …6. policyitem rule and group: These two fields are used together to merge policy results. "may" po… 36 7. policyitem filefilter: Used to bind filefilter which define filter rules. [all …]
|
| D | README.md | 28 …Cmake script that contains the toolchain files and common cmake functions used to define the build… 33 ├── dprof # Data used to collect the profiling data for ARK runtime. 37 ├── ldscripts # Linker scripts used to place ELF sections larger than 4 GB in a non-P… 42 ├── panda # CLI tool used to execute ARK bytecode files in binary format(*.abc). 49 ├── templates # Ruby templates and scripts used to process command line options, logg…
|
| /arkcompiler/toolchain/ |
| D | OAT.xml | 34 "compatibility" is used to check license compatibility in the specified path; 35 "license" is used to check source license header in the specified path; 36 "copyright" is used to check source copyright header in the specified path; 37 … "import" is used to check source dependency in the specified path, such as import ... ,include ... 38 … "filetype" is used to check file type in the specified path, supported file types: archive, binary 39 …"filename" is used to check whether the specified file exists in the specified path(support projec… 41 4. policyitem name: This field is used for define the license, copyright, "*" means match all, the … 42 5. policyitem path: This field is used for define the source file scope to apply this policyitem, t… 43 6. policyitem rule and group: These two fields are used together to merge policy results. "may" pol… 44 7. policyitem filefilter: Used to bind filefilter which define filter rules. [all …]
|
| /arkcompiler/runtime_core/docs/ |
| D | glossary.md | 7 the terms used mean. 12 compilation" are used to indicate that the source code or bytecode is compiled before actual 13 execution. In case of Panda Runtime, AOT compilation is used to compile Panda Bytecode into 20 used to represent input program and usually designed for analysis and optimization. 25 compilation" are used to indicate that the source code or bytecode is compiled during program 26 execution. In case of Panda Runtime, JIT compilation is used to compile Panda Bytecode into 44 * **Card table** used for marking cards. In general, it has one bit or byte (a byte used to 46 It can be used by both generational and concurrent collectors. 47 It can be used for tracking references from tenured generation to the young generation and 56 that it can prove will never be used again. [all …]
|
| D | doxygen.config | 3 # This file describes the settings to be used by the documentation system 20 # This tag specifies the encoding used for all characters in the config file 21 # that follow. The default is UTF-8 which is also the encoding used for all text 31 # project for which the documentation is generated. This name is used in the 37 # The PROJECT_NUMBER tag can be used to enter a project or revision number. This 39 # control system is used. 56 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path 59 # left blank the current directory will be used. 75 # characters will be escaped, for example _xE3_x81_x84 will be used for Unicode 81 # The OUTPUT_LANGUAGE tag is used to specify the language in which all [all …]
|
| D | assembly_format.md | 34 The following escape sequences can be used in string literals: 60 Simple identifiers can be used for naming metadata annotations, primitive data types, aggregate dat… 66 Prefixed identifiers can be used for naming metadata annotations, aggregate data types and function… 70 …rt many of them. To deal with language-specific metadata, annotations are used, defined as follows: 84 In all cases where annotations can be optionally used, `optional_annotation` marker is used in this… 141 To specify language `.language` directive is used. It must be declared before any other declaration… 155 | `java.access` | Used to specify access level of record, field or function. Possible values: `priv… 156 | `java.extends` | Used to specify inheritance between records. Value is the name of the base recor… 157 | `java.implements` | Used to specify interface inheritance between records. Value is the name of t… 158 | `java.interface` | Used to specify that the record represents Java interface. | [all …]
|
| /arkcompiler/ets_frontend/ |
| D | OAT.xml | 33 "compatibility" is used to check license compatibility in the specified path; 34 "license" is used to check source license header in the specified path; 35 "copyright" is used to check source copyright header in the specified path; 36 … "import" is used to check source dependency in the specified path, such as import ... ,include ... 37 … "filetype" is used to check file type in the specified path, supported file types: archive, binary 38 …"filename" is used to check whether the specified file exists in the specified path(support projec… 40 4. policyitem name: This field is used for define the license, copyright, "*" means match all, the … 41 5. policyitem path: This field is used for define the source file scope to apply this policyitem, t… 42 6. policyitem rule and group: These two fields are used together to merge policy results. "may" pol… 43 7. policyitem filefilter: Used to bind filefilter which define filter rules. [all …]
|
| /arkcompiler/ets_runtime/ |
| D | OAT.xml | 34 "compatibility" is used to check license compatibility in the specified path; 35 "license" is used to check source license header in the specified path; 36 "copyright" is used to check source copyright header in the specified path; 37 … "import" is used to check source dependency in the specified path, such as import ... ,include ... 38 … "filetype" is used to check file type in the specified path, supported file types: archive, binary 39 …"filename" is used to check whether the specified file exists in the specified path(support projec… 41 4. policyitem name: This field is used for define the license, copyright, "*" means match all, the … 42 5. policyitem path: This field is used for define the source file scope to apply this policyitem, t… 43 6. policyitem rule and group: These two fields are used together to merge policy results. "may" pol… 44 7. policyitem filefilter: Used to bind filefilter which define filter rules. [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | circuit_ir_specification.md | 11 …utation gate has multiple dependencies, an auxiliary gate `DEPEND_AND` is used to merge dependenci… 19 …) as input, and reinterpret it as a kind of memory dependency that can be used by computation gate… 53 * The 31st bit is used to distinguish between MIR type and TS type, `0` means TS type, `1` means MI… 55 * The 30th and 29th bits are used to indicate whether the output values of the MIR gates are GC rel… 61 * In the case of MIR type, the 1st bit in GateType is used to indicate whether there are output val… 99 | `RETURN_LIST` | not used | 112 | `THROW_LIST` | not used | 116 An ordinary state. Usually used as a placeholder. It will be eliminated by IR optimization. 125 | not used | not used | 138 | not used | not used | [all …]
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | aot_cha.md | 10 checksum is used. 22 have to pass a class path to AOT compiler identical to class path used by runtime. 37 …ong usage. Some classes were omitted during AOT compilation due to the fact that they are not used. 60 of boot class file the options `--paoc-boot-output` should be used. The class hierarchy verificatio… 62 files for boot panda files is needed when the options `--enable-an` is used. 66 … system. It works identically to `--paoc-location` but only for boot files used during compilation. 68 …ot panda files, then all other entries of --boot-panda-files that will be used during execution sh…
|
| D | reg_alloc_graph_coloring_doc.md | 19 … Chordal Graphs") to construct PEO is used Max Cardinality Search (MCS) algorithm. In this impleme… 42 To find biases it is used component search algorithm which is recursive call to DFS, until all node… 43 …unt>, where color value initially set to “Undefined” value. Bias-array is used on assignment (Colo… 47 …and neighbor bias-colors (if any). To account this information two bit-sets are used respectively. 51 …olor is in “Undefined” state, this color is set in bias-array and will be used for other nodes of …
|
| D | plt.md | 7 JIT/AOT compiler has a `SlowPath` mechanism. It is used for some opcodes where a call to runtime is… 16 `SlowPath` also can be used, as we can cache gathered Method or Class pointer into a slot in GOT ta… 18 …Id`. So, in order to reduce code size in AOT mode, more tricky solution with PLT Resolvers is used. 61 parameter in actual method call. Jump by register value operation is used instead of call to return… 85 ; CallVirtual opcode (register allocator used x5 for Class ptr) | 152 (`x16` for `arm64` or `r12` for `x86_84`) is a parameter with Slot address, and it is also used as … 172 …r `arm64` we use `LR` register (`x30`), and for `x86_64` third `Encoder` temporary - `r14` is used. 174 …that first `Encoder` temporary register (`x16` for `arm64` or `r12` for `x86_84`) used as parameter
|
| /arkcompiler/ets_frontend/ts2panda/scripts/ |
| D | diagnosticMessages.json | 42 "A 'declare' modifier cannot be used in an already ambient context.": { 46 "'{0}' modifier cannot be used in an ambient context.": { 50 "'{0}' modifier cannot be used here.": { 74 "A '{0}' modifier cannot be used with an import declaration.": { 102 "A 'continue' statement can only be used within an enclosing iteration statement.": { 106 "A 'break' statement can only be used within an enclosing iteration or switch statement.": { 114 "A 'return' statement can only be used within a function body.": { 282 "An import declaration can only be used in a namespace or module.": { 286 "An export declaration can only be used in a module.": { 294 "'{0}' modifier cannot be used with '{1}' modifier.": { [all …]
|
| /arkcompiler/runtime_core/runtime/mem/gc/ |
| D | gc_barrier_set.h | 62 * Pre barrier. Used by interpreter. 68 * Post barrier. Used by interpeter. 75 * Post barrier for array write. Used by interpeter. 82 * Post barrier for writing in every field of an object. Used by interpeter. 90 * Should be used for barrier generation in Compiler. 189 …void *min_addr_ {nullptr}; //! Minimal address used by VM. Used as a base for card inde… 281 …void *min_addr_ {nullptr}; //! Minimal address used by VM. Used as a base for card inde…
|
| D | gc_adaptive_stack.h | 53 * This method should be used when we find new object by field from another object. 60 * This method should be used when we find new object as a root 83 * Should be used if we decide to free it not on destructor of this instance.
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | waiter_list.h | 38 // Used to call wait or Signal() to unlock wait and wake up 50 // used to determine whether to wait, start wait when waiting_ is true 69 // locationListMap_ is used AddNode or DeleteNode 74 // The Singleton pattern is used to creat a global metux and WaiterList
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | return.64.yaml | 294 …description: Check that 'return.64' is used with correct accumulator value and function return typ… 372 description: "Register is not used in function." 387 description: "Register is not used in function." 402 description: "Register is used in function." 417 description: "Register is used in function." 433 description: "Register is not used in function." 448 description: "Register is not used in function." 478 description: "Registers are used in function." 507 description: "Registers are used in function." 552 description: "Registers are used in function." [all …]
|
| D | return.yaml | 306 … description: Check that 'return' is used with correct accumulator value and function return type. 386 description: 'Register is not used in function.' 396 description: 'Register is used in function.' 406 description: 'Register is not used in function.' 426 description: 'Registers are used in function.' 455 description: 'Registers are used in function.' 494 description: 'Register is not used in function.' 504 description: 'Register is used in function.' 514 description: 'Register is not used in function.' 534 description: 'Registers are used in function.' [all …]
|
| /arkcompiler/runtime_core/runtime/mem/refstorage/ |
| D | reference.h | 37 * Used for objects on stack (arguments for methods) 41 …* Local references which can be used inside Frame. If Frame was removed all references inside this… 42 * be used anymore 46 * Global references which can be used without Frames
|
| /arkcompiler/runtime_core/templates/options/ |
| D | options.h.erb | 69 std::cerr << "WARNING: Option '<%= op.name %>' is deprecated and should not be used\n"; 76 std::cerr << "WARNING: Option '<%= op.name %>' is deprecated and should not be used\n"; 83 std::cerr << "WARNING: Option '<%= op.name %>' is deprecated and should not be used\n"; 91 std::cerr << "WARNING: Option '<%= op.name %>' is deprecated and should not be used\n"; 103 std::cerr << "WARNING: Option '<%= op.name %>' is deprecated and should not be used\n"; 110 std::cerr << "WARNING: Option '<%= op.name %>' is deprecated and should not be used\n"; 150 std::cerr << "WARNING: Option '<%= op.name %>' is deprecated and should not be used\n";
|
| /arkcompiler/runtime_core/docs/bc_verification/ |
| D | types_n_values.md | 5 1. Semantic (abstract) types. They used only for values classification without taking into consider… 32 Subtyping relation is denoted by `<:`. Subtyping is a realtion on types which is used to determine … 33 value of the particular type may be used in the place where other type is expected. 36 place, where a value of type `B()` is expected, value of type `A()` may be safely used.
|
| /arkcompiler/runtime_core/libpandabase/mem/ |
| D | gc_barrier.h | 40 WRITE_BARRIER = 0x1, // Should be used around store 41 READ_BARRIER = 0x0, // Should be used around load 58 * PreWrite barrier can be used for avoiding lost object problem. 59 * PostWrite barrier used for tracking intergenerational or interregion references 95 * MIN_ADDR - minimal address used by runtime (it is required only to support 64-bit addresses)
|
| /arkcompiler/runtime_core/runtime/include/ |
| D | runtime_options.h | 28 ON_THE_FLY, // Verify methods before they are executed (used by panda/ark executable) 29 AHEAD_OF_TIME, // Verify methods at startup (used by verifier executable) 30 DEBUG // Debug verification by enabling breakpoints (used by verifier executable) 38 * via command line tools. Now they are used in unit tests to create minimal runtime for
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/ |
| D | registers_description.h | 23 Register file wrapper used for get major data and for Regalloc 59 // Set used regs - change GetCallee 105 // Get registers mask which used in codegen, runtime e.t.c 110 // Get vector registers mask which used in codegen, runtime e.t.c
|
| /arkcompiler/runtime_core/runtime/mem/ |
| D | rem_set.h | 74 …* Used in the barrier. Record the reference from the region of obj_addr to the region of value_add… 82 …* Used in the barrier. Record the reference from the region of addr to the region of the reference… 92 // used for testing only
|
12345678910>>...15