Home
last modified time | relevance | path

Searched full:redundant (Results 1 – 19 of 19) sorted by relevance

/arkcompiler/runtime_core/assembler/
Dassembly-debug.h26 std::string whole_line = ""; // TODO(mbolshov): redundant given file and line_number
/arkcompiler/ets_frontend/merge_abc/
DHowToWriteProtoForAssemblyStuff.md134 std::string whole_line = ""; // TODO(mbolshov): redundant given file and line_number
/arkcompiler/runtime_core/libpandabase/mem/
Darena_allocator_stl_adapter.h147 // NOLINTNEXTLINE(readability-redundant-declaration)
/arkcompiler/runtime_core/compiler/docs/
Dcleanup_doc.md50 ### Remove redundant Phi(s)
52 On first step redundant `Phi` instructions are removed - in short, if `phi` has only one real input…
/arkcompiler/ets_frontend/ts2panda/src/
DlexicalBinder.ts149 …// Gloabl declaration should not be set lexical, otherwise redundant lexical env will be created i…
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dloop_analyzer.h232 // NOLINTNEXTLINE(readability-redundant-declaration)
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinstructions.yaml27 this field become redundant
Dgraph_cloner.h29 // NOLINTNEXTLINE(readability-redundant-declaration)
/arkcompiler/runtime_core/docs/
Drationale-for-bytecode.md125 To address the risk of producing inefficient bytecode with redundant moves from and to
Ddesign-of-interpreter.md181 redundant memory consumption is cheaper than ongoing runtime penalties on garbage collector
Dfile_format.md31 redundant references should be avoided. Also, if it possible, binary file format should avoid data
/arkcompiler/runtime_core/libpandabase/utils/
Dlist.h127 // NOLINTNEXTLINE(readability-redundant-declaration)
Dbit_vector.h237 // NOLINTNEXTLINE(readability-redundant-declaration)
/arkcompiler/runtime_core/compiler/
Dcompiler.yaml709 - name: redundant-loop-elimination
/arkcompiler/ets_frontend/ts2panda/tests/
Dlexenv.test.ts473 new Tonumeric(new Imm(1)), // this is redundant load varialbe
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_atomics.cpp297 …// 7. NOTE: The above check is not redundant with the check in ValidateIntegerTypedArray because t… in AtomicReadModifyWrite()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp591 …// In order to reduce redundant compilation, when a export element satisfies one of the following … in CollectExportIndexs()
/arkcompiler/ets_frontend/testTs/
Dtest-case.patch10086 + const redundant = 010
10087 + with (redundant) {
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …, add an initializer. Otherwise, add a 'declare' modifier or remove the redundant declaration."),M…