Add run-time resolution paths for iget/iput.

Change-Id: I1bd26286a39d057aebbb0d847bc58ecd656af458
diff --git a/src/thread.h b/src/thread.h
index df162b9..a5a6911 100644
--- a/src/thread.h
+++ b/src/thread.h
@@ -229,6 +229,7 @@
   void (*pResolveMethodFromCode)(Method*, uint32_t);
   void (*pInvokeInterfaceTrampoline)(void*, void*, void*, void*);
   StaticStorageBase* (*pInitializeStaticStorage)(uint32_t, const Method*);
+  Field* (*pFindFieldFromCode)(uint32_t, const Method*);
 
   class StackVisitor {
    public: