Home
last modified time | relevance | path

Searched full:note (Results 1 – 25 of 111) 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 …]
Druntime-class.md38 Note: as `panda::Class` object has variable size it must be last in the mirror class.
Dfile_format.md269 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/
Dgate.h155 // 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/
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/runtime_core/libpandabase/os/
Dmem.h310 * 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/
DREADME.md50 Note newline after last `}`.
/arkcompiler/runtime_core/runtime/mem/
Dhumongous_obj_allocator.h97 * 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/
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/runtime_core/ldscripts/
Dpanda.ld14 .note : { *SORT(.note*) }
/arkcompiler/ets_runtime/docs/
Denvironment-setup-and-compilation.md40 **NOTE**: Run the compilation commands in the project root directory.
/arkcompiler/runtime_core/docs/diagrams/
Dg1gc-gc-activity.puactivity32 Note: only if occupied by alive objects space in region < some threshold;
/arkcompiler/runtime_core/libpandabase/utils/
Dhash.h27 // 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/
Dgc_barrier_set.cpp123 // NOTE: We can improve an implementation here in PostBarrierEveryObjectFieldWrite()
167 // NOTE: We can improve an implementation here in PostBarrierEveryObjectFieldWrite()
Dgc.h164 * 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/
Dcflow_info.h45 size_t Size; // Note. In Java the catch block size is not defined
/arkcompiler/runtime_core/
D.clang-tidy14 # Note well! The list of global exceptions is maintained in cmake/ClangTidy.cmake
/arkcompiler/runtime_core/verification/config/context/
Dcontext.h42 …// 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/
DstrictMode.ts59 // Note: the node text must be exactly "use strict" or 'use strict'. It is not ok for the
/arkcompiler/runtime_core/cmake/
DPandaCmakeFunctions.cmake16 # Note: AddressSanitizer reserves (mmap) addresses for its own needs,
/arkcompiler/runtime_core/compiler/optimizer/templates/intrinsics/
Dintrinsics_flags.inl.erb19 // Note: code relies on current intrinsic instruction default flags
/arkcompiler/runtime_core/bytecode_optimizer/
Dcommon.cpp84 // Note: subi 3 is the same as inci v2, -3. in CanConvertToIncI()
/arkcompiler/toolchain/
DOAT.xml47 Note:If the text contains special characters, please escape them according to the following rules:

12345