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

/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dunpack.cpp275 inline cpindex* cpool::getMethodIndex(entry* classRef) { function in class:cpool
3213 cpindex* mix = getMethodIndex(cls);
3770 bc_thismethod.setIndex( cp.getMethodIndex(thisClass));
3773 bc_supermethod.setIndex(cp.getMethodIndex(superClass));
3892 cpindex* ix = cp.getMethodIndex(classRef);

Completed in 42 milliseconds