Home
last modified time | relevance | path

Searched refs:PreZygoteFork (Results 1 - 18 of 18) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dmemory_manager.cpp119 void MemoryManager::PreZygoteFork() in PreZygoteFork() function in ark::mem::MemoryManager
121 gc_->PreZygoteFork(); in PreZygoteFork()
122 heapManager_->PreZygoteFork(); in PreZygoteFork()
H A Dmemory_manager.h85 void PreZygoteFork();
H A Dheap_manager.h106 void PreZygoteFork();
H A Dheap_manager.cpp334 void HeapManager::PreZygoteFork() in PreZygoteFork() function in ark::mem::HeapManager
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dpygote_space_allocator_test_base.h57 runtime->PreZygoteFork(); in PygoteFork()
/arkcompiler/runtime_core/static_core/runtime/core/
H A Dcore_vm.cpp167 void PandaCoreVM::PreZygoteFork() in PreZygoteFork() function in ark::core::PandaCoreVM
169 mm_->PreZygoteFork(); in PreZygoteFork()
170 compiler_->PreZygoteFork(); in PreZygoteFork()
H A Dcore_vm.h48 void PreZygoteFork() override;
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dcompiler_interface.h220 virtual void PreZygoteFork() = 0;
H A Dpanda_vm.h70 virtual void PreZygoteFork() = 0;
H A Druntime.h190 void PreZygoteFork();
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_vm.cpp304 void PandaEtsVM::PreZygoteFork() in PreZygoteFork() function in ark::ets::PandaEtsVM
309 mm_->PreZygoteFork(); in PreZygoteFork()
310 compiler_->PreZygoteFork(); in PreZygoteFork()
H A Dets_vm.h95 void PreZygoteFork() override;
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H A Dgc.h345 virtual void PreZygoteFork();
H A Dgc.cpp573 void GC::PreZygoteFork() in PreZygoteFork() function in ark::mem::GC
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
H A Dg1-gc.h118 void PreZygoteFork() override;
H A Dg1-gc.cpp2146 void G1GC<LanguageConfig>::PreZygoteFork() in PreZygoteFork() function in ark::mem::G1GC
2148 GC::PreZygoteFork(); in PreZygoteFork()
/arkcompiler/runtime_core/static_core/runtime/
H A Druntime.cpp1496 void Runtime::PreZygoteFork() in PreZygoteFork() function in ark::Runtime
1498 pandaVm_->PreZygoteFork(); in PreZygoteFork()
H A Dcompiler.h676 void PreZygoteFork() override

Completed in 18 milliseconds