Home
last modified time | relevance | path

Searched full:considered (Results 1 – 25 of 38) sorted by relevance

12

/arkcompiler/runtime_core/verification/config/
DREADME.md18 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/
Dark_config.gni64 # 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/
Dark_config.gni76 # 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/
DTemplateBasedGen.cmake28 # * 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
DPandaAssembly.cmake154 # 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/
DBUILD.gn17 # considered runtime_deps rather than stripped ones.
/arkcompiler/runtime_core/runtime/
Dcompiler_queue_aged_counter_priority.h26 * If the aged counter is less then some death value, it is considered as expired and is removed.
Dthread_manager.h247 // * NATIVE threads are either go to FINISHED status or considered a part of a deadlock; in CanDeregister()
/arkcompiler/ets_frontend/es2panda/
Des2abc_config.gni43 # extra_dependencies -- a list of files that should be considered as dependencies, must be label
/arkcompiler/ets_runtime/
Djs_runtime_config.gni60 # extra_dependencies -- a list of files that should be considered as dependencies, must be lable
/arkcompiler/ets_frontend/merge_abc/src/
Doptions.cpp35 … "it considered as a text file with list of files or directories."); in Parse()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dbalance_expressions.cpp82 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/
Dtypes_n_values.md38 By default, it is considered, that a type is in subtyping relation with itself, i.e.
Dcflow_checks.md102 into code, then they will be considered ok. Currently, due to imprecision
/arkcompiler/runtime_core/compiler/docs/
Daot_cha.md9 situations when several same classes were passed and only the first is considered by VM. To identif…
/arkcompiler/runtime_core/compiler/tests/
Dbalance_expressions_test.cpp25 …// 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/
Dalias_analysis.cpp65 * Lin may be considered.
70 * considered to add advanced analysis of array indices.
/arkcompiler/ets_frontend/ts2panda/
Dts2abc_config.gni70 # extra_dependencies -- a list of files that should be considered as dependencies, must be label
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dsplit_resolver.cpp73 // PHI and its inputs can be considered as one interval, which was split, in ProcessBlock()
/arkcompiler/runtime_core/libpandabase/
DREADME.md135 - Boolean argument may be used without a value. This arguments always considered as `true`
/arkcompiler/runtime_core/runtime/include/coretypes/
Dstring.h310 // \0 is not considered ASCII in Modified-UTF8 in IsASCIICharacter()
/arkcompiler/runtime_core/compiler/optimizer/code_generator/
Dencoder.md119 If a parameter is not defined, it is considered equal to 0. The base must be defined.
/arkcompiler/runtime_core/docs/
Ddesign-of-interpreter.md20 This section outlines common requirements that should be considered while designing the interpreter
/arkcompiler/runtime_core/isa/
Disa.yaml24 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/
Dgate.h178 void AppendIn(const Gate *in); // considered very slow

12