Home
last modified time | relevance | path

Searched refs:PostZygoteFork (Results 1 - 16 of 16) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dmemory_manager.cpp125 void MemoryManager::PostZygoteFork() in PostZygoteFork() function in ark::mem::MemoryManager
127 gc_->PostZygoteFork(); in PostZygoteFork()
H A Dmemory_manager.h86 void PostZygoteFork();
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dpygote_space_allocator_test_base.h58 runtime->PostZygoteFork(); in PygoteFork()
/arkcompiler/runtime_core/static_core/runtime/core/
H A Dcore_vm.cpp173 void PandaCoreVM::PostZygoteFork() in PostZygoteFork() function in ark::core::PandaCoreVM
175 compiler_->PostZygoteFork(); in PostZygoteFork()
176 mm_->PostZygoteFork(); in PostZygoteFork()
H A Dcore_vm.h49 void PostZygoteFork() override;
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dcompiler_interface.h222 virtual void PostZygoteFork() = 0;
H A Dpanda_vm.h71 virtual void PostZygoteFork() = 0;
H A Druntime.h192 void PostZygoteFork();
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_vm.cpp313 void PandaEtsVM::PostZygoteFork() in PostZygoteFork() function in ark::ets::PandaEtsVM
318 compiler_->PostZygoteFork(); in PostZygoteFork()
319 mm_->PostZygoteFork(); in PostZygoteFork()
H A Dets_vm.h96 void PostZygoteFork() override;
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H A Dgc.h347 virtual void PostZygoteFork();
H A Dgc.cpp582 void GC::PostZygoteFork() in PostZygoteFork() function in ark::mem::GC
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
H A Dg1-gc.h119 void PostZygoteFork() override;
H A Dg1-gc.cpp2157 void G1GC<LanguageConfig>::PostZygoteFork() in PostZygoteFork() function in ark::mem::G1GC
2161 GC::PostZygoteFork(); in PostZygoteFork()
/arkcompiler/runtime_core/static_core/runtime/
H A Druntime.cpp1501 void Runtime::PostZygoteFork() in PostZygoteFork() function in ark::Runtime
1503 pandaVm_->PostZygoteFork(); in PostZygoteFork()
H A Dcompiler.h681 void PostZygoteFork() override

Completed in 17 milliseconds