/arkcompiler/ets_runtime/ecmascript/mem/ |
D | partial_gc.cpp | 68 heap_->GetAppSpawnSpace()->EnumerateRegions([](Region *current) { in Initialize() 72 heap_->EnumerateNonNewSpaceRegions([](Region *current) { in Initialize() 126 heap_->GetOldSpace()->EnumerateRegions([](Region *current) { in Sweep()
|
D | incremental_marker.cpp | 88 heap_->GetAppSpawnSpace()->EnumerateRegions([](Region *current) { in Initialize() 92 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() 245 void SparseSpace::FreeRegion(Region *current, bool isMain) in FreeRegion() 266 void SparseSpace::FreeLiveRange(Region *current, uintptr_t freeStart, uintptr_t freeEnd, bool isMai… in FreeLiveRange() 459 EnumerateCollectRegionSet([&](Region *current) { in SelectCSet() 476 EnumerateCollectRegionSet([&](Region *current) { in SelectCSet() 565 EnumerateRegions([&](Region *current) { in IterateOverMarkedObjects()
|
D | concurrent_marker.cpp | 135 heap_->GetAppSpawnSpace()->EnumerateRegions([](Region *current) { in InitializeMarking() 140 heap_->EnumerateNonNewSpaceRegions([](Region *current) { in InitializeMarking()
|
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 | heap_region_allocator.h | 38 size_t current = annoMemoryUsage_.fetch_add(bytes, std::memory_order_relaxed) + bytes; in IncreaseAnnoMemoryUsage() local
|
D | full_gc.cpp | 63 auto callback = [](Region *current) { in Initialize() 68 heap_->GetAppSpawnSpace()->EnumerateRegions([](Region *current) { in Initialize()
|
D | space-inl.h | 42 Region *current = regionList_.GetFirst(); in EnumerateRegions() local
|
D | parallel_evacuator.cpp | 59 heap_->GetFromSpaceDuringEvacuation()->EnumerateRegions([this] (Region *current) { in EvacuateSpace() 63 [this](Region *current) { in EvacuateSpace() 191 heap_->GetNewSpace()->EnumerateRegions([&] (Region *current) { in UpdateReference() 200 heap_->EnumerateOldSpaceRegions([this, &oldRegionCount] (Region *current) { in UpdateReference() 207 heap_->EnumerateSnapshotSpaceRegions([this] (Region *current) { in UpdateReference() 332 Region *current = heap_->GetNewSpace()->GetCurrentRegion(); in UpdateNewRegionReference() local
|
D | native_area_allocator.h | 84 size_t current = nativeMemoryUsage_.fetch_add(bytes, std::memory_order_relaxed) + bytes; in IncreaseNativeMemoryUsage() local
|
D | linear_space.cpp | 117 auto current = GetCurrentRegion(); in IterateOverObjects() local 211 EnumerateRegions([&last](Region *current) { in SetWaterLine()
|
D | concurrent_sweeper.cpp | 147 void ConcurrentSweeper::ClearRSetInRange(Region *current, uintptr_t freeStart, uintptr_t freeEnd) in ClearRSetInRange()
|
D | space.cpp | 58 EnumerateRegions([this](Region *current) { ClearAndFreeRegion(current); }); in ReclaimRegions()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | graph_visitor.cpp | 73 Edge& current = workList_.back(); in VisitGraph() local 105 void GraphVisitor::VisitTopGate(Edge& current) in VisitTopGate() 153 Edge current = workList_[i]; in PrintStack() local
|
D | ntype_hcr_lowering.cpp | 244 GateRef current = Circuit::NullGate(); in AddProfiling() local 264 GateRef current = Circuit::NullGate(); in AddProfiling() local
|
D | graph_linearizer.cpp | 348 auto current = linearizer_->regionList_.at(i)->state_; in PrintLoop() local 356 auto current = region->state_; in PrintLoop() local 503 auto current = linearizer_->regionList_.at(j); in ComputeLoopHeader() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/tests/ |
D | assembler_x64_test.cpp | 141 size_t current = 0; in HWTEST_F_L0() local 189 size_t current = 0; in HWTEST_F_L0() local 270 size_t current = 0; in HWTEST_F_L0() local 331 size_t current = 0; in HWTEST_F_L0() local 410 size_t current = 0; in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/base/ |
D | json_parser.h | 148 Text current = current_; in ParseNumber() local 518 Text current = current_; in ReadNumberRange() local 636 Text current = current_; in ReadStringRange() local 658 Text current = current_; in ReadAsciiStringRange() local 678 Text current = current_; in IsFastParseString() local 693 Text current = current_; in IsFastParseAsciiString() local
|
/arkcompiler/runtime_core/compiler/optimizer/ir/ |
D | basicblock.h | 694 void SetCurrent(Inst *current) in SetCurrent() 727 explicit InstIterator(Inst *current) : current_(current) {}; in InstIterator() 776 …explicit InstForwardIterator(Inst *current) : InstIterator<T, IterationDirection::FORWARD>(current… in InstForwardIterator() 807 …explicit InstForwardIterator(Inst *current) : InstForwardIterator<IterationType::INST>(current) {}; in InstForwardIterator() 852 …explicit InstBackwardIterator(Inst *current) : InstIterator<T, IterationDirection::BACKWARD>(curre… in InstBackwardIterator() 877 …explicit InstBackwardIterator(Inst *current) : InstBackwardIterator<IterationType::ALL>(current) {} in InstBackwardIterator() 922 explicit InstSafeIterator(Inst *current) : InstIterator<T, D>(current) {}; in InstSafeIterator() 923 …explicit InstSafeIterator(Inst *current, Inst *follower) : InstIterator<T, D>(current), follower_(… in InstSafeIterator() 980 explicit InstSafeIterator(Inst *current) in InstSafeIterator() 1025 explicit InstSafeIterator(Inst *current) in InstSafeIterator()
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
D | frame_handler.cpp | 326 JSTaggedType *current = const_cast<JSTaggedType *>(thread_->GetLastLeaveFrame()); in IterateAssembleStack() local 336 JSTaggedType *current = const_cast<JSTaggedType *>(thread_->GetCurrentSPFrame()); in IterateEcmaRuntimeCallInfo() local 352 JSTaggedType *current = const_cast<JSTaggedType *>(thread_->GetCurrentSPFrame()); in Iterate() local 371 JSTaggedType *current = start; in IterateFrameChain() local
|
/arkcompiler/ets_runtime/ecmascript/ |
D | ecma_global_storage.h | 368 T *current = nullptr; in IterateUsageGlobal() local 418 NodeList<T> *current = nullptr; in ~EcmaGlobalStorage() local 479 NodeList<T> *current = nullptr; in IterateUsageGlobal() local 492 NodeList<WeakNode> *current = nullptr; in IterateWeakUsageGlobal() local
|
D | js_finalization_registry.cpp | 130 JSMutableHandle<JSTaggedValue> current(thread, prev.GetTaggedValue()); in CheckAndCall() local
|
/arkcompiler/ets_runtime/ecmascript/napi/include/ |
D | jsnapi.h | 94 inline Local(const Local<S> ¤t) : address_(reinterpret_cast<uintptr_t>(*current)) in Local() 363 inline Local<T> Escape(Local<T> current) in Escape() 1511 Global<T>::Global(const EcmaVM *vm, const Local<S> ¤t) : vm_(vm) in Global() 1520 Global<T>::Global(const EcmaVM *vm, const Global<S> ¤t) : vm_(vm) in Global() 1528 CopyableGlobal<T>::CopyableGlobal(const EcmaVM *vm, const Local<T> ¤t) : vm_(vm) in CopyableGlobal() 1537 CopyableGlobal<T>::CopyableGlobal(const EcmaVM *vm, const Local<S> ¤t) : vm_(vm) in CopyableGlobal() 1658 Local<T>::Local(const EcmaVM *vm, const CopyableGlobal<T> ¤t) in Local() 1664 Local<T>::Local(const EcmaVM *vm, const Global<T> ¤t) in Local()
|
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ |
D | js_stackinfo.cpp | 72 JSTaggedType *current = const_cast<JSTaggedType *>(thread->GetCurrentFrame()); in BuildJsStackTrace() local 106 JSTaggedType *current = const_cast<JSTaggedType *>(thread->GetCurrentFrame()); in BuildJsStackInfo() local
|
/arkcompiler/ets_runtime/ecmascript/module/ |
D | js_module_namespace.cpp | 169 PropertyDescriptor current(thread); in DefineOwnProperty() local
|