Searched refs:modified (Results 1 – 23 of 23) sorted by relevance
/arkcompiler/runtime_core/compiler/optimizer/optimizations/ |
D | cleanup.cpp | 45 bool modified = PhiChecker(); in RunImpl() local 55 modified |= RunOnce(empty_blocks, new_empty_blocks, !first_run); in RunImpl() 92 modified = true; in RunImpl() 95 return modified; in RunImpl() 100 bool modified = false; in RunOnce() local 130 modified |= ProcessBB(bb, dead_mrk, new_empty_blocks); in RunOnce() 134 modified |= SimpleDce(dead_mrk, new_empty_blocks); in RunOnce() 136 modified |= Dce(dead_mrk, new_empty_blocks); in RunOnce() 140 return modified; in RunOnce() 266 bool modified = false; in Dce() local [all …]
|
/arkcompiler/runtime_core/compiler/docs/ |
D | cleanup_doc.md | 91 bool modified = PhiChecker(empty_blocks); 99 modified |= RunOnce(empty_blocks, new_empty_blocks); 112 modified = true; 116 return modified; 121 bool modified = false; 123 modified |= ProcessBB(bb, dead_mrk, new_empty_blocks); 125 modified |= Dce(dead_mrk, new_empty_blocks); 126 return modified; 148 bool modified = false; 165 modified = true; [all …]
|
/arkcompiler/ets_runtime/test/moduletest/globalrecord/ |
D | expect_output.txt | 19 const can not be modified
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/nodeModulesAllowJsExportlessJsModuleDetectionAutomodulenode16/ |
D | foo.cjs | 16 * This file has been modified by Huawei to verify type inference by adding verification statements.
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/nodeModulesAllowJsExportlessJsModuleDetectionAutomodulenodenext/ |
D | foo.cjs | 16 * This file has been modified by Huawei to verify type inference by adding verification statements.
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/tsxElementResolution17/ |
D | file.tsx | 16 * This file has been modified by Huawei to verify type inference by adding verification statements.
|
D | consumer.tsx | 16 * This file has been modified by Huawei to verify type inference by adding verification statements.
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/jsxPreserveWithJsInput/ |
D | b.jsx | 16 * This file has been modified by Huawei to verify type inference by adding verification statements.
|
D | e.tsx | 16 * This file has been modified by Huawei to verify type inference by adding verification statements.
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/jsDeclarationsJson/ |
D | obj.json | 16 * This file has been modified by Huawei to verify type inference by adding verification statements.
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/jsDeclarationsPackageJson/ |
D | package.json | 16 * This file has been modified by Huawei to verify type inference by adding verification statements.
|
/arkcompiler/runtime_core/docs/ |
D | code_metainfo.md | 123 | VREG_MASK_INDEX | Mask of the virtual registers, that are modified from the last stackmap to the … 124 | VREG_MAP_INDEX | Map of the virtual registers, that are modified from the last stackmap to the cu… 168 …le, where column is a bit mask, that determines which virtual register is modified in the StackMap.
|
D | glossary.md | 48 for tracking modified references during concurrent phase of GC.
|
/arkcompiler/ets_frontend/test/scripts/performance_test/ |
D | readme_zh.md | 65 # The following params is not neccessary to be modified
|
D | readme.md | 65 # The following params is not neccessary to be modified
|
/arkcompiler/toolchain/ |
D | LICENSE | 98 (b) You must cause any modified files to carry prominent notices
|
/arkcompiler/ets_runtime/ |
D | LICENSE | 98 (b) You must cause any modified files to carry prominent notices
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | LICENSE.txt | 39 You must cause any modified files to carry prominent notices stating that You changed the files; and
|
/arkcompiler/ets_frontend/arkguard/ |
D | LICENSE | 98 (b) You must cause any modified files to carry prominent notices
|
/arkcompiler/runtime_core/ |
D | LICENSE | 98 (b) You must cause any modified files to carry prominent notices
|
/arkcompiler/ets_frontend/ |
D | LICENSE | 98 (b) You must cause any modified files to carry prominent notices
|
/arkcompiler/ets_frontend/test262/ |
D | intl_tests.txt | 64 intl402/Collator/legacy-regexp-statics-not-modified.js 220 intl402/DateTimeFormat/legacy-regexp-statics-not-modified.js 654 intl402/NumberFormat/legacy-regexp-statics-not-modified.js
|
/arkcompiler/ets_frontend/es2panda/test/ |
D | test262skiplist.txt | 7309 intl402/Collator/legacy-regexp-statics-not-modified.js 7387 intl402/DateTimeFormat/legacy-regexp-statics-not-modified.js
|