Home
last modified time | relevance | path

Searched full:title (Results 1 – 25 of 275) sorted by relevance

1234567891011

/arkcompiler/runtime_core/tests/cts-coverage-tool/config/
Dnon_testable.yaml16 - title: Conversions between integer and floating point types
20 - title: Load accumulator from string constant pool
23 - title: Static call
27 - title: Create and initialize new constant array
31 - title: Load accumulator from type constant pool
35 - title: Dynamic move register-to-register
48 - title: Dynamic load accumulator from register
61 - title: Dynamic store accumulator
74 - title: Dynamic load accumulator from immediate
92 - title: Dynamic return from method
[all …]
/arkcompiler/runtime_core/tests/cts-coverage-tool/lib/
Dspec.rb35 spec_group = @data['groups'].find { |sg| sg['title'] == ntg['title'] }
37 warn "Non testable group \"#{ntg['title']}\" not found in ISA."
119 warn "Non testable description \"#{ntda}\" in group \"#{ntg['title']}\" not found in iSA."
130 … warn "Non testable instruction \"#{nti['sig']}\" in group \"#{ntg['title']}\" not found in ISA."
141 warn "Non testable exception \"#{nte}\" in group \"#{ntg['title']}\" not found in ISA."
152 warn "Non testable verification \"#{ntv}\" in group \"#{ntg['title']}\" not found in ISA."
211 spec_group = @data['groups'].find { |g| g['title'] == test_group['title'] }
213 …@orphaned << { 'file' => file, 'error' => 'Group with given title not found in the ISA', 'comment'…
Dsummary.rb79 …uncovered_for_group = { 'title' => group['title'] } # object stores uncovered assertions for the g…
108 @coverage_by_groups << { 'title' => group['title'], 'coverage_metric' => group_metric }
/arkcompiler/runtime_core/verification/config/
Dconfig.h46 const Section &operator[](const PandaString &title) const
49 if (s.name == title) {
53 LOG(FATAL, VERIFIER) << "config section '" << title << "' not found";
/arkcompiler/runtime_core/tests/cts-assembly/
Darrays-02.pa17 # - title: Store to array
26 # - title: Load from array
Darrays-04.pa17 # - title: Load from array
27 # - title: Store to array
Darrays-03.pa17 # - title: Load from array
27 # - title: Store to array
Darrays-06.pa17 # - title: Load from array
26 # - title: Store to array
Darrays-05.pa17 # - title: Array length
/arkcompiler/runtime_core/isa/
Disa.yaml272 - title: constant object loaders
362 - title: iterator instructions
402 - title: object creaters
512 - title: binary operations
618 - title: unary operations
707 - title: comparation instructions
743 - title: call runtime functions
764 - title: throw instructions
826 - title: call instructions
967 - title: definition instuctions
[all …]
/arkcompiler/runtime_core/docs/diagrams/
Dstatic-analyzer-report-generation.puactivity16 title Report generation
Dgenerational-major-gc-activity.puactivity16 title Generational GC (major) - STW
Dgenerational-minor-gc-activity.puactivity16 title Generational GC (minor) - STW
Dmm-components.pucomponent16 title Memory management components
Dg1-concurrent-marking-activity.puactivity16 title G1 concurrent marking;
Dgenerational-concurrent-major-gc-activity.puactivity16 title Concurrent Generational GC (major)
Dgc-trigger-sequence-OOM.pusequence18 title Trigger GC at OOM
Dreference-processor.puactivity19 title Process references
Dpanda-states-concurrent-gc.pustate17 title Generational GC
Dstatic-analyzer-gc-func-list-gen.puactivity16 title Generation list of GC unsafe functions(can have GC happen during work)
Dgc-trigger-sequence-threshold.pusequence18 title GC triggered by threshold
Dpanda-states-generational-gc.pustate17 title Generational GC(non-concurrent)
/arkcompiler/runtime_core/compiler/tools/
Dir_builder_coverage.sh109 <title>Benchmark coverage statistic</title>
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dtest-schema.json22 "title",
27 "title": { object
Dlda.null.yaml18 title: Load null reference into accumulator

1234567891011