Searched refs:StartGC (Results 1 – 9 of 9) sorted by relevance
130 void MemoryManager::StartGC() const in StartGC() function in panda::mem::MemoryManager132 gc_->StartGC(); in StartGC()
90 void StartGC() const;
144 void PandaCoreVM::StartGC() in StartGC() function in panda::core::PandaCoreVM146 mm_->StartGC(); in StartGC()
50 void StartGC() override;
59 virtual void StartGC() = 0;
140 void StartGC() override {} in StartGC() function
350 virtual void StartGC();
149 void GC::StartGC() in StartGC() function in panda::mem::GC
253 instance->GetPandaVM()->StartGC(); in Create()