| /arkcompiler/ets_frontend/ets2panda/parser/context/ |
| H A D | classPrivateContext.h | 34 explicit ClassPrivateContext(ClassPrivateContext *current) : prev_(current) {} in ClassPrivateContext() argument
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| H A D | free_object_set.cpp | 61 MemDesc *current = freeObject_; in Rebuild() local
|
| H A D | space-inl.h | 42 Region *current = regionList_.GetFirst(); in EnumerateRegions() local
|
| H A D | heap_region_allocator.h | 39 size_t current = annoMemoryUsage_.fetch_add(bytes, std::memory_order_relaxed) + bytes; in IncreaseAnnoMemoryUsage() local
|
| H A D | concurrent_sweeper.cpp | 148 void ConcurrentSweeper::ClearRSetInRange(Region *current, uintptr_t freeStart, uintptr_t freeEnd) in ClearRSetInRange() argument
|
| H A D | free_object_list.cpp | 61 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 D | native_area_allocator.h | 91 size_t current = nativeMemoryUsage_.fetch_add(bytes, std::memory_order_relaxed) + bytes; in IncreaseNativeMemoryUsage() local
|
| H A D | linear_space.cpp | 129 auto current = GetCurrentRegion(); in IterateOverObjects() local [all...] |
| /arkcompiler/ets_runtime/test/fuzztest/globalclass_fuzzer/ |
| H A D | globalclass_fuzzer.cpp | 102 Local<BooleanRef> current = BooleanRef::New(vm, true); in GlobalVMLocalFuzzerTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/templateclassglobal_fuzzer/ |
| H A D | templateclassglobal_fuzzer.cpp | 34 Local<BooleanRef> current = BooleanRef::New(vm, true); in TemplateGlobalFuzzerTest() local
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| H A D | lock_order_graph.cpp | 35 CheckForTerminationLoops(const PandaList<MTManagedThread *> &threads, const PandaList<MTManagedThread *> &daemonThreads, MTManagedThread *current) CheckForTerminationLoops() argument
|
| H A D | mt_thread_manager.cpp | 75 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 D | config_parse.cpp | 34 Section current; member [all...] |
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_for_in_iterator.cpp | 51 JSTaggedValue current = receiver; in NeedCheckProperty() local [all...] |
| H A D | runtime.cpp | 155 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 D | property_accessor.cpp | 77 JSTaggedValue current = JSTaggedValue::GetPrototype(thread_, receiver_); in CollectPrototypeInfo() local [all...] |
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/ |
| H A D | reg_alloc_linear_scan.h | 171 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 D | balance_expressions.cpp | 248 size_t current = 1UL << (exprMaxDepth_); in NeedsOptimization() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| H A D | std_core_Promise.cpp | 43 Coroutine *current = Coroutine::GetCurrent(); in SubscribePromiseOnResultObject() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/tests/ |
| H A D | assembler_x64_test.cpp | 134 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 D | combined_pass_visitor.cpp | 141 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 D | apdump_server.py | 35 current = os.path.dirname(os.path.abspath(__file__)) variable
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| H A D | basicblock.h | 447 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 D | class-inl.h | 128 const Class *current = this; in IsSubClassOf() local
|
| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/ |
| H A D | doclet.py | 43 def current(self) -> str: member in LineParser [all...] |