Lines Matching refs:methods
30 Native methods and interaction with the GC
32 All JNI methods must start by changing their thread status to
717 static void dumpMethods(Method* methods, size_t methodCount, const char* name) {
720 Method* method = &methods[i];
1084 * (The "internal native" methods are invoked the same way, but instead
1266 * be getting the class prior to registering native methods that will be
1670 * but static methods.
1675 * Dalvik also puts all private methods into the "direct" list, so we
1695 /* search private methods and constructors; non-hierarchical */
2510 const JNINativeMethod* methods, jint nMethods)
2517 LOGI("[Registering JNI native methods for class %s]",
2522 if (!dvmRegisterJNIMethod(clazz, methods[i].name,
2523 methods[i].signature, methods[i].fnPtr))
2532 * Un-register all native methods associated with the class.
2543 * 1. call UnregisterNatives to unbind the old methods
2547 * 5. use RegisterNatives to bind the methods from the new library
2554 * with methods that only exist in the old or new form of the library (maybe
2562 LOGI("[Unregistering JNI native methods for class %s]",
3409 * native methods, so we won't get those checks for any methods that have