Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(101)

Unified Diff: runtime/vm/thread_registry.h

Issue 2672833003: Fix for issue #28606. Removed loop which iterated over all threads in the thread registry to check … (Closed)
Patch Set: Removed Mutex from PersistentHandles Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: runtime/vm/thread_registry.h
diff --git a/runtime/vm/thread_registry.h b/runtime/vm/thread_registry.h
index 878479f9a8765fa83b3ca54f57f7515083f28c20..e46c338d24de10df77ee7565484ee17f11956fa6 100644
--- a/runtime/vm/thread_registry.h
+++ b/runtime/vm/thread_registry.h
@@ -40,7 +40,6 @@ class ThreadRegistry {
// Calculates the sum of the max memory usage in bytes of each thread.
uintptr_t ThreadHighWatermarksTotalLocked() const;
- bool IsValidHandle(Dart_Handle handle) const;
intptr_t CountZoneHandles() const;
intptr_t CountScopedHandles() const;

Powered by Google App Engine
This is Rietveld 408576698