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

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DVariableBase.java57 protected Instruction _loadInstruction; // Instruction to load JVM variable field in class:VariableBase
129 final Instruction instr = _loadInstruction;
130 if (_loadInstruction == null) {
131 _loadInstruction = _type.LOAD(_local.getIndex());
133 return _loadInstruction;

Completed in 26 milliseconds