Searched full:loads (Results 1 – 25 of 59) sorted by relevance
123
| /arkcompiler/toolchain/test/autotest/scenario_test/ |
| D | test_debug_01.py | 100 response = json.loads(response) 116 assert json.loads(response) == {"id": message_id, "result": {"protocols": []}} 126 assert json.loads(response) == {"id": message_id, "result": {"debuggerId": "0", 136 assert json.loads(response) == {"id": message_id, "result": {}} 142 response = json.loads(response) 151 response = json.loads(response) 164 assert json.loads(response) == {"method": "Debugger.resumed", "params": {}} 167 assert json.loads(response) == {"id": message_id, "result": {}} 173 response = json.loads(response) 182 response = json.loads(response) [all …]
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | lse.h | 30 * loads and store. It uses Alias Analysis to determine which memory 38 * 2) delete loads that attempt to load values that were previously loaded or 72 * - on the loop header we record all loads from preheader's heap. They are 83 * candidate is a store, we do nothing. If among aliased accesses only loads, 84 * we simply replace MUST_ALIASed loads with the corresponding candidate.
|
| D | code_sink.cpp | 56 * - Loads that may be aliased by following stores in a basic block 57 * - Loads if there is any presence of monitors in a function 206 // Do not sink loads across a critical edge there may be stores in in IsAcceptableTarget()
|
| D | lse.cpp | 181 …/* Loads added to eliminations_ above are not checked versus phis -> no double instruction elimina… in VisitLoad() 352 // Don't replace loads that are also phi inputs in LoopDoElimination() 362 // And fix savestates for loads in LoopDoElimination() 539 // Ignore MAY_ALIAS loads, they won't interfere with our analysis in FinalizeLoopsWithPhiCands() 553 // We can handle if loads are in inner loop, but if a store is in inner loop in FinalizeLoopsWithPhiCands() 583 << "Skipping phi candidate " << LogInst(cand) << ": no loads to convert to phi"; in TryLoopDoElimination() 598 // Without stores, we can replace all MUST_ALIAS loads with instruction itself in TryLoopDoElimination() 712 * While entering in the loop we put all heap values obtained from loads as phi candidates. 927 // Have to cast a value to the type of eliminated inst. Actually required only for loads. in DeleteInstruction()
|
| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/tests/ |
| D | test_helpers.py | 80 obj = json.loads('{"x": "ok", "y": 5, "z": [3, 4]}') 94 obj = json.loads('{"n": 1, "m":2}') 96 obj = json.loads('{"n": null, "m":2}')
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/ |
| D | lda.null.yaml | 31 description: Check lda.null loads null reference into accumulator.
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | lda.null.yaml | 31 description: Check lda.null loads null reference into accumulator.
|
| /arkcompiler/ets_frontend/testTs/ |
| D | run_testTs.py | 53 skip_test = json.loads(sk_content) 184 out_txt = json.loads(out_do) 188 c = json.loads(out_list[i]) 220 i = json.loads(i.replace("'", '"').replace('\n', ''))
|
| D | config.py | 56 IMPORT_TEST = json.loads(content)
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | runtime-debug-api.md | 11 …cess. Debugger functionality is provided via shared library, that runtime loads when works in debu…
|
| /arkcompiler/runtime_core/docs/ |
| D | runtime-debug-api.md | 11 …cess. Debugger functionality is provided via shared library, that runtime loads when works in debu…
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/ets/utils/ |
| D | test_parameters.py | 35 Loads all parameters for a directory
|
| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | memory_coalescing_doc.md | 46 … type of a single element, so there is an assumption that `LoadArrayPair` loads only multiple valu… 48 | Consecutive Loads | Coalesced Load | 147 ### Loads and Stores with immediate indices
|
| D | code_sink_doc.md | 57 * Loads cannot be sunk into blocks with more than one predecessors (because other predecessors migh… 123 // Do not sink loads across a critical edge there may be stores in other code paths.
|
| D | plt.md | 108 `PLT CallVirtual Resolver` loads `method Id` from `FirstSlot` using address `x16-8`, 154 `PLT InitClass Resolver` loads `class Id` from `FirstSlot` using address `x16-8`, 160 `PLT Class Resolver` receives `x16` addressing `ThirdSlot`, so it loads `class Id` from `FirstSlot`…
|
| D | lse_doc.md | 105 …t can be eliminated due to `v3`. However we can't record `v20` to list of loads that will be elimi… 123 * If among aliased accesses only loads, add `MUST_ALIAS`ed load to elimination list. 238 …nd `v20` load a values stored by `v7`. As a result we can substitute these loads with stored value.
|
| D | aot_resolve_string.md | 5 loads a value from a slot associated with a string and checks if that value is valid pointer. If it…
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/astchecker/ |
| D | test_astchecker.py | 67 ast = json.loads(ast_str)
|
| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/plugins/hooks/ |
| D | fix_arktsconfig.py | 73 j = json.loads(t)
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | plt.md | 108 `PLT CallVirtual Resolver` loads `method Id` from `FirstSlot` using address `x16-8`, 154 `PLT InitClass Resolver` loads `class Id` from `FirstSlot` using address `x16-8`, 160 `PLT Class Resolver` receives `x16` addressing `ThirdSlot`, so it loads `class Id` from `FirstSlot`…
|
| D | aot_resolve_string.md | 5 loads a value from a slot associated with a string and checks if that value is valid pointer. If it…
|
| /arkcompiler/runtime_core/static_core/runtime/profilesaver/ |
| D | profile_dump_info.h | 131 * Loads profile information from the given file descriptor. 147 * Loads and merges profile information from the given file into the current cache
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/ets/stdlib_templates/ |
| D | stdlib_templates_generator.py | 59 Loads parameters and renders all templates in `dirpath`.
|
| /arkcompiler/ets_frontend/test/scripts/utils/download_sdk_and_image/ |
| D | download.py | 92 post_data = json.loads(post_result.text) 180 uni_data = json.loads(uni_cont)
|
| /arkcompiler/ets_frontend/test/scripts/utils/commit_message/ |
| D | result.py | 143 item = json.loads(line)
|
123