summaryrefslogtreecommitdiff
path: root/src/class_linker.h
diff options
context:
space:
mode:
author Elliott Hughes <enh@google.com> 2011-08-26 15:21:24 -0700
committer Elliott Hughes <enh@google.com> 2011-08-26 16:30:02 -0700
commite27955ca3ca960928d4dbd6cb79711fce06950b3 (patch)
treebbf56dbaecba643099e5831ea502d57901dcb714 /src/class_linker.h
parentba5ebb944b7c5c6a1b754b6dd47eed96f39aea29 (diff)
Add the signal catcher (for SIGQUIT and SIGUSR1).
Also fix some of the thread implementation. Change-Id: If2d1b59a149ba1ac192ad9bc74319c8dff228549
Diffstat (limited to 'src/class_linker.h')
-rw-r--r--src/class_linker.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/class_linker.h b/src/class_linker.h
index cb21cb186f..c8488254a9 100644
--- a/src/class_linker.h
+++ b/src/class_linker.h
@@ -38,6 +38,8 @@ class ClassLinker {
return FindClass(descriptor, NULL);
}
+ size_t NumLoadedClasses() const;
+
// Resolve a String with the given ID from the DexFile, storing the
// result in the DexCache.
String* ResolveString(const DexFile& dex_file,