Remove the use of Method from jni_compiler
Change-Id: Ibf1c72a806e7f1ba7a2d83960c3d57f41937d336
diff --git a/src/runtime.h b/src/runtime.h
index 504f2fe..50f9ed1 100644
--- a/src/runtime.h
+++ b/src/runtime.h
@@ -164,9 +164,9 @@
void VisitRoots(Heap::RootVisitor* visitor, void* arg) const;
- bool HasJniStubArray() const;
- ByteArray* GetJniStubArray() const;
- void SetJniStubArray(ByteArray* jni_stub_array);
+ bool HasJniDlsymLookupStub() const;
+ ByteArray* GetJniDlsymLookupStub() const;
+ void SetJniDlsymLookupStub(ByteArray* jni_stub_array);
bool HasAbstractMethodErrorStubArray() const;
ByteArray* GetAbstractMethodErrorStubArray() const;