| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | partial_gc.cpp | 62 heap_->GetAppSpawnSpace()->EnumerateRegions([](Region *current) { in Initialize() 66 heap_->EnumerateNonNewSpaceRegions([](Region *current) { in Initialize()
|
| D | sparse_space.cpp | 113 EnumerateRegions([this](Region *current) { in PrepareSweeping() 128 Region *current = GetSweepingRegionSafe(); in AsyncSweep() local 146 EnumerateRegions([this](Region *current) { in Sweep() 240 void SparseSpace::FreeRegion(Region *current, bool isMain) in FreeRegion() 261 void SparseSpace::FreeLiveRange(Region *current, uintptr_t freeStart, uintptr_t freeEnd, bool isMai… in FreeLiveRange() 401 EnumerateCollectRegionSet([&](Region *current) { in SelectCSet() 416 EnumerateCollectRegionSet([&](Region *current) { in SelectCSet() 505 EnumerateRegions([&](Region *current) { in IterateOverMarkedObjects()
|
| D | free_object_list.cpp | 56 FreeObjectSet *current = sets_[type]; in Allocate() local 99 FreeObjectSet *current = sets_[type]; in LookupSuitableFreeObject() local 273 FreeObjectSet *current = sets_[type]; in EnumerateSets() local
|
| D | concurrent_marker.cpp | 144 heap_->GetAppSpawnSpace()->EnumerateRegions([](Region *current) { in InitializeMarking() 149 heap_->EnumerateNonNewSpaceRegions([](Region *current) { in InitializeMarking()
|
| D | parallel_evacuator.cpp | 61 heap_->GetFromSpaceDuringEvacuation()->EnumerateRegions([this] (Region *current) { in EvacuateSpace() 65 [this](Region *current) { in EvacuateSpace() 182 heap_->GetNewSpace()->EnumerateRegions([&] (Region *current) { in UpdateReference() 191 heap_->EnumerateOldSpaceRegions([this, &oldRegionCount] (Region *current) { in UpdateReference() 198 heap_->EnumerateSnapshotSpaceRegions([this] (Region *current) { in UpdateReference() 320 Region *current = heap_->GetNewSpace()->GetCurrentRegion(); in UpdateNewRegionReference() local
|
| D | full_gc.cpp | 65 auto callback = [](Region *current) { in Initialize() 70 heap_->GetAppSpawnSpace()->EnumerateRegions([](Region *current) { in Initialize()
|
| D | heap_region_allocator.h | 38 size_t current = annoMemoryUsage_.fetch_add(bytes, std::memory_order_relaxed) + bytes; in IncreaseAnnoMemoryUsage() local
|
| D | space-inl.h | 41 Region *current = regionList_.GetFirst(); in EnumerateRegions() local
|
| D | linear_space.cpp | 98 auto current = GetCurrentRegion(); in IterateOverObjects() local 180 EnumerateRegions([&last](Region *current) { in SetWaterLine()
|
| D | native_area_allocator.h | 84 size_t current = nativeMemoryUsage_.fetch_add(bytes, std::memory_order_relaxed) + bytes; in IncreaseNativeMemoryUsage() local
|
| D | space.cpp | 43 EnumerateRegions([this](Region *current) { ClearAndFreeRegion(current); }); in ReclaimRegions()
|
| D | concurrent_sweeper.cpp | 141 void ConcurrentSweeper::ClearRSetInRange(Region *current, uintptr_t freeStart, uintptr_t freeEnd) in ClearRSetInRange()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/tests/ |
| D | assembler_x64_test.cpp | 140 size_t current = 0; in HWTEST_F_L0() local 187 size_t current = 0; in HWTEST_F_L0() local 267 size_t current = 0; in HWTEST_F_L0() local 327 size_t current = 0; in HWTEST_F_L0() local 405 size_t current = 0; in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | json_parser.h | 142 Text current = current_; in ParseNumber() local 498 Text current = current_; in ReadNumberRange() local 616 Text current = current_; in ReadStringRange() local 638 Text current = current_; in ReadAsciiStringRange() local 658 Text current = current_; in IsFastParseString() local 673 Text current = current_; in IsFastParseAsciiString() local
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | basicblock.h | 702 void SetCurrent(Inst *current) in SetCurrent() 735 explicit InstIterator(Inst *current) : current_(current) {}; in InstIterator() 784 …explicit InstForwardIterator(Inst *current) : InstIterator<T, IterationDirection::FORWARD>(current… in InstForwardIterator() 815 …explicit InstForwardIterator(Inst *current) : InstForwardIterator<IterationType::INST>(current) {}; in InstForwardIterator() 860 …explicit InstBackwardIterator(Inst *current) : InstIterator<T, IterationDirection::BACKWARD>(curre… in InstBackwardIterator() 885 …explicit InstBackwardIterator(Inst *current) : InstBackwardIterator<IterationType::ALL>(current) {} in InstBackwardIterator() 930 explicit InstSafeIterator(Inst *current) : InstIterator<T, D>(current) {}; in InstSafeIterator() 931 …explicit InstSafeIterator(Inst *current, Inst *follower) : InstIterator<T, D>(current), follower_(… in InstSafeIterator() 988 explicit InstSafeIterator(Inst *current) in InstSafeIterator() 1033 explicit InstSafeIterator(Inst *current) in InstSafeIterator()
|
| /arkcompiler/runtime_core/runtime/ |
| D | thread_manager.cpp | 75 auto current = MTManagedThread::GetCurrent(); in DeregisterSuspendedThreads() local 124 bool ThreadManager::StopThreadsOnDeadlock(MTManagedThread *current) in StopThreadsOnDeadlock() 304 MTManagedThread *current = MTManagedThread::GetCurrent(); in SuspendAndWaitThreadByInternalThreadId() local
|
| D | lock_order_graph.cpp | 37 MTManagedThread *current) in CheckForTerminationLoops()
|
| D | monitor.cpp | 41 for (auto current = head_; current != nullptr; current = current->GetNextWait()) { in RemoveIf() local 68 void ThreadList<T>::EraseAfter(T *prev, T *current) in EraseAfter()
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | frame_handler.cpp | 321 JSTaggedType *current = const_cast<JSTaggedType *>(thread_->GetLastLeaveFrame()); in IterateAssembleStack() local 331 JSTaggedType *current = const_cast<JSTaggedType *>(thread_->GetCurrentSPFrame()); in IterateEcmaRuntimeCallInfo() local 347 JSTaggedType *current = const_cast<JSTaggedType *>(thread_->GetCurrentSPFrame()); in Iterate() local 365 JSTaggedType *current = start; in IterateFrameChain() local 452 JSTaggedType *current = const_cast<JSTaggedType *>(thread_->GetLastLeaveFrame()); in CollectBCOffsetInfo() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/include/ |
| D | jsnapi.h | 91 inline Local(const Local<S> ¤t) : address_(reinterpret_cast<uintptr_t>(*current)) in Local() 357 inline Local<T> Escape(Local<T> current) in Escape() 1392 Global<T>::Global(const EcmaVM *vm, const Local<S> ¤t) : vm_(vm) in Global() 1401 Global<T>::Global(const EcmaVM *vm, const Global<S> ¤t) : vm_(vm) in Global() 1409 CopyableGlobal<T>::CopyableGlobal(const EcmaVM *vm, const Local<T> ¤t) : vm_(vm) in CopyableGlobal() 1418 CopyableGlobal<T>::CopyableGlobal(const EcmaVM *vm, const Local<S> ¤t) : vm_(vm) in CopyableGlobal() 1531 Local<T>::Local(const EcmaVM *vm, const CopyableGlobal<T> ¤t) in Local() 1537 Local<T>::Local(const EcmaVM *vm, const Global<T> ¤t) in Local()
|
| /arkcompiler/runtime_core/runtime/methodtrace/ |
| D | trace.cpp | 36 timespec current {}; in SystemMicroSecond() local 45 timespec current {}; in RealTimeSecond() local 60 timespec current {}; in GetCpuMicroSecond() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_global_storage.h | 362 T *current = nullptr; in IterateUsageGlobal() local 412 NodeList<T> *current = nullptr; in ~EcmaGlobalStorage() local 474 NodeList<T> *current = nullptr; in IterateUsageGlobal() local 487 NodeList<WeakNode> *current = nullptr; in IterateWeakUsageGlobal() local
|
| /arkcompiler/runtime_core/runtime/mem/ |
| D | freelist_allocator-inl.h | 626 FreeListHeader *current = head; in FindMemoryBlock() local 691 FreeListHeader *current = GetFirstBlock(index); in ReleaseFreeMemoryBlocks() local 713 FreeListHeader *current = GetFirstBlock(index); in FindTheMostSuitableBlockInOrderedList() local
|
| /arkcompiler/runtime_core/verification/config/parse/ |
| D | config_parse.cpp | 33 Section current; member
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/ |
| D | balance_expressions.cpp | 248 size_t current = 1UL << (expr_max_depth_); in NeedsOptimization() local
|