Searched defs:_storeInstruction (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DVariableBase.java58 protected Instruction _storeInstruction; // Instruction to load JVM variable field in class:VariableBase
141 final Instruction instr = _storeInstruction;
142 if (_storeInstruction == null) {
143 _storeInstruction = _type.STORE(_local.getIndex());
145 return _storeInstruction;

Completed in 29 milliseconds