Home
last modified time | relevance | path

Searched defs:current (Results 1 - 25 of 78) sorted by relevance

1234

/arkcompiler/ets_frontend/ets2panda/parser/context/
H A DclassPrivateContext.h34 explicit ClassPrivateContext(ClassPrivateContext *current) : prev_(current) {} in ClassPrivateContext() argument
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dfree_object_set.cpp61 MemDesc *current = freeObject_; in Rebuild() local
H A Dspace-inl.h42 Region *current = regionList_.GetFirst(); in EnumerateRegions() local
H A Dheap_region_allocator.h39 size_t current = annoMemoryUsage_.fetch_add(bytes, std::memory_order_relaxed) + bytes; in IncreaseAnnoMemoryUsage() local
H A Dconcurrent_sweeper.cpp148 void ConcurrentSweeper::ClearRSetInRange(Region *current, uintptr_t freeStart, uintptr_t freeEnd) in ClearRSetInRange() argument
H A Dfree_object_list.cpp61 FreeObjectSet<T> *current = sets_[type]; in Allocate() local
107 FreeObjectSet<T> *current = sets_[type]; LookupSuitableFreeObject() local
314 FreeObjectSet<T> *current = sets_[type]; EnumerateSets() local
[all...]
H A Dnative_area_allocator.h91 size_t current = nativeMemoryUsage_.fetch_add(bytes, std::memory_order_relaxed) + bytes; in IncreaseNativeMemoryUsage() local
H A Dlinear_space.cpp129 auto current = GetCurrentRegion(); in IterateOverObjects() local
[all...]
/arkcompiler/ets_runtime/test/fuzztest/globalclass_fuzzer/
H A Dglobalclass_fuzzer.cpp102 Local<BooleanRef> current = BooleanRef::New(vm, true); in GlobalVMLocalFuzzerTest() local
/arkcompiler/ets_runtime/test/fuzztest/templateclassglobal_fuzzer/
H A Dtemplateclassglobal_fuzzer.cpp34 Local<BooleanRef> current = BooleanRef::New(vm, true); in TemplateGlobalFuzzerTest() local
/arkcompiler/runtime_core/static_core/runtime/
H A Dlock_order_graph.cpp35 CheckForTerminationLoops(const PandaList<MTManagedThread *> &threads, const PandaList<MTManagedThread *> &daemonThreads, MTManagedThread *current) CheckForTerminationLoops() argument
H A Dmt_thread_manager.cpp75 auto current = MTManagedThread::GetCurrent(); in DeregisterSuspendedThreads() local
126 bool MTThreadManager::StopThreadsOnTerminationLoops(MTManagedThread *current) in StopThreadsOnTerminationLoops() argument
337 MTManagedThread *current in SuspendAndWaitThreadByInternalThreadId() local
[all...]
/arkcompiler/runtime_core/static_core/verification/config/parse/
H A Dconfig_parse.cpp34 Section current; member
[all...]
/arkcompiler/ets_runtime/ecmascript/
H A Djs_for_in_iterator.cpp51 JSTaggedValue current = receiver; in NeedCheckProperty() local
[all...]
H A Druntime.cpp155 void Runtime::SuspendAll(JSThread *current) in SuspendAll() argument
166 void Runtime::ResumeAll(JSThread *current) in ResumeAll() argument
177 SuspendAllThreadsImpl(JSThread *current) SuspendAllThreadsImpl() argument
235 ResumeAllThreadsImpl(JSThread *current) ResumeAllThreadsImpl() argument
[all...]
H A Dproperty_accessor.cpp77 JSTaggedValue current = JSTaggedValue::GetPrototype(thread_, receiver_); in CollectPrototypeInfo() local
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
H A Dreg_alloc_linear_scan.h171 void EnumerateIntersectedIntervals(const T &intervals, const LifeIntervals *current, const Callback &callback) const in EnumerateIntersectedIntervals() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dbalance_expressions.cpp248 size_t current = 1UL << (exprMaxDepth_); in NeedsOptimization() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Dstd_core_Promise.cpp43 Coroutine *current = Coroutine::GetCurrent(); in SubscribePromiseOnResultObject() local
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/tests/
H A Dassembler_x64_test.cpp134 size_t current = 0; in HWTEST_F_L0() local
182 size_t current = 0; HWTEST_F_L0() local
263 size_t current = 0; HWTEST_F_L0() local
324 size_t current = 0; HWTEST_F_L0() local
403 size_t current = 0; HWTEST_F_L0() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcombined_pass_visitor.cpp141 Edge& current = workList_.back(); in VisitGraph() local
191 void CombinedPassVisitor::VisitTopGate(Edge& current) in VisitTopGate() argument
256 Edge current = workList_[i]; in PrintStack() local
/arkcompiler/ets_runtime/tools/ap_file_viewer/server/
H A Dapdump_server.py35 current = os.path.dirname(os.path.abspath(__file__)) variable
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dbasicblock.h447 void SetCurrent(Inst *current) in SetCurrent() argument
480 explicit InstIterator(Inst *current) : current_(current) {}; in InstIterator() argument
529 explicit InstForwardIterator(Inst *current) : InstIterator<T, IterationDirection::FORWARD>(current) {}; in InstForwardIterator() argument
560 explicit InstForwardIterator(Inst *current) : InstForwardIterator<IterationType::INST>(current) {}; in InstForwardIterator() argument
605 explicit InstBackwardIterator(Inst *current) : InstIterator<T, IterationDirection::BACKWARD>(current) {} in InstBackwardIterator() argument
630 InstBackwardIterator(Inst *current) InstBackwardIterator() argument
675 InstSafeIterator(Inst *current) InstSafeIterator() argument
676 InstSafeIterator(Inst *current, Inst *follower) InstSafeIterator() argument
732 InstSafeIterator(Inst *current) InstSafeIterator() argument
777 InstSafeIterator(Inst *current) InstSafeIterator() argument
[all...]
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dclass-inl.h128 const Class *current = this; in IsSubClassOf() local
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/
H A Ddoclet.py43 def current(self) -> str: member in LineParser
[all...]

Completed in 13 milliseconds

1234