Searched defs:result1 (Results 1 - 1 of 1) sorted by relevance

/dalvik/vm/oo/
H A DClass.cpp3920 ClassObject* result1; local
3926 result1 = dvmFindClassNoInit(descriptor, clazz1->classLoader);
3947 bool isInit = dvmLoaderInInitiatingList(result1, clazz2->classLoader);
3952 // result1->descriptor, result1,
3957 // result1->descriptor, result1,
3962 if (result1 == NULL || result2 == NULL) {
3964 if (result1 == result2) {
3987 return result1
[all...]

Completed in 43 milliseconds