Home | History | Annotate | Download | only in vm

Lines Matching refs:classLoader

566     return objectToObjectId(clazz->classLoader);
624 * loader. A class is visible to a class loader if the ClassLoader object
632 Object* classLoader;
635 classLoader = objectIdToObject(classLoaderId);
636 // I don't think classLoader can be NULL, but the spec doesn't say
638 LOGVV("GetVisibleList: comparing to %p\n", classLoader);
655 if (clazz->classLoader == classLoader ||
656 dvmLoaderInInitiatingList(clazz, classLoader))
827 else if (strcmp(type, "Ljava/lang/ClassLoader;") == 0)
875 else if (strcmp(clazz->descriptor, "Ljava/lang/ClassLoader;") == 0)