Searched full:considered (Results 1 – 25 of 38) sorted by relevance
12
| /arkcompiler/runtime_core/verification/config/ |
| D | README.md | 18 List with methods full names, which will be considered as verified. 22 List of methods, calls to which always be considered as correct (signature checks is turned off for…
|
| /arkcompiler/runtime_core/ |
| D | ark_config.gni | 64 # extra_dependencies -- a list of files that should be considered as dependencies, must be lable 180 # * extra_dependencies -- a list of files that should be considered as dependencies 241 # * extra_dependencies -- a list of files that should be considered as dependencies lable, must be …
|
| /arkcompiler/runtime_core/gn/ark/runtime_core/ |
| D | ark_config.gni | 76 # extra_dependencies -- a list of files that should be considered as dependencies, must be lable 192 # * extra_dependencies -- a list of files that should be considered as dependencies 253 # * extra_dependencies -- a list of files that should be considered as dependencies lable, must be …
|
| /arkcompiler/runtime_core/cmake/ |
| D | TemplateBasedGen.cmake | 28 # * EXTRA_DEPENDENCIES -- a list of files that should be considered as dependencies 96 # * EXTRA_DEPENDENCIES -- a list of files that should be considered as dependencies 128 # EXTRA_DEPENDENCIES -- a list of files that should be considered as dependencies
|
| D | PandaAssembly.cmake | 154 # must match the `timeout` command. The run will be considered successful if the program 404 # must match the `timeout` command. The run will be considered successful if the program
|
| /arkcompiler/toolchain/build/toolchain/mingw/ |
| D | BUILD.gn | 17 # considered runtime_deps rather than stripped ones.
|
| /arkcompiler/runtime_core/runtime/ |
| D | compiler_queue_aged_counter_priority.h | 26 * If the aged counter is less then some death value, it is considered as expired and is removed.
|
| D | thread_manager.h | 247 // * NATIVE threads are either go to FINISHED status or considered a part of a deadlock; in CanDeregister()
|
| /arkcompiler/ets_frontend/es2panda/ |
| D | es2abc_config.gni | 43 # extra_dependencies -- a list of files that should be considered as dependencies, must be label
|
| /arkcompiler/ets_runtime/ |
| D | js_runtime_config.gni | 60 # extra_dependencies -- a list of files that should be considered as dependencies, must be lable
|
| /arkcompiler/ets_frontend/merge_abc/src/ |
| D | options.cpp | 35 … "it considered as a text file with list of files or directories."); in Parse()
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/ |
| D | balance_expressions.cpp | 82 COMPILER_LOG(DEBUG, BALANCE_EXPR) << "Expression considered."; in ProccesExpressionChain() 218 …* If not, the considered instruction is the expression's term (source) and we save it for a later …
|
| /arkcompiler/runtime_core/docs/bc_verification/ |
| D | types_n_values.md | 38 By default, it is considered, that a type is in subtyping relation with itself, i.e.
|
| D | cflow_checks.md | 102 into code, then they will be considered ok. Currently, due to imprecision
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | aot_cha.md | 9 situations when several same classes were passed and only the first is considered by VM. To identif…
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | balance_expressions_test.cpp | 25 …// Check that independent expression are not mixed with each other and being considered sequential… in TEST_F() 125 …th more than one user may create side effects, so it is needed to check that they are considered as in TEST_F()
|
| /arkcompiler/runtime_core/compiler/optimizer/analysis/ |
| D | alias_analysis.cpp | 65 * Lin may be considered. 70 * considered to add advanced analysis of array indices.
|
| /arkcompiler/ets_frontend/ts2panda/ |
| D | ts2abc_config.gni | 70 # extra_dependencies -- a list of files that should be considered as dependencies, must be label
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
| D | split_resolver.cpp | 73 // PHI and its inputs can be considered as one interval, which was split, in ProcessBlock()
|
| /arkcompiler/runtime_core/libpandabase/ |
| D | README.md | 135 - Boolean argument may be used without a value. This arguments always considered as `true`
|
| /arkcompiler/runtime_core/runtime/include/coretypes/ |
| D | string.h | 310 // \0 is not considered ASCII in Modified-UTF8 in IsASCIICharacter()
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/ |
| D | encoder.md | 119 If a parameter is not defined, it is considered equal to 0. The base must be defined.
|
| /arkcompiler/runtime_core/docs/ |
| D | design-of-interpreter.md | 20 This section outlines common requirements that should be considered while designing the interpreter
|
| /arkcompiler/runtime_core/isa/ |
| D | isa.yaml | 24 When used for primitive types, registers width should be considered as 64 bits. 25 …When used for object types, registers should be considered wide enough to hold a reference to an o… 47 …the number of arguments. Accumulator value is considered as undefined and shall not be read in ver… 49 …accumulator. Otherwise accumulator content in caller frame is considered as undefined and shall not
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | gate.h | 178 void AppendIn(const Gate *in); // considered very slow
|
12