Home
last modified time | relevance | path

Searched full:on (Results 1 – 25 of 7191) sorted by relevance

12345678910>>...288

/arkcompiler/runtime_core/libziparchive/
Dzip_archive.h10 * distributed under the License is distributed on an "AS IS" BASIS,
75 * Returns 0 on success, and 1 on failure.
89 * Returns 0 on success, and 1 on failure.
96 * Returns 0 on success, and 1 on failure.
104 * Returns 0 on success, and 1 on failure.
111 * Returns 0 on success, and 1 on failure.
118 * Returns 0 on success, and 1 on failure.
126 * Returns 0 on success, and 1 on failure.
134 * Returns 0 on success, and 1 on failure.
146 * Returns 0 on success, and 1 on failure.
[all …]
/arkcompiler/runtime_core/tests/cts-generator/
Dtest-runner.rb10 # distributed under the License is distributed on an "AS IS" BASIS,
71 opts.on('-p', '--panda-build DIR', 'Path to panda build directory (required)')
72 …opts.on('-t', '--test-dir DIR', 'Path to test directory to search tests recursively, or path to si…
73 opts.on('-x', '--temp-dir DIR', 'Temporary files location, defaults to /tmp')
74 opts.on('-v', '--verbose LEVEL', Integer, 'Set verbose level 1..5')
75 opts.on('--verbose-verifier', 'Allow verifier to produce extended checking log')
76 opts.on('--aot-mode', 'Perform AOT compilation on test sources')
77 opts.on('--timeout SECONDS', Integer, 'Set process timeout, default is 30 seconds')
78 …opts.on('--dump-timeout SECONDS', Integer, 'Set process completion timeout, default is 30 seconds')
79 opts.on('--enable-core-dump', 'Enable core dumps')
[all …]
Dgenerate-cts.rb10 # distributed under the License is distributed on an "AS IS" BASIS,
56 opts.on('-t', '--template FILE', 'Path to template yaml file to generate tests (required)')
57 opts.on('-s', '--schema FILE', 'Path to json schema for template yaml (required)')
58 opts.on('-k', '--skip', 'Skip yaml schema validation')
59 opts.on('-o', '--output DIR', 'Path to directory where tests will be generated (required)')
60 opts.on('--skip-header', 'Do not generate test headers')
61 …opts.on('-f', '--file FILE', 'Generate tests from the specified yaml file only, for example: fmod2…
62 opts.on('--chunk INTEGER', Integer, 'Chunk to process, starting from 0 (0 by default)')
63 opts.on('--chunks INTEGER', Integer, 'Number of chunks (1 by default)')
64 opts.on('-h', '--help', 'Prints this help') do
/arkcompiler/runtime_core/libpandabase/mem/
Dbase_mem_stats.cpp10 * distributed under the License is distributed on an "AS IS" BASIS,
34 …ith acq_rel order reason: data race with allocated_ with dependecies on reads after the load and on in RecordAllocate()
42 …ith acq_rel order reason: data race with allocated_ with dependecies on reads after the load and on in RecordMoved()
58 …ith acq_rel order reason: data race with allocated_ with dependecies on reads after the load and on in RecordFree()
65 …// Atomic with acquire order reason: data race with allocated_ with dependecies on reads after the… in GetAllocated()
72 …// Atomic with acquire order reason: data race with allocated_ with dependecies on reads after the… in GetFreed()
83 …// Atomic with acquire order reason: data race with allocated_ with dependecies on reads after the… in GetAllocatedHeap()
97 …// Atomic with acquire order reason: data race with allocated_ with dependecies on reads after the… in GetFreedHeap()
113 …// Atomic with acquire order reason: data race with allocated_ with dependecies on reads after the… in GetFootprint()
118 …// Atomic with acquire order reason: data race with allocated_ with dependecies on reads after the… in GetFootprint()
[all …]
Darena.h10 * distributed under the License is distributed on an "AS IS" BASIS,
39 * @return pointer to the allocated memory on success, or nullptr on fail
105 * @return true on success, or false on fail
137 * @return pointer to the allocated memory on success, or nullptr on fail
/arkcompiler/runtime_core/tests/cts-coverage-tool/bin/
Dspectrac.rb10 # distributed under the License is distributed on an "AS IS" BASIS,
43 opts.on('-r', '--report [FILE]', 'Output the test coverage summary report in yaml')
44 opts.on('-d', '--testdir DIR', 'Directory with the test files (required)')
45 opts.on('-g', '--testglob GLOB', 'Glob for finding test files in testdir (required)')
46 opts.on('-s', '--spec FILE1,FILE2,FILE3', Array, 'ISA spec file(s) (at least one required)')
47 opts.on('-n', '--non_testable [FILE]', 'Non testable assertions')
48 …opts.on('-u', '--uncovered [FILE]', 'Output yaml document with ISA spec areas not covered by tests…
49 …opts.on('-U', '--uncovered_md [FILE]', 'Output markdown document with ISA spec areas not covered b…
50 …opts.on('-o', '--orphaned [FILE]', 'Output yaml file with the list of tests not relevant to the sp…
51 …opts.on('-O', '--orphaned_md [FILE]', 'Output markdown file with the list of tests not relevant to…
[all …]
/arkcompiler/runtime_core/compiler/docs/
Dreg_alloc_graph_coloring_doc.md14 # Register allocation on Chordal-graphs with advanced register coalescing
17 This paper describes register allocation algorithm that is based on ideas of Chordal-graph coloring…
18 …ethod of register allocation on Chordal-graphs is described in works of Sebastian Hack and Fernand…
23 …e as in Linear-scan from works of Wimmer ("Linear Scan Register Allocation on SSA Form"). But outp…
32 PEO on chordal graph always builds a clique, so it always color consequently nodes of the same cliq…
37 …y done, so it decrease ability for successful coalescing. Or alternatively on post-coalescing pote…
38 …. And on stage of coloring it is tried to satisfy these hints if possible. This approach is more f…
41 …ld be colored with the same color, which will remove all move-instructions on its edges. Let’s cal…
43 …, where color value initially set to “Undefined” value. Bias-array is used on assignment (Coloring…
47 …xBFS algorithm (that is reversed PEO). On each step processes only nodes that have no colors (not …
[all …]
Daot_cha.md7 The class order in class path influences on resulting class hierarchy that would be available for a…
59 As boot class path represents the core classes of VM it should not depend on any of application cod…
64 Since the AOT file can be compiled on one host system and executed on different target, we need an …
65 files location according their paths on the target. `--paoc-boot-location` specifies the path where…
66 located on the target system. It works identically to `--paoc-location` but only for boot files use…
87 The [PLT Resolvers](./plt.md) help to avoid this resolution on each call and cache result (index in…
/arkcompiler/runtime_core/docs/
Ddesign-of-interpreter.md13 | Rationale | Elaborates on the rationales behind the decisions. |
26 1. Program execution via bytecode interpretation should be enabled on all targets.
49 For the rationale on the bytecode type, please see [here](rationale-for-bytecode.md).
51 Rationale on the machine-readable instruction set architecture is following. Since bytecode
88 respective files on demand.
96 for the same application introduces extra duplication of metadata and implies extra burden on
102 select the optimal size based on actual code base.
117 1. Interpreter should be portable enough to run on targets from IoT devices
119 1. Interpreter should not create extra pressure on the host system.
125 1. Interpreter does not depend on C++ standard library. All necessary classes, containers, etc.
[all …]
Druntime-debug-api.md5 1. Runtime should support debugging on the platforms from low-end IoT devices to hi-end mobile phon…
9 1. Runtime doesn't patch apps' bytecode on the fly. Instead of it notification about changing bytec…
11 …er works in the own thread and responsibilies for thread management relies on it, runtime doesn't …
15 1. As some low-end targets can store bytecode in ROM, runtime cannot patch app's bytecode on the fl…
17 1. To simplify communication beetween debugger and runtime (especially on microcontrollers) they ar…
Drationale-for-bytecode.md14 somewhere in memory and executes corresponding _operations_ on operation's arguments,
16 directly on the CPU) or _memory_ (some locations in computer's RAM). An important subset of memory
26 Here comes the bytecode. Simply said, it is an attempt to build an abstract CPU on top of real
27 ones. A program written for such abstract CPU can be run on any real hardware with the help of a
83 (depending on the benchmark).
133 Let's take a closer look at `adda arg1, arg2`. Assume that arguments map to virtual registers on
166 that most of operations inside a function happen on local and/or temporary variables, while
173 needed forms. Thus we save on opcode space without losing in encoding size (on average).
204 on the same platform with the same bytecode, we would have to handle both JavaScript-style addition
217 I.e. does it mean that if `adda reg1, reg2` operates only on 64-bit integers, registers `reg1`
[all …]
/arkcompiler/runtime_core/isa/
Dgen.rb10 # distributed under the License is distributed on an "AS IS" BASIS,
67 opts.on('-t', '--template FILE', 'Template for file generation (required)')
68 opts.on('-d', '--data FILE', 'Source data in YAML format (required)')
69 opts.on('-o', '--output FILE', 'Output file (default is stdout)')
70 opts.on('-a', '--assert FILE', 'Go through assertions on data provided and exit')
71 opts.on('-r', '--require foo,bar,baz', Array, 'List of files to be required for generation')
73 opts.on('-h', '--help', 'Prints this help') do
Dcombine.rb10 # distributed under the License is distributed on an "AS IS" BASIS,
29 opts.on('-d', '--data FILE1,FILE2,...', Array, 'List of source data files in YAML format')
30 opts.on('-o', '--output FILE', 'Output file (default is stdout)')
32 opts.on('-h', '--help', 'Prints this help') do
/arkcompiler/runtime_core/cmake/
DDefinitions.cmake9 # distributed under the License is distributed on an "AS IS" BASIS,
180 option(PANDA_WITH_JAVA "Enable java plugin" ON)
181 option(PANDA_WITH_ECMASCRIPT "Enable ecmascript plugin" ON)
182 option(PANDA_WITH_ACCORD "Enable accord plugin" ON)
183 option(PANDA_WITH_CANGJIE "Enable cangjie plugin" ON)
226 set(PANDA_WITH_JAVA ON)
227 set(PANDA_WITH_ECMASCRIPT ON)
254 set(PANDA_COMPILER_CFI ON)
276 option(PANDA_CROSS_COMPILER "Enable compiler cross-compilation support" ON)
295 set(PANDA_COMPILER_TARGET_${PANDA_HOST_TOOLS_TARGET_ARCH} ON)
[all …]
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DarrowFunctionParsingDoesNotConfuseParenthesizedObjectForArrowHead.ts11 * distributed under the License is distributed on an "AS IS" BASIS,
30 …ertType(({ // "Identifier expected." error on "!" and two "Duplicate identifier '(Missing)'." e…
31 …sertType({ // "Identifier expected." error on "!" and two "Duplicate identifier '(Missing)'." e…
32 …e(() => ({ // "Identifier expected." error on "!" and two "Duplicate identifier '(Missing)'." e…
34 …// "Identifier expected." error on "!" and two "Duplicate identifier '(Missing)'." errors on space.
DtypeFromPrototypeAssignment4.ts11 * distributed under the License is distributed on an "AS IS" BASIS,
56 Multimap4["prototype"]["add-on"] = function() {};
57 AssertType(Multimap4["prototype"]["add-on"] = function() {}, "() => void");
58 AssertType(Multimap4["prototype"]["add-on"], "any");
62 AssertType("add-on", "string");
93 map4["add-on"]();
94 AssertType(map4["add-on"](), "void");
95 AssertType(map4["add-on"], "() => void");
97 AssertType("add-on", "string");
DLICENSE.txt25 "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or deri…
27on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form …
29 "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contributi…
49 …censor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WI…
53 …n accepting such obligations, You may act only on Your own behalf and on Your sole responsibility,…
/arkcompiler/ets_frontend/ts2panda/scripts/
Dgen_diagnostic.rb10 # distributed under the License is distributed on an "AS IS" BASIS,
44 opts.on('-t', '--template FILE', 'Template for file generation (required)')
45 opts.on('-d', '--datafile FILE', 'Source data in JSON format (required)')
46 opts.on('-o', '--output FILE', 'Output file (required)')
47 opts.on('-r', '--require foo,bar,baz', Array, 'List of files to be required for generation')
49 opts.on('-h', '--help', 'Prints this help') do
/arkcompiler/runtime_core/libpandabase/templates/
Dlogger_gen.rb10 # distributed under the License is distributed on an "AS IS" BASIS,
25 opts.on('-d', '--data FILE', 'Logger data file in YAML format')
26 opts.on('-p', '--plugins FILE', 'Plugins data file in YAML format')
27 opts.on('-o', '--output FILE', 'Output file (default is stdout)')
29 opts.on('-h', '--help', 'Prints this help') do
/arkcompiler/ets_runtime/docs/
Doverview.md3 … languages on the multi-chip platform. ArkCompiler JS Runtime provides the capability of compiling…
10 The source code compiler of ArkCompiler JS Runtime receives JS source code, based on which ts2abc g…
30 …JS Compiler Subsystem consists of the Stub compiler, optimized compilation framework based on the …
47 …ler directly converts the source code into high-quality machine code based on the TS type informat…
49 …n code blocks and constant strings in the future) in Actor instances based on the Actor memory iso…
51on the class declaration and runtime conventions in the TS program. The C/C++ code usually include…
/arkcompiler/runtime_core/bytecode_optimizer/
Doptions.yaml9 # distributed under the License is distributed on an "AS IS" BASIS,
28 … optimizer is turned on, only DCE is applied. N=2: (default): New optimizer is turned on, all comp…
/arkcompiler/runtime_core/
DLICENSE42 form, that is based on (or derived from) the Work and for which the
53 or by an individual or Legal Entity authorized to submit on behalf of
57 communication on electronic mailing lists, source code control systems,
58 and issue tracking systems that are managed by, or on behalf of, the
64 on behalf of whom a Contribution has been received by Licensor and
146 Contributor provides its Contributions) on an "AS IS" BASIS,
171 on Your own behalf and on Your sole responsibility, not on behalf
188 distributed under the License is distributed on an "AS IS" BASIS,
/arkcompiler/ets_runtime/
DLICENSE42 form, that is based on (or derived from) the Work and for which the
53 or by an individual or Legal Entity authorized to submit on behalf of
57 communication on electronic mailing lists, source code control systems,
58 and issue tracking systems that are managed by, or on behalf of, the
64 on behalf of whom a Contribution has been received by Licensor and
146 Contributor provides its Contributions) on an "AS IS" BASIS,
171 on Your own behalf and on Your sole responsibility, not on behalf
/arkcompiler/toolchain/
DLICENSE42 form, that is based on (or derived from) the Work and for which the
53 or by an individual or Legal Entity authorized to submit on behalf of
57 communication on electronic mailing lists, source code control systems,
58 and issue tracking systems that are managed by, or on behalf of, the
64 on behalf of whom a Contribution has been received by Licensor and
146 Contributor provides its Contributions) on an "AS IS" BASIS,
171 on Your own behalf and on Your sole responsibility, not on behalf
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DmemberExpression.cpp10 * distributed under the License is distributed on an "AS IS" BASIS,
90 …>ThrowTypeError("No index signature with a parameter of type 'string' was found on type this type", in Check()
95 …>ThrowTypeError("No index signature with a parameter of type 'number' was found on type this type", in Check()
102 … {"Property ", property_->AsIdentifier()->Name(), " does not exist on this type."}, in Check()
107 … {"Property ", property_->AsNumberLiteral()->Str(), " does not exist on this type."}, in Check()
112 … {"Property ", property_->AsStringLiteral()->Str(), " does not exist on this type."}, in Check()
145 …checker->ThrowTypeError({"Property ", property_->AsIdentifier()->Name(), " does not exist on this … in Check()

12345678910>>...288