Home
last modified time | relevance | path

Searched full:note (Results 1 – 25 of 106) sorted by relevance

12345

/arkcompiler/runtime_core/docs/
Ddoxygen.config106 # Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
161 # Note that you can specify absolute paths here, but also relative paths, which
206 # Note that setting this tag to YES also means that rational rose comments are
289 # Note: For files without extension you can use no_extension as a placeholder.
291 # Note that for custom extensions you also need to set FILE_PATTERNS otherwise
309 # Note: This feature currently applies only to Markdown headings.
386 # Note that this feature does not work in combination with
434 # Note: This will also disable the warnings about undocumented members that are
577 # name. If set to NO, the members will appear in declaration order. Note that
587 # Note: If SORT_BRIEF_DOCS is set to NO this option is ignored for sorting brief
[all …]
Dmemory-management.md318 Note:
411 Note: we'll use adaptive thresholds for triggering Minor GC for minimizing STW pause
412 Note #2: we can tune minor GC by trying make concurrent marking and re-mark, but it will require co…
424 Note: If we don't have Survivor spaces we can implement non-moving generational GC.
468 Note: RSets optionally can be refined with special threads
486 Note: good choice for the applications with big heap or for applications when it is hard to provide…
488 Note: compaction is target and mode dependent, so for low-memory devices we can consider [semi-spac…
502 Note: In some architectures it is make sense to use store instead of load because it requires less …
504 Note: If it is no MMU available - it is allowed to use explicit condition for safepoint, i.e. somet…
572 Note: Sometimes we don't check if object and stored reference in different generations. Because we …
[all …]
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DrecursiveConditionalCrash3.ts42 note: string, property
140 …ing; role: { id: string; user: { id: string; role: string; note: string; }; x: string; }; note: st…
171 …ring; user: { id: string; role: { id: string; user: string; x: string; }; note: string; }; x: stri…
DtypeGuardsOnClassProperty.ts21 // Note that type guards affect types of letiables and parameters only and
24 // Note that the class's property must be copied to a local letiable for
DfileWithNextLine1.ts21 // Note: there is a nextline (0x85) in the string
DfileWithNextLine2.ts21 // Note: there is a nextline (0x85) char between the = and the 0.
DreverseMappedTypeAssignableToIndex.ts27 // Note that in the real code we don't have a direct reference to LiteralType
DtypeGuardsInGlobal.ts21 // Note that type guards affect types of letiables and parameters only and
DbaseIndexSignatureResolution.ts24 // Note - commmenting "extends Foo" prevents the error
DNOTICE3 Please note we provide an open source software notice for the third party open source software alon…
/arkcompiler/ets_runtime/ecmascript/compiler/
Dgate.h156 // note: GetFirstOut() is not equal to GetOut(0)
157 // note: behavior of GetFirstOut() is undefined when there are no Outs
158 // note: use IsFirstOutNull() to check first if there may be no Outs
166 // note: behavior of GetInGate(idx) is undefined when Ins[idx] is deleted or not assigned
167 // note: use IsInGateNull(idx) to check first if Ins[idx] may be deleted or not assigned
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Dan_file_data_manager.cpp85 // note: This method is not thread-safe in UnsafeFind()
97 // note: This method is not thread-safe in UnsafeLoadFromStub()
113 // note: This method is not thread-safe in UnsafeLoadFromAOT()
/arkcompiler/runtime_core/libpandabase/mem/
Dgc_barrier.h71 … * load obj.field -> pre_val // note: if store volatile - we need to have volatile load here
100 … * Note if store if to expensive on the architecture(for example in multithreading environment) -
125 /* Note: cosider two-level card table for pre-barrier */
/arkcompiler/ets_frontend/test/scripts/
Dreadme.md15 ### Note subsection
/arkcompiler/runtime_core/libpandabase/os/
Dmem.h312 * Note: returned memory will be poisoned in ASAN targets,
323 * Note: returned memory will be poisoned in ASAN targets,
349 * Note: returned memory will be poisoned in ASAN targets,
360 * Note: memory will be unpoisoned before unmapping in ASAN targets.
369 * Note: memory will be unpoisoned before unmapping in ASAN targets.
/arkcompiler/ets_frontend/es2panda/binder/
DenumMemberResult.h25 // Note: if the bool operand is present, the expression cannot be evaluated during compliation
DtsBinding.h24 // Note: if the bool operand is present, the expression cannot be evaluated during compilation
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/sourceMapWithNonCaseSensitiveFileNames/
Dapp.ts22 // Note in the out result we are using same folder name only different in casing
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/sourceMapWithCaseSensitiveFileNames/
Dapp.ts22 // Note in the out result we are using same folder name only different in casing
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/sourceMapWithCaseSensitiveFileNamesAndOutDir/
Dapp.ts22 // Note in the out result we are using same folder name only different in casing
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/sourceMapWithNonCaseSensitiveFileNamesAndOutDir/
Dapp.ts22 // Note in the out result we are using same folder name only different in casing
/arkcompiler/runtime_core/ldscripts/
Dpanda.ld14 .note : { *SORT(.note*) }
/arkcompiler/runtime_core/docs/diagrams/
Dg1gc-gc-activity.puactivity32 Note: only if occupied by alive objects space in region < some threshold;
/arkcompiler/ets_runtime/docs/
Denvironment-setup-and-compilation.md40 **NOTE**: Run the compilation commands in the project root directory.
/arkcompiler/runtime_core/libpandabase/utils/
Dhash.h28 // NOTE: To create different seed for your purposes,
156 …// note that the numbers are for 32 bits specifically, see https://github.com/HowardHinnant/hash_a… in merge_hashes()

12345