Finish implementation of ResolveField and ResolveMethod
Change-Id: I854e17b4cccd05b26f83c77230f7323c898802c9
diff --git a/src/class_linker.h b/src/class_linker.h
index 4cf82c6..cb21cb1 100644
--- a/src/class_linker.h
+++ b/src/class_linker.h
@@ -74,7 +74,7 @@
uint32_t method_idx,
DexCache* dex_cache,
const ClassLoader* class_loader,
- /*MethodType*/ int method_type);
+ bool is_direct);
// Resolve a method with a given ID from the DexFile, storing the
// result in DexCache. The ClassLinker and ClassLoader are used as