Searched refs:ProcessSharedNativeDelete (Results 1 – 6 of 6) sorted by relevance
109 thread->GetEcmaVM()->ProcessSharedNativeDelete(gcUpdateWeak); in Sweep()
115 thread->GetEcmaVM()->ProcessSharedNativeDelete(gcUpdateWeak); in Sweep()
568 void EcmaVM::ProcessSharedNativeDelete(const WeakRootVisitor& visitor) in ProcessSharedNativeDelete() function in panda::ecmascript::EcmaVM570 heap_->ProcessSharedNativeDelete(visitor); in ProcessSharedNativeDelete()
272 void ProcessSharedNativeDelete(const WeakRootVisitor &visitor);
1593 inline void ProcessSharedNativeDelete(const WeakRootVisitor& visitor);
1115 void Heap::ProcessSharedNativeDelete(const WeakRootVisitor& visitor) in ProcessSharedNativeDelete() function