Searched refs:theEntry (Results 1 – 2 of 2) sorted by relevance
157 JarEntry theEntry = theJar.getJarEntry(classNameAsFile); in loadClassFromJar() local159 if (theEntry == null) { in loadClassFromJar()165 theEntry.getMethod(); in loadClassFromJar()166 InputStream theStream = theJar.getInputStream(theEntry); in loadClassFromJar()168 long size = theEntry.getSize(); in loadClassFromJar()
1161 LoopLandInfo *&theEntry = loopLandInfoMap[loopRep]; in isSameloopDetachedContbreak() local1162 if (theEntry != NULL) { in isSameloopDetachedContbreak()2414 LoopLandInfo *&theEntry = loopLandInfoMap[loopRep]; in setLoopLandBlock() local2416 if (theEntry == NULL) { in setLoopLandBlock()2417 theEntry = new LoopLandInfo(); in setLoopLandBlock()2419 assert(theEntry->landBlk == NULL); in setLoopLandBlock()2427 theEntry->landBlk = blk; in setLoopLandBlock()2438 LoopLandInfo *&theEntry = loopLandInfoMap[loopRep]; in addLoopBreakOnReg() local2440 if (theEntry == NULL) { in addLoopBreakOnReg()2441 theEntry = new LoopLandInfo(); in addLoopBreakOnReg()[all …]