Searched refs:theJSRs (Results 1 – 2 of 2) sorted by relevance
102 private final Set<InstructionHandle> theJSRs = new HashSet<>(); field in Subroutines.SubroutineImpl120 ret.append("', JSRs are '").append(theJSRs); in toString()178 final InstructionHandle[] jsrs = new InstructionHandle[theJSRs.size()]; in getEnteringJsrInstructions()179 return theJSRs.toArray(jsrs); in getEnteringJsrInstructions()198 theJSRs.add(jsrInst); in addEnteringJsrInstruction()548 si.theJSRs+"', RET '"+si.theRET+ in noRecursiveCalls()
META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...