commit | c3b77c7c2971124cbf3b2d9da64e7a8a9a649f2e | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Dec 15 20:56:48 2011 -0800 |
committer | Elliott Hughes <enh@google.com> | Fri Dec 16 14:17:50 2011 -0800 |
tree | b8f2b70fb281d2d8b617491755bcdb7f798af837 | |
parent | 90040194a1b5c441dde5c8a8b6d637c23972e0f3 [diff] [blame] |
Avoid copying and strlen(3) in the FindClass path. Change-Id: I789f3c883596d1852a2c1954ce7a207e6f937117
diff --git a/src/image_writer.h b/src/image_writer.h index b6b02f4..d27333a 100644 --- a/src/image_writer.h +++ b/src/image_writer.h
@@ -98,6 +98,7 @@ } bool IsImageClass(const Class* klass); + void DumpImageClasses(); void PruneNonImageClasses(); static bool NonImageClassesVisitor(Class* c, void* arg);