Searched full:note (Results 1 – 25 of 111) sorted by relevance
12345
| /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 …]
|
| D | runtime-class.md | 38 Note: as `panda::Class` object has variable size it must be last in the mirror class.
|
| D | file_format.md | 269 Note: Proper region index to resolve `class_idx` and `type_idx` can be found by foreign field's off… 285 Note: Proper region index to resolve `class_idx` and `type_idx` can be found by field's offset. 299 Note: Only `INT_VALUE` or `VALUE` tags must be present. 338 Note: Proper region index to resolve `class_idx` and `proto_idx` can be found by foreign method's o… 354 Note: Proper region index to resolve `class_idx` and `proto_idx` can be found by method's offset. 411 Note: Proper region index to resolve interfaces indexes can be found by class's offset. 433 Note: Proper region index to resolve reference types indexes can be found by proto's offset. 521 Note: Proper region index to resolve `type_idx` can be found by corresponding method's offset. 536 Note: Proper region index to resolve `class_idx` can be found by annotation's offset.
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | gate.h | 155 // note: GetFirstOut() is not equal to GetOut(0) 156 // note: behavior of GetFirstOut() is undefined when there are no Outs 157 // note: use IsFirstOutNull() to check first if there may be no Outs 165 // note: behavior of GetInGate(idx) is undefined when Ins[idx] is deleted or not assigned 166 // note: use IsInGateNull(idx) to check first if Ins[idx] may be deleted or not assigned
|
| /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/runtime_core/libpandabase/os/ |
| D | mem.h | 310 * Note: returned memory will be poisoned in ASAN targets, 321 * Note: returned memory will be poisoned in ASAN targets, 347 * Note: returned memory will be poisoned in ASAN targets, 358 * Note: memory will be unpoisoned before unmapping in ASAN targets. 367 * Note: memory will be unpoisoned before unmapping in ASAN targets.
|
| /arkcompiler/runtime_core/verification/config/ |
| D | README.md | 50 Note newline after last `}`.
|
| /arkcompiler/runtime_core/runtime/mem/ |
| D | humongous_obj_allocator.h | 97 * NOTE: This method can't be used to clear all internal allocator 141 // To note: It is not the smallest size of the pool in GetMinPoolSize() 308 // NOTE: The MT support expects that we can't iterate
|
| /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/runtime_core/ldscripts/ |
| D | panda.ld | 14 .note : { *SORT(.note*) }
|
| /arkcompiler/ets_runtime/docs/ |
| D | environment-setup-and-compilation.md | 40 **NOTE**: Run the compilation commands in the project root directory.
|
| /arkcompiler/runtime_core/docs/diagrams/ |
| D | g1gc-gc-activity.puactivity | 32 Note: only if occupied by alive objects space in region < some threshold;
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | hash.h | 27 // NOTE: To create different seed for your purposes, 155 …// note that the numbers are for 32 bits specifically, see https://github.com/HowardHinnant/hash_a… in merge_hashes()
|
| /arkcompiler/runtime_core/runtime/mem/gc/ |
| D | gc_barrier_set.cpp | 123 // NOTE: We can improve an implementation here in PostBarrierEveryObjectFieldWrite() 167 // NOTE: We can improve an implementation here in PostBarrierEveryObjectFieldWrite()
|
| D | gc.h | 164 * Note: for non-mt STW GC can be used to run GC 403 * Note: for some GCs it is not necessary set GC bit to 1. 411 * Note: for some GCs it is not necessary set GC bit to 1.
|
| /arkcompiler/runtime_core/verification/cflow/ |
| D | cflow_info.h | 45 size_t Size; // Note. In Java the catch block size is not defined
|
| /arkcompiler/runtime_core/ |
| D | .clang-tidy | 14 # Note well! The list of global exceptions is maintained in cmake/ClangTidy.cmake
|
| /arkcompiler/runtime_core/verification/config/context/ |
| D | context.h | 42 …// note: this is assumed to be small so stored as a vector (not even sorted, so we use a linear se…
|
| /arkcompiler/ets_frontend/ts2panda/src/ |
| D | strictMode.ts | 59 // Note: the node text must be exactly "use strict" or 'use strict'. It is not ok for the
|
| /arkcompiler/runtime_core/cmake/ |
| D | PandaCmakeFunctions.cmake | 16 # Note: AddressSanitizer reserves (mmap) addresses for its own needs,
|
| /arkcompiler/runtime_core/compiler/optimizer/templates/intrinsics/ |
| D | intrinsics_flags.inl.erb | 19 // Note: code relies on current intrinsic instruction default flags
|
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| D | common.cpp | 84 // Note: subi 3 is the same as inci v2, -3. in CanConvertToIncI()
|
| /arkcompiler/toolchain/ |
| D | OAT.xml | 47 Note:If the text contains special characters, please escape them according to the following rules:
|
12345