Searched refs:initFromFile (Results 1 - 18 of 18) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DLDC_W.java84 protected void initFromFile(ByteSequence bytes, boolean wide) method in class:LDC_W
H A DLOOKUPSWITCH.java102 protected void initFromFile(ByteSequence bytes, boolean wide) throws IOException method in class:LOOKUPSWITCH
104 super.initFromFile(bytes, wide); // reads padding
H A DBIPUSH.java105 protected void initFromFile(ByteSequence bytes, boolean wide) throws IOException method in class:BIPUSH
H A DGOTO_W.java93 protected void initFromFile(ByteSequence bytes, boolean wide) throws IOException method in class:GOTO_W
H A DJSR_W.java93 protected void initFromFile(ByteSequence bytes, boolean wide) throws IOException method in class:JSR_W
H A DSIPUSH.java102 protected void initFromFile(ByteSequence bytes, boolean wide) throws IOException method in class:SIPUSH
H A DINVOKEINTERFACE.java112 protected void initFromFile(ByteSequence bytes, boolean wide) method in class:INVOKEINTERFACE
115 super.initFromFile(bytes, wide);
H A DMULTIANEWARRAY.java103 protected void initFromFile(ByteSequence bytes, boolean wide) method in class:MULTIANEWARRAY
106 super.initFromFile(bytes, wide);
H A DTABLESWITCH.java111 protected void initFromFile(ByteSequence bytes, boolean wide) throws IOException method in class:TABLESWITCH
113 super.initFromFile(bytes, wide);
H A DNEWARRAY.java119 protected void initFromFile(ByteSequence bytes, boolean wide) throws IOException method in class:NEWARRAY
H A DRET.java111 protected void initFromFile(ByteSequence bytes, boolean wide) throws IOException method in class:RET
H A DInstruction.java164 protected void initFromFile(ByteSequence bytes, boolean wide) method in class:Instruction
212 obj.initFromFile(bytes, wide); // Do further initializations, if any
H A DCPInstruction.java135 protected void initFromFile(ByteSequence bytes, boolean wide) method in class:CPInstruction
H A DIINC.java122 protected void initFromFile(ByteSequence bytes, boolean wide) throws IOException method in class:IINC
H A DBranchInstruction.java190 protected void initFromFile(ByteSequence bytes, boolean wide) throws IOException method in class:BranchInstruction
H A DLocalVariableInstruction.java81 * tag and length are defined in readInstruction and initFromFile, respectively.
151 protected void initFromFile(ByteSequence bytes, boolean wide) method in class:LocalVariableInstruction
H A DSelect.java158 protected void initFromFile(ByteSequence bytes, boolean wide) throws IOException method in class:Select
H A DLDC.java118 protected void initFromFile(ByteSequence bytes, boolean wide) method in class:LDC

Completed in 40 milliseconds