Searched refs:getTargets (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DTargetLostException.java76 * InstructionHandle[] targets = e.getTargets();
102 public InstructionHandle[] getTargets() { return targets; } method in class:TargetLostException
H A DInstructionComparator.java79 InstructionHandle[] t1 = ((Select)i1).getTargets();
80 InstructionHandle[] t2 = ((Select)i2).getTargets();
H A DSelect.java266 public InstructionHandle[] getTargets() { return targets; } method in class:Select
H A DInstructionList.java897 InstructionHandle[] targets = ((Select)i).getTargets();
1113 InstructionHandle[] itargets = ((Select)bi).getTargets();
1114 InstructionHandle[] ctargets = ((Select)bc).getTargets();
1206 InstructionHandle[] targets = ((Select)b).getTargets();
H A DMethodGen.java718 InstructionHandle[] targets = e.getTargets();
893 InstructionHandle[] targets = select.getTargets();
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXClipboard.java116 return selection.getTargets(XToolkit.getCurrentServerTime());
H A DXSelection.java191 public long[] getTargets(long time) { method in class:XSelection
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/util/
H A DBCELFactory.java333 InstructionHandle[] ihs = ((Select)bi).getTargets();
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DMethodGenerator.java1588 InstructionHandle[] itargets = ((Select)bi).getTargets();
1589 InstructionHandle[] ctargets = ((Select)bc).getTargets();
1718 InstructionHandle[] targets = e.getTargets();

Completed in 57 milliseconds