Searched full:reports (Results 1 – 25 of 42) sorted by relevance
12
| /arkcompiler/runtime_core/scripts/ |
| D | memusage.py | 17 A tool to get memory usage reports 169 def aggregate(reports): argument 170 """Aggregates memory usage reports""" 172 count = len(reports) 173 memusage = reports.pop(0) 174 while reports: 175 for left, right in zip(memusage, reports.pop(0)): 217 reports = [] 220 reports.append(report) 227 reports.append(report) [all …]
|
| D | memdump.py | 17 A tool to view memory usage reports. 20 Panda runtime writes memory reports into memdump.bin file at runtime destruction and at SIGUSR2
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | ldobj.64.yaml | 98 …description: Check that verifier reports error if source registers are not initialized in Panda co… 125 …description: Check that verifier reports error if source registers are not initialized in PandaAss… 211 …description: Check that verifier reports an error when the 1st operand is not a ref to an object (… 248 …description: Check that verifier reports an error when the 1st operand is not a ref to an object (… 282 …Check that verifier reports an error when the field doesn't resolve to a non-static valid object f… 337 …Check that verifier reports an error when the field doesn't resolve to a non-static valid object f… 393 …description: Check that verifier reports an error when the field resolves to a field with size or … 435 …description: Check that verifier reports an error when the field resolves to a field with size or … 497 description: Check that compiler reports an error when the register number is incorrect
|
| D | stobj.v.64.yaml | 81 …description: Check that verifier reports error if a register is not initialized in PandaAssembly c… 122 …description: Check that verifier reports error if a register is not initialized in PandaAssembly c… 244 Check that verifier reports error when the 2nd operand is not a ref to an 286 Check that verifier reports error when the 2nd operand is not a ref to an 329 Check that verifier reports error when the field doesn't resolve to a non-static 384 Check that verifier reports error when the field doesn't resolve to a non-static 431 Check that verifier reports error when the field resolves to a field with size 484 Check that verifier reports error when the field resolves to a field with size 537 … Check that verifier reports error when the register contains a value of type not corresponding 632 Check that verifier reports error when the register contains [all …]
|
| D | ldobj.v.64.yaml | 98 …description: Check that verifier reports error if source registers are not initialized in Panda co… 123 …description: Check that verifier reports error if source registers are not initialized in PandaAss… 209 …description: Check that verifier reports an error when the 2nd operand is not a ref to an object (… 247 …description: Check that verifier reports an error when the 2nd operand is not a ref to an object (… 282 …Check that verifier reports an error when the field doesn't resolve to a non-static valid object f… 337 …Check that verifier reports an error when the field doesn't resolve to a non-static valid object f… 393 …description: Check that verifier reports an error when the field resolves to a field with size or … 435 …description: Check that verifier reports an error when the field resolves to a field with size or … 497 description: Check that compiler reports an error when the register number is incorrect
|
| D | stobj.v.yaml | 82 …description: Check that verifier reports error if a register is not initialized in PandaAssembly c… 123 …description: Check that verifier reports error if a register is not initialized in PandaAssembly c… 271 …description: Check that verifier reports error when the 2nd register is not a ref to an object (ot… 325 …description: Check that verifier reports error when the 2nd register is not a ref to an object (ot… 374 Check that verifier reports error if the field doesn't resolve to 429 Check that verifier reports error if the field doesn't resolve to 476 Check that verifier reports error when the field resolves to a field with size 512 …description: Check that verifier reports error when the field resolves to a field with size that i… 591 …description: Check that verifier reports error when the register contains a value of type not corr… 673 Check that verifier reports error when the register contains [all …]
|
| D | stobj.64.yaml | 63 description: Check that verifier reports error if source registers are not initialized 145 …description: Check that verifier reports error when the 1st operand is not a ref to an object (oth… 188 …description: Check that verifier reports error when the field doesn't resolve to a non-static vali… 248 …description: Check that verifier reports error when the field resolves to a field with size that i… 301 …description: Check that verifier reports error when the accumulator contains a value of type not c… 396 description: Check that compiler reports error when the register number is out of 8 bit size
|
| D | stobj.yaml | 63 description: Check that verifier reports error if source registers are not initialized 160 …description: Check that verifier reports error when the 1st operand is not a ref to an object (oth… 201 …description: Check that verifier reports error if the field doesn't resolve to a non-static valid … 259 …description: Check that verifier reports error when the field resolves to a field with size that i… 338 …description: Check that verifier reports error when the accumulator contains a value of type not c… 420 description: Check that compiler reports error when the register number is out of 8 bit size
|
| D | stobj.v.obj.yaml | 82 description: Check that verifier reports error if source registers are not initialized. 213 Check that verifier reports error when the 2nd operand is not a ref to 250 Check that verifier reports error when the 2nd operand is not a ref to 287 Check that verifier reports error when the field doesn't resolve to 357 Check that verifier reports error when the field doesn't resolve to a non-static 403 Check that verifier reports error when v1 contains a value of type 582 Check that verifier reports error when v1 contains a value of type 731 Check that compiler reports error when the register number
|
| D | ldobj.yaml | 99 description: Check that verifier reports error if source registers are not initialized 207 …description: Check that verifier reports an error when the 1st operand is not a ref to an object (… 246 …description: Check that verifier reports an error if the field doesn't resolve to a non-static val… 305 …description: Check that verifier reports an error when the field resolves to a field with size or … 371 … description: Check that compiler reports an error when the register number is out of 8 bit size
|
| D | ststatic.64.yaml | 60 description: Check that verifier reports an error if accumulator is not initialized 76 …description: Check that verifier reports an error when the field_id doesn't resolve to a static va… 189 …description: Check that verifier reports an error when the field_id resolves to a field with size … 234 …description: Check that verifier reports error when the accumulator contains a value of type not c…
|
| D | ldobj.obj.yaml | 105 description: Check that verifier reports error if source registers are not initialized 207 …description: Check that verifier reports error when the 1st operand is not a ref to an object (oth… 251 …description: Check that verifier reports error when the field doesn't resolve to a non-static obje… 333 …description: Check that verifier reports an error when the field resolves to a field with size or … 374 description: Check that compiler reports error when the register number is out of 8 bit size
|
| D | ldobj.v.obj.yaml | 105 description: Check that verifier reports error if source registers are not initialized 206 …description: Check that verifier reports error when the 2nd operand is not a ref to an object (oth… 245 …description: Check that verifier reports error when the field doesn't resolve to a non-static obje… 327 …description: Check that verifier reports an error when the field resolves to a field with size or … 368 description: Check that compiler reports error when the register number is out of 4 bit size
|
| D | ldobj.v.yaml | 99 description: Check that verifier reports error if source registers are not initialized 205 …description: Check that verifier reports an error when the 2nd operand is not a ref to an object (… 244 …description: Check that verifier reports an error if the field doesn't resolve to a non-static val… 303 …description: Check that verifier reports an error when the field resolves to a field with size or … 369 … description: Check that compiler reports an error when the register number is out of 4 bit size
|
| D | stobj.obj.yaml | 102 description: Check that verifier reports error if source registers are not initialized 229 …description: Check that verifier reports error when the 1st operand is not a ref to an object (oth… 271 …description: Check that verifier reports error when the field doesn't resolve to a non-static obje… 351 …description: Check that verifier reports error when the accumulator contains a value of type not c… 545 …description: Check that verifier reports error when the accumulator contains a value of type not c… 705 description: Check that compiler reports error when the register number is out of 8 bit size
|
| D | return.64.yaml | 616 …description: Check that verifier reports an error if accumulator is not initialized in Pandasm con… 635 …description: Check that verifier reports an error if accumulator is not initialized in PandaAssemb… 655 …description: Check that verifier reports an error if accumulator is not initialized in Pandasm con… 675 …description: Check that verifier reports an error if accumulator is not initialized in PandaAssemb…
|
| D | ststatic.yaml | 60 description: Check that verifier reports an error if accumulator is not initialized 76 …description: Check that verifier reports an error if the field_id doesn't resolve to a static vali… 189 …description: Check that verifier reports an error when the field_id resolves to a field with size … 224 …description: Check that verifier reports an error when the accumulator contains a value of type no…
|
| D | return.yaml | 578 …description: Check that verifier reports an error if accumulator is not initialized, static call, … 599 …description: Check that verifier reports an error if accumulator is not initialized, static call, … 620 …description: Check that verifier reports an error if accumulator is not initialized, virtual call,… 642 …description: Check that verifier reports an error if accumulator is not initialized, virtual call,…
|
| /arkcompiler/runtime_core/tests/verifier-tests/ |
| D | bug_2086_1.pa | 34 # Check that verifier reports an error when the field doesn't resolve to a non-static valid objec…
|
| D | bug_2086_2.pa | 34 # Check that verifier reports an error when the field doesn't resolve to a non-static valid objec…
|
| D | bug_2088.pa | 34 # Check that verifier reports an error when the field resolves to a field with size or type that …
|
| D | bug_2084.pa | 32 # Check that verifier reports error if source registers are not initialized
|
| D | bug_2085.pa | 34 # Check that verifier reports an error when the 1st operand is not a ref to an object (other than…
|
| /arkcompiler/runtime_core/tests/cts-coverage-tool/ |
| D | README.md | 3 …nd the given set of test files, then computes the coverage and outputs a bunch of coverage reports.
|
| D | CMakeLists.txt | 18 # Coverage reports generation
|
12