Home
last modified time | relevance | path

Searched full:shall (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/ets_runtime/
DLICENSE10 "License" shall mean the terms and conditions for use, reproduction,
13 "Licensor" shall mean the copyright owner or entity authorized by
16 "Legal Entity" shall mean the union of the acting entity and all
24 "You" (or "Your") shall mean an individual or Legal Entity
27 "Source" form shall mean the preferred form for making modifications,
31 "Object" form shall mean any form resulting from mechanical
36 "Work" shall mean the work of authorship, whether in Source or
41 "Derivative Works" shall mean any work, whether in Source or Object
45 of this License, Derivative Works shall not include works that remain
49 "Contribution" shall mean any work of authorship, including
[all …]
/arkcompiler/toolchain/
DLICENSE10 "License" shall mean the terms and conditions for use, reproduction,
13 "Licensor" shall mean the copyright owner or entity authorized by
16 "Legal Entity" shall mean the union of the acting entity and all
24 "You" (or "Your") shall mean an individual or Legal Entity
27 "Source" form shall mean the preferred form for making modifications,
31 "Object" form shall mean any form resulting from mechanical
36 "Work" shall mean the work of authorship, whether in Source or
41 "Derivative Works" shall mean any work, whether in Source or Object
45 of this License, Derivative Works shall not include works that remain
49 "Contribution" shall mean any work of authorship, including
[all …]
/arkcompiler/runtime_core/
DLICENSE10 "License" shall mean the terms and conditions for use, reproduction,
13 "Licensor" shall mean the copyright owner or entity authorized by
16 "Legal Entity" shall mean the union of the acting entity and all
24 "You" (or "Your") shall mean an individual or Legal Entity
27 "Source" form shall mean the preferred form for making modifications,
31 "Object" form shall mean any form resulting from mechanical
36 "Work" shall mean the work of authorship, whether in Source or
41 "Derivative Works" shall mean any work, whether in Source or Object
45 of this License, Derivative Works shall not include works that remain
49 "Contribution" shall mean any work of authorship, including
[all …]
/arkcompiler/ets_frontend/
DLICENSE10 "License" shall mean the terms and conditions for use, reproduction,
13 "Licensor" shall mean the copyright owner or entity authorized by
16 "Legal Entity" shall mean the union of the acting entity and all
24 "You" (or "Your") shall mean an individual or Legal Entity
27 "Source" form shall mean the preferred form for making modifications,
31 "Object" form shall mean any form resulting from mechanical
36 "Work" shall mean the work of authorship, whether in Source or
41 "Derivative Works" shall mean any work, whether in Source or Object
45 of this License, Derivative Works shall not include works that remain
49 "Contribution" shall mean any work of authorship, including
[all …]
/arkcompiler/runtime_core/runtime/tests/
Dmem_stats_gen_gc_test.cpp656 // Young shall be empty now. in TEST_F()
691 // Young shall be empty now. in TEST_F()
699 // HelpAllocTenured shall trigger young gc, which is allowed to be mixed in TEST_F()
775 // Young shall be empty now. in TEST_F()
788 // HelpAllocTenured shall trigger young gc, which is allowed to be mixed in TEST_F()
Dg1gc_fullgc_test.cpp341 // Ordinary young shall not be broken when intermixed with explicits in TEST_F()
/arkcompiler/runtime_core/docs/
Daot.md142 Panda file shall be passed with same name as it was compiled by ark_aot, otherwise AOT loader won't…
Dassembly_format.md86 … have an implementation. The absence of these keys suggests otherwise. We shall call metadata cont…
/arkcompiler/runtime_core/compiler/aot/
Daot_file.cpp149 ASSERT(it->methods_count != 0 && "AOT file shall not contain empty classes"); in GetClass()
/arkcompiler/runtime_core/libpandabase/utils/
Dlogger.h298 * Sometimes nothinig shall be done, if LogLineInternal flushes everything by itself statelessl
Dlist.h35 * Intrusive forward list node, which shall be inherited by list element class.
/arkcompiler/runtime_core/isa/
Disa.yaml27 bits of a register, undefined bits shall not be accessed in verified code.
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/runtime_core/compiler/optimizer/ir/
Dinstructions.yaml1150 … If instrucion's type is float then size of source operands shall be equal to size of destination.
1152 …If instrucion's type is integer then size of source operands shall be greater than or equal to siz…
Dinst.h727 * @tparam InstType - concrete type of instruction, shall be derived from Inst
2063 * Shall not be instantiated directly, only through derived classes.