| /arkcompiler/runtime_core/runtime/mem/gc/ |
| D | generational-gc-base.h | 129 // Atomic with relaxed order reason: memory accesses from different threads in RecordCountFreedYoung() 143 // Atomic with relaxed order reason: memory accesses from different threads in RecordSizeFreedYoung() 157 // Atomic with relaxed order reason: memory accesses from different threads in RecordCountMovedYoung() 171 // Atomic with relaxed order reason: memory accesses from different threads in RecordSizeMovedYoung() 185 // Atomic with relaxed order reason: memory accesses from different threads in RecordCountMovedTenured() 199 // Atomic with relaxed order reason: memory accesses from different threads in RecordSizeMovedTenured() 213 // Atomic with relaxed order reason: memory accesses from different threads in RecordCountFreedTenured() 227 // Atomic with relaxed order reason: memory accesses from different threads in RecordSizeFreedTenured()
|
| D | gc_extension_data.h | 24 // Can be extended for different language types.
|
| /arkcompiler/runtime_core/docs/ |
| D | rationale-for-bytecode.md | 21 In real world, different CPU manufacturers provide different sets of commands for their devices – 22 or, in other words, different CPUs have different _instruction set architectures_. This means 24 vary across CPUs and/or different operating systems. 40 Just as real CPUs can expose different instruction set architectures, there is no universal way of 179 overloads are calls (different number of operands) and calls are the most popular instructions in 219 no, they must not, virtual registers may hold value of different types (just as hardware registers,
|
| D | panda-runtime.md | 28 ## Different Overviews
|
| /arkcompiler/ets_runtime/ecmascript/ic/tests/ |
| D | profile_type_info_test.cpp | 53 * @tc.desc: Convert its name into a string according to different types of IC. 67 …* @tc.desc: Define a TaggedArray object with a length of six. Set different values and convert it … 68 …* profiletypeinfo object.Then define different profiletypeaccessor objects according to … 117 …* When different profiletypeaccessor objects call the AddHandlerWithoutKey function,the … 118 …* in the array are different.Check whether the data stored in the array is the same as e… 176 …* When different profiletypeaccessor objects call the AddHandlerWithoutKey function,the … 177 …* in the array are different.Check whether the data stored in the array is the same as e… 208 …* and handler value.When different profiletypeaccessor objects call the AddHandlerWithou… 209 …* the handlers stored in the array are different.Check whether the data stored in the ar… 260 … object.Then define profiletypeaccessor objects according to element in the array,different [all …]
|
| /arkcompiler/runtime_core/verification/ |
| D | TODO.txt | 4 …(? is writing to the field at the same time from different thread same value needs to be synced, m… 23 7. done Origins: at method entry, give different @start origins to parameters!
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | common.h | 28 * Different GC algorithms may be applied to different GC types.
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | mov.obj.yaml | 45 …description: Check mov.obj with different type of arguments (empty object, with fields, with stati… 154 …description: Check mov.obj with different type of arguments (empty object, with fields, with stati… 237 # Check mov.obj with different registers number 249 description: Check mov.obj instruction with different register numbers (4, 8, 16 bit). 275 # Check mov.obj with different registers number and null 286 …description: Check mov.obj instruction with different register numbers (4, 8, 16 bit) and null val…
|
| D | sta.obj.yaml | 24 …description: Check sta.obj with different type of arguments (empty object, with fields, statics, s… 195 # Check sta.obj with different registers number and null 235 ##- v1 initialization with different types
|
| D | mov.yaml | 40 description: Check mov instruction with different register numbers (4 bit). 75 description: Check mov instruction with different register numbers (8 bit). 115 description: Check mov instruction with different register numbers (16 bit). 173 Check mov with different type of source register - i64 (failure) values,
|
| D | ucmp.yaml | 69 description: Check ucmp with different values. 101 description: Check ucmp with different values.
|
| D | ucmp.64.yaml | 63 description: Check ucmp.64 with different values. 98 description: Check ucmp.64 with different values.
|
| D | lda.obj.yaml | 35 # Check lda.obj for different type of arguments (empty object, with fields, statics, etc). 142 # Check lda.obj for different type of arguments (empty object, with fields, statics, etc). 215 # Check lda.obj with different registers number
|
| D | cmp.64.yaml | 79 description: Check cmp.64 with different values. 120 description: Check cmp.64 with different values.
|
| /arkcompiler/runtime_core/verification/models/typesystem/ |
| D | ark_typesystem.als | 32 // all params are different 43 // all signatures are different for different params
|
| /arkcompiler/runtime_core/compiler/optimizer/ir_builder/ |
| D | inst_builder.cpp | 87 …// If there are multiple predecessors, then add phi for each register that has different definitio… in UpdateDefs() 90 bool different = false; in UpdateDefs() local 93 // since we do not know if definitions are different at this point in UpdateDefs() 96 different = true; in UpdateDefs() 102 different = true; in UpdateDefs() 106 if (different) { in UpdateDefs()
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | graph_comparator.h | 31 std::cerr << "Different number of blocks\n"; in Compare() 48 std::cerr << "Different number of preds blocks\n"; in Compare() 54 std::cerr << "Different number of succs blocks\n"; in Compare() 63 std::cerr << "Different instructions:\n"; in Compare()
|
| /arkcompiler/runtime_core/disassembler/tests/sources/ |
| D | returns.pa | 14 # testing of return instructions with different argument types
|
| D | newarrs.pa | 14 # testing of newarr instruction with different arguments
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | analysis.h | 24 * The file contains small analysis functions which can be used in different passes
|
| /arkcompiler/runtime_core/cross_values/ |
| D | diff_check_values.sh | 32 printf "\nCheck failed: 'cross_values' are different:\n"
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | if_conversion_doc.md | 59 6. The number of Phi instruction in `PBB`, which have different inputs from corresponding predecess… 60 7. `PBB` doesn't contain float Phi with different inputs for `JBB` and `BB`(`JBB 2` for Diamond)
|
| /arkcompiler/runtime_core/tests/checked/verify_aot_tests/ |
| D | verify_aot_test.pa | 68 #! EVENT_NOT /Paoc,.*different files/ 73 #! EVENT /Paoc,.*different files/
|
| /arkcompiler/runtime_core/tests/verifier-tests/ |
| D | bug_2107_1.pa | 37 # Load different values (objects, strings, types, 64-bit floating point values, 32-bit integer va…
|
| D | bug_2107_2.pa | 39 # Load different values (objects, strings, types, 64-bit floating point values, 32-bit integer va…
|