Home
last modified time | relevance | path

Searched full:don (Results 1 – 25 of 166) sorted by relevance

1234567

/arkcompiler/runtime_core/runtime/mem/
Dalloc_config.h29 …* 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 …]
Dregion_allocator-inl.h247 // 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()
Dframe_allocator-inl.h143 // 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/
Dmark_word.cpp66 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()
Dobject_accessor-impl.cpp18 // We don't move them to object_accessor-inl.h because including runtime.h
Dobject_header.cpp198 // We don't need pre barrier here because we don't change any links inside main object in ShallowCopy()
Dthread_manager.h50 // For performance reasons don't exceed specified amount of bits.
257 // and don't touch other pointers
/arkcompiler/runtime_core/compiler/
Dcompiler.yaml112 …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/
Dexpect_output.txt41 don
/arkcompiler/runtime_core/libpandabase/utils/
Dregmask.h51 * 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.
Dmurmur3_hash.h102 // 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/
Dignore_checked_coverage.txt14 # 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/
Dcodegen_native.cpp40 // 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()
Dmethod_properties.cpp75 * 2. We don't support compact prologue/epilogue for OSR to simplify OSR entry bridge. in MethodProperties()
Dencoder.md31 | don't fit in registers
59 | don't fit in regs |
/arkcompiler/runtime_core/tests/cts-coverage-tool/lib/templates/
Dorphaned_md.erb16 The test files listed below don't have properly formatted assertions, or contain assertions that co…
/arkcompiler/ets_frontend/es2panda/
DREADME.md37 - `--no-progress`: Don't show progress bar
/arkcompiler/runtime_core/runtime/mem/gc/g1/
Dupdate_remset_thread.cpp107 …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()
Dg1-gc.cpp56 …// 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/
Dcc_wrapper.gni23 # these versions don't support -Xclang. (3.1.10 and later will silently
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_sharedarraybuffer.cpp148 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/
Dcodegen_fastpath.h44 …// 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/
Dreference_processor.h60 …* 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/
Dcommon.cpp25 // ensure that we don't invoke this for calls in AccReadIndex()
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dmem.cpp57 // 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()

1234567