Searched refs:jsrs (Results 1 – 3 of 3) sorted by relevance
346 final InstructionHandle[] jsrs = s.getEnteringJsrInstructions(); in _getSuccessors() local347 final InstructionHandle[] ret = new InstructionHandle[jsrs.length]; in _getSuccessors()348 for (int i=0; i<jsrs.length; i++) { in _getSuccessors()349 ret[i] = jsrs[i].getNext(); in _getSuccessors()
178 final InstructionHandle[] jsrs = new InstructionHandle[theJSRs.size()]; in getEnteringJsrInstructions() local179 return theJSRs.toArray(jsrs); in getEnteringJsrInstructions()
META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...