Home
last modified time | relevance | path

Searched defs:gc (Results 1 – 25 of 49) sorted by relevance

12

/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc_scope.cpp22 GCScope<TRACE_TIMING>::GCScope(std::string_view name, GC *gc) in GCScope()
27 GCScope<TRACE_TIMING_PHASE>::GCScope(std::string_view name, GC *gc, GCPhase phase) in GCScope()
32 GCScope<TIMING_PHASE>::GCScope(std::string_view name, GC *gc, GCPhase phase) in GCScope()
37 GCScope<TRACE_PHASE>::GCScope(std::string_view name, GC *gc, GCPhase phase) in GCScope()
Dgc_marker.h32 explicit GCMarkerBase(GC *gc) : gc_(gc) {} in GCMarkerBase()
51 explicit GCMarker(GC *gc) : GCMarkerBase(gc) {} in GCMarker()
93 explicit GCMarker(GC *gc) : GCMarkerBase(gc) {} in GCMarker()
135 explicit DefaultGCMarker(GC *gc) : GCMarker<Marker, LanguageConfig::LANG_TYPE>(gc) {} in DefaultGCMarker()
365 explicit DefaultGCMarkerImpl(GC *gc) : Base(gc) {} in DefaultGCMarkerImpl()
Dgc_trigger.cpp89 GC *gc = Thread::GetCurrent()->GetVM()->GetGC(); in ComputeNewTargetFootprint() local
120 void GCTriggerHeap::TriggerGcIfNeeded(GC *gc) in TriggerGcIfNeeded()
266 void GCTriggerDebug::TriggerGcIfNeeded(GC *gc) in TriggerGcIfNeeded()
306 void GCTriggerHeapOccupancy::TriggerGcIfNeeded(GC *gc) in TriggerGcIfNeeded()
327 void SchedGCOnNthAllocTrigger::TriggerGcIfNeeded(GC *gc) in TriggerGcIfNeeded()
367 void PauseTimeGoalTrigger::TriggerGcIfNeeded(GC *gc) in TriggerGcIfNeeded()
407 auto *gc = Thread::GetCurrent()->GetVM()->GetGC(); in GCFinished() local
Dgc_scoped_phase.cpp21 GCScopedPhase::GCScopedPhase(GC *gc, GCPhase newPhase) in GCScopedPhase()
Dgc_queue.h51 explicit GCQueueWithTime(GC *gc) : gc_(gc) {} in GCQueueWithTime()
/arkcompiler/runtime_core/static_core/runtime/tests/
Dgc_log_test.cpp82 size_t GetGCCounter(GC *gc) in GetGCCounter()
92 GC *gc = runtime->GetPandaVM()->GetGC(); in CounterLogTest() local
120 GC *gc = runtime->GetPandaVM()->GetGC(); in FullLogTest() local
171 GC *gc = runtime->GetPandaVM()->GetGC(); in TEST_F() local
212 GC *gc = Runtime::GetCurrent()->GetPandaVM()->GetGC(); in TEST_F() local
Dexplicit_gc_test.cpp87 GC *gc = runtime->GetPandaVM()->GetGC(); in TEST_F() local
143 GC *gc = runtime->GetPandaVM()->GetGC(); in TEST_F() local
171 GC *gc = runtime->GetPandaVM()->GetGC(); in TEST_F() local
199 GC *gc = runtime->GetPandaVM()->GetGC(); in TEST_F() local
Dpygote_space_allocator_test_base.h64 auto gc = thread_->GetVM()->GetGC(); in TriggerGc() local
Dg1gc_test.cpp107 GC *gc = runtime->GetPandaVM()->GetGC(); in GetAllocator() local
111 void ProcessDirtyCards(G1GC<PandaAssemblyLanguageConfig> *gc) in ProcessDirtyCards()
121 explicit RemSetChecker(GC *gc, ObjectHeader *obj, ObjectHeader *ref) in RemSetChecker()
213 GC *gc = runtime->GetPandaVM()->GetGC(); in TEST_F() local
250 GC *gc = runtime->GetPandaVM()->GetGC(); in TEST_F() local
282 GC *gc = runtime->GetPandaVM()->GetGC(); in TEST_F() local
344 auto *gc = Runtime::GetCurrent()->GetPandaVM()->GetGC(); in TEST_F() local
463 GC *gc = runtime->GetPandaVM()->GetGC(); in TEST_F() local
533 GC *gc = runtime->GetPandaVM()->GetGC(); in TEST_F() local
566 GC *gc = runtime->GetPandaVM()->GetGC(); in TEST_F() local
[all …]
Depsilon_gcs_test.cpp75 GC *gc = runtime->GetPandaVM()->GetGC(); in GetAllocator() local
140 GC *gc = Runtime::GetCurrent()->GetPandaVM()->GetGC(); in TEST_F() local
250 GC *gc = Runtime::GetCurrent()->GetPandaVM()->GetGC(); in TEST_F() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1-marker.h24 …explicit G1GCPauseMarker(GC *gc) : GCMarker<G1GCPauseMarker<LanguageConfig>, LanguageConfig::LANG_… in G1GCPauseMarker()
51 explicit G1GCConcurrentMarker(GC *gc) in G1GCConcurrentMarker()
83 …explicit G1GCMixedMarker(GC *gc) : GCMarker<G1GCMixedMarker<LanguageConfig>, LanguageConfig::LANG_… in G1GCMixedMarker()
Dref_cache_builder.h31 RefCacheBuilder(G1GC<LanguageConfig> *gc, PandaList<RefVector *> *refs, size_t regionSizeBits, in RefCacheBuilder()
Dupdate_remset_thread.cpp26 UpdateRemsetThread<LanguageConfig>::UpdateRemsetThread(G1GC<LanguageConfig> *gc, in UpdateRemsetThread()
/arkcompiler/runtime_core/static_core/runtime/tests/intrusive-tests/interrupt_release_pages_test/
Dinterrupt_release_pages_test.cpp60 auto *gc = Runtime::GetCurrent()->GetPandaVM()->GetGC(); in WarmUpMmapMemPool() local
86 auto *gc = Runtime::GetCurrent()->GetPandaVM()->GetGC(); in TEST_F() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_gc.cpp57 void GCTaskTracker::InitIfNeeded(mem::GC *gc) in InitIfNeeded()
179 auto *gc = coroutine->GetVM()->GetGC(); in StdGCStartGC() local
257 auto *gc = coroutine->GetVM()->GetGC(); in StdGCPostponeGCStart() local
275 auto *gc = coroutine->GetVM()->GetGC(); in StdGCPostponeGCEnd() local
392 auto *gc = vm->GetGC(); in StdGCPinObject() local
440 auto *gc = vm->GetGC(); in StdGCScheduleGCAfterNthAlloc() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/workers/
Dgc_workers_task_queue.cpp21 GCWorkersTaskQueue::GCWorkersTaskQueue(GC *gc) : GCWorkersTaskPool(gc) {} in GCWorkersTaskQueue()
Dgc_workers_task_pool.h27 explicit GCWorkersTaskPool(GC *gc) : gc_(gc) {} in GCWorkersTaskPool()
Dgc_workers_thread_pool.cpp41 GCWorkersThreadPool::GCWorkersThreadPool(GC *gc, size_t threadsCount) in GCWorkersThreadPool()
/arkcompiler/runtime_core/static_core/runtime/
Dgc_task.cpp24 void GCTask::Run(mem::GC &gc) in Run()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/mem/
Dets_reference_processor.cpp29 EtsReferenceProcessor::EtsReferenceProcessor(GC *gc) : gc_(gc) {} in EtsReferenceProcessor()
106 void EtsReferenceProcessor::HandleReference(GC *gc, GCMarkingStackType *objectsStack, const BaseCla… in HandleReference()
121 void EtsReferenceProcessor::HandleReference([[maybe_unused]] GC *gc, const BaseClass *cls, const Ob… in HandleReference()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/stw-gc/
Dstw-gc.h36 explicit StwGCMarker(GC *gc) : Base(gc) {} in StwGCMarker()
/arkcompiler/ets_frontend/es2panda/test/
Dtest262harness.js27 gc() { method
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/test262/
Dtest262harness.js28 gc() { method
/arkcompiler/runtime_core/static_core/runtime/mem/gc/reference-processor/
Dreference_processor.h72 virtual void HandleReference([[maybe_unused]] GC *gc, [[maybe_unused]] const BaseClass *cls, in HandleReference()
Dempty_reference_processor.h33 void HandleReference([[maybe_unused]] GC *gc, [[maybe_unused]] GCMarkingStackType *objectsStack, in HandleReference()

12