Home
last modified time | relevance | path

Searched full:loads (Results 1 – 25 of 59) sorted by relevance

123

/arkcompiler/toolchain/test/autotest/scenario_test/
Dtest_debug_01.py100 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/
Dlse.h30 * 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.
Dcode_sink.cpp56 * - 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()
Dlse.cpp181 …/* 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/
Dtest_helpers.py80 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/
Dlda.null.yaml31 description: Check lda.null loads null reference into accumulator.
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dlda.null.yaml31 description: Check lda.null loads null reference into accumulator.
/arkcompiler/ets_frontend/testTs/
Drun_testTs.py53 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', ''))
Dconfig.py56 IMPORT_TEST = json.loads(content)
/arkcompiler/runtime_core/static_core/docs/
Druntime-debug-api.md11 …cess. Debugger functionality is provided via shared library, that runtime loads when works in debu…
/arkcompiler/runtime_core/docs/
Druntime-debug-api.md11 …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/
Dtest_parameters.py35 Loads all parameters for a directory
/arkcompiler/runtime_core/static_core/compiler/docs/
Dmemory_coalescing_doc.md46 … 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
Dcode_sink_doc.md57 * 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.
Dplt.md108 `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`…
Dlse_doc.md105 …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.
Daot_resolve_string.md5 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/
Dtest_astchecker.py67 ast = json.loads(ast_str)
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/plugins/hooks/
Dfix_arktsconfig.py73 j = json.loads(t)
/arkcompiler/runtime_core/compiler/docs/
Dplt.md108 `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`…
Daot_resolve_string.md5 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/
Dprofile_dump_info.h131 * 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/
Dstdlib_templates_generator.py59 Loads parameters and renders all templates in `dirpath`.
/arkcompiler/ets_frontend/test/scripts/utils/download_sdk_and_image/
Ddownload.py92 post_data = json.loads(post_result.text)
180 uni_data = json.loads(uni_cont)
/arkcompiler/ets_frontend/test/scripts/utils/commit_message/
Dresult.py143 item = json.loads(line)

123