Searched refs:_iloadCurrent (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DMatchGenerator.java43 private final Instruction _iloadCurrent; field in class:MatchGenerator
54 _iloadCurrent = new ILOAD(CURRENT_INDEX);
59 return _iloadCurrent;
H A DCompareGenerator.java51 private final Instruction _iloadCurrent; field in class:CompareGenerator
65 _iloadCurrent = new ILOAD(CURRENT_INDEX);
86 return _iloadCurrent;
H A DTestGenerator.java46 private final Instruction _iloadCurrent; field in class:TestGenerator
60 _iloadCurrent = new ILOAD(CURRENT_NODE_INDEX);
85 return _iloadCurrent;
H A DMethodGenerator.java104 private Instruction _iloadCurrent; field in class:MethodGenerator
654 if (_iloadCurrent == null) {
657 _iloadCurrent = new ILOAD(idx);
659 _iloadCurrent = new ICONST(0);
661 return _iloadCurrent;

Completed in 36 milliseconds