| /arkcompiler/runtime_core/docs/ |
| D | doxygen.config | 106 # 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 …]
|
| D | memory-management.md | 318 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/ |
| D | recursiveConditionalCrash3.ts | 42 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…
|
| D | typeGuardsOnClassProperty.ts | 21 // 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
|
| D | fileWithNextLine1.ts | 21 // Note: there is a nextline (0x85) in the string
|
| D | fileWithNextLine2.ts | 21 // Note: there is a nextline (0x85) char between the = and the 0.
|
| D | reverseMappedTypeAssignableToIndex.ts | 27 // Note that in the real code we don't have a direct reference to LiteralType
|
| D | typeGuardsInGlobal.ts | 21 // Note that type guards affect types of letiables and parameters only and
|
| D | baseIndexSignatureResolution.ts | 24 // Note - commmenting "extends Foo" prevents the error
|
| D | NOTICE | 3 Please note we provide an open source software notice for the third party open source software alon…
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | gate.h | 156 // 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/ |
| D | an_file_data_manager.cpp | 85 // 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/ |
| D | gc_barrier.h | 71 … * 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/ |
| D | readme.md | 15 ### Note subsection
|
| /arkcompiler/runtime_core/libpandabase/os/ |
| D | mem.h | 312 * 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/ |
| D | enumMemberResult.h | 25 // Note: if the bool operand is present, the expression cannot be evaluated during compliation
|
| D | tsBinding.h | 24 // Note: if the bool operand is present, the expression cannot be evaluated during compilation
|
| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/sourceMapWithNonCaseSensitiveFileNames/ |
| D | app.ts | 22 // Note in the out result we are using same folder name only different in casing
|
| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/sourceMapWithCaseSensitiveFileNames/ |
| D | app.ts | 22 // Note in the out result we are using same folder name only different in casing
|
| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/sourceMapWithCaseSensitiveFileNamesAndOutDir/ |
| D | app.ts | 22 // Note in the out result we are using same folder name only different in casing
|
| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/sourceMapWithNonCaseSensitiveFileNamesAndOutDir/ |
| D | app.ts | 22 // Note in the out result we are using same folder name only different in casing
|
| /arkcompiler/runtime_core/ldscripts/ |
| D | panda.ld | 14 .note : { *SORT(.note*) }
|
| /arkcompiler/runtime_core/docs/diagrams/ |
| D | g1gc-gc-activity.puactivity | 32 Note: only if occupied by alive objects space in region < some threshold;
|
| /arkcompiler/ets_runtime/docs/ |
| D | environment-setup-and-compilation.md | 40 **NOTE**: Run the compilation commands in the project root directory.
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | hash.h | 28 // 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()
|