| /arkcompiler/runtime_core/runtime/mem/ |
| D | alloc_config.h | 29 …* We want to record stats about allocations and free events. Allocators don't care about the type … 163 // We don't use crossing map in this config. 166 // We don't use crossing map in this config. 174 // We don't use crossing map in this config. 177 // We can't call CrossingMap when we don't use it in FindFirstObjInCrossingMap() 182 // We don't use crossing map in this config. 185 // We don't use crossing map in this config. 216 * \brief We don't need it for raw memory. 220 // We don't use crossing map for raw memory allocations. 223 // We don't use crossing map for raw memory allocations. [all …]
|
| D | region_allocator-inl.h | 247 // We don't reuse the same region for different TLABs. in CreateNewTLAB() 374 // Don't use atomic in this method because we work with not shared region in CompactSpecificRegion() 386 // Don't initialize memory for an object here because we will use memcpy anyway in CompactSpecificRegion() 421 // We should do it here, because we don't create a live bitmap during young regions creation in PromoteYoungRegion() 540 … // We don't remove this region here, because don't want to do some extra work with visitor here. in VisitAndRemoveFreeRegions()
|
| D | frame_allocator-inl.h | 143 // We don't have enough memory in current arena, try to allocate in the next one: in TryToAllocate() 146 LOG_FRAME_ALLOCATOR(DEBUG) << "TryToPush failed - we don't have a free arena"; in TryToAllocate()
|
| /arkcompiler/runtime_core/runtime/ |
| D | mark_word.cpp | 66 LOG(ERROR, RUNTIME) << "Hash is stored inside object header and we don't use hash status bit!"; in SetHashedConfigured() 84 LOG(ERROR, RUNTIME) << "Hash is stored inside object header and we don't use hash status bit!"; in IsHashedConfigured()
|
| D | object_accessor-impl.cpp | 18 // We don't move them to object_accessor-inl.h because including runtime.h
|
| D | object_header.cpp | 198 // We don't need pre barrier here because we don't change any links inside main object in ShallowCopy()
|
| D | thread_manager.h | 50 // For performance reasons don't exceed specified amount of bits. 257 // and don't touch other pointers
|
| /arkcompiler/runtime_core/compiler/ |
| D | compiler.yaml | 112 …description: Compiler don't create InitObject and GraphChecker checks this. The options are neede… 382 description: Inline only simple methods that don't contain calls to runtime 388 description: Don't inline methods inside blocks throwing an exception or performing deoptimization 394 description: Don't inline methods that always throw an exception 406 description: Don't use CHA in the inlining 412 description: Don't use Polymorphic Inline Caches in the inlining
|
| /arkcompiler/ets_runtime/test/moduletest/stubbuilder/ |
| D | expect_output.txt | 41 don
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | regmask.h | 51 * Currently we don't support registers number greater than 32. 59 // We don't support architectures with CPU registers number, greater than 32. 241 // Don't use these method in a new code.
|
| D | murmur3_hash.h | 102 // Do this because we don't want to dispatch Big/Little endianness. in MurmurHash3() 163 // Do this because we don't want to dispatch Big/Little endianness. in MurmurHash3String()
|
| /arkcompiler/runtime_core/compiler/tools/ |
| D | ignore_checked_coverage.txt | 14 # We can't call runtime with 64 bits pointer to an internal memory on arm (we don't have enought ar…
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/ |
| D | codegen_native.cpp | 40 // we don't need to setup frame in native mode in CreateFrameInfo() 42 // we don't need to save FP and LR registers only for leaf methods in CreateFrameInfo()
|
| D | method_properties.cpp | 75 * 2. We don't support compact prologue/epilogue for OSR to simplify OSR entry bridge. in MethodProperties()
|
| D | encoder.md | 31 | don't fit in registers 59 | don't fit in regs |
|
| /arkcompiler/runtime_core/tests/cts-coverage-tool/lib/templates/ |
| D | orphaned_md.erb | 16 The test files listed below don't have properly formatted assertions, or contain assertions that co…
|
| /arkcompiler/ets_frontend/es2panda/ |
| D | README.md | 37 - `--no-progress`: Don't show progress bar
|
| /arkcompiler/runtime_core/runtime/mem/gc/g1/ |
| D | update_remset_thread.cpp | 107 …pause_thread_ = true; // either ThreadLoop should set it to false, or this function if we don't h… in WaitUntilTasksEnd() 160 // don't need lock because only update_remset_thread changes remsets in ThreadLoop() 203 // don't need lock because only update_remset_thread changes remsets in HandleCard()
|
| D | g1-gc.cpp | 56 …// thread can't be null here because pre-barrier is called only in concurrent-mark, but we don't p… in PreWrbFuncEntrypoint() 113 // INT/JIT parts then don't check IsClear here cause it will be marked already) in PostWrbUpdateCardFuncEntrypoint() 185 …// In this case GC may don't mark it (for example only vregs may contain reference to the new obje… in InitGCBits() 373 … // delete_count is equal to 0 because we don't track allocation in TLABs by a default. in RegionCompactingImpl() 486 // we don't need to reset flag, because we don't reuse collection_set region in UpdateCollectionSet() 773 // mark refs only on mixed-gc and on full_gc. On concurrent mark we don't handle any references in MarkReferences() 1000 // Don't forget to delete all temporary elements in CollectAndMove() 1130 … * We don't collect non-movable regions right now, if there was a reference from non-movable to in StartMarking() 1131 …* young/tenured region then we reset markbitmap for non-nonmovable, but don't update livebitmap an… in StartMarking() 1179 * remsets. If they are not marked - we don't process this object, because it's dead already in Remark() [all …]
|
| /arkcompiler/toolchain/build/toolchain/ |
| D | cc_wrapper.gni | 23 # these versions don't support -Xclang. (3.1.10 and later will silently
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_sharedarraybuffer.cpp | 148 THROW_TYPE_ERROR_AND_RETURN(thread, "don't have internal slot", JSTaggedValue::Exception()); in GetByteLength() 175 THROW_TYPE_ERROR_AND_RETURN(thread, "don't have internal slot", JSTaggedValue::Exception()); in Slice() 230 …THROW_TYPE_ERROR_AND_RETURN(thread, "don't have bufferdata internal slot", JSTaggedValue::Exceptio… in Slice()
|
| /arkcompiler/runtime_core/irtoc/backend/compiler/ |
| D | codegen_fastpath.h | 44 …// We don't save LR register in a prologue, so we can't use LR as a temp register in the whole Fas… in CodegenFastPath()
|
| /arkcompiler/runtime_core/runtime/mem/gc/reference-processor/ |
| D | reference_processor.h | 60 …* Predicate checks if we should add this reference to the queue (e.g. don't process to many refs o…
|
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| D | common.cpp | 25 // ensure that we don't invoke this for calls in AccReadIndex()
|
| /arkcompiler/runtime_core/platforms/unix/libpandabase/ |
| D | mem.cpp | 57 // By design caller should pass valid size, so don't do any additional checks except ones that in MapExecuted() 196 // or don't run it with ASAN. in MapRWAnonymousFixedRaw()
|