Lines Matching refs:Method
63 * This is part of Method.jniArgInfo, and must fit in 3 bits.
86 * Pop the JNI local stack when we return from a native method. "saveArea"
87 * points to the StackSaveArea for the method we're leaving.
107 const Method* method, Thread* self);
109 const Method* method, Thread* self);
112 * Configure "method" to use the JNI bridge to call "func".
114 void dvmUseJNIBridge(Method* method, void* func);
136 * Get the last method called on the interp stack. This is the method
139 const Method* dvmGetCurrentJNIMethod(void);