Lines Matching refs:method
76 * This is part of Method.jniArgInfo, and must fit in 3 bits.
99 * Pop the JNI local stack when we return from a native method. "saveArea"
100 * points to the StackSaveArea for the method we're leaving.
129 const Method* method, Thread* self);
131 const Method* method, Thread* self);
133 const Method* method, Thread* self);
135 const Method* method, Thread* self);
137 const Method* method, Thread* self);
139 const Method* method, Thread* self);
141 const Method* method, Thread* self);
143 const Method* method, Thread* self);
146 * Configure "method" to use the JNI bridge to call "func".
148 void dvmUseJNIBridge(Method* method, void* func);
177 * Get the last method called on the interp stack. This is the method
180 const Method* dvmGetCurrentJNIMethod(void);