| /openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/ |
| H A D | GOTO_W.java | 93 protected void initFromFile(ByteSequence bytes, boolean wide) throws IOException argument
|
| H A D | JSR_W.java | 93 protected void initFromFile(ByteSequence bytes, boolean wide) throws IOException argument
|
| H A D | LDC_W.java | 64 * LDC_W - Push item from constant pool (wide index) 84 protected void initFromFile(ByteSequence bytes, boolean wide) argument
|
| H A D | LOOKUPSWITCH.java | 102 protected void initFromFile(ByteSequence bytes, boolean wide) throws IOException argument 104 super.initFromFile(bytes, wide); // reads padding
|
| H A D | TABLESWITCH.java | 111 protected void initFromFile(ByteSequence bytes, boolean wide) throws IOException argument 113 super.initFromFile(bytes, wide);
|
| H A D | BIPUSH.java | 105 protected void initFromFile(ByteSequence bytes, boolean wide) throws IOException argument
|
| H A D | CPInstruction.java | 133 * @param wide wide prefix? 135 protected void initFromFile(ByteSequence bytes, boolean wide) argument
|
| H A D | IINC.java | 69 private boolean wide; field in class:IINC 88 setIndex(n); // May set wide as side effect 97 if(wide) // Need WIDE prefix ? 102 if(wide) { 112 if(wide = ((n > com.sun.org.apache.bcel.internal.Constants.MAX_SHORT) || 114 length = 6; // wide byte included 122 protected void initFromFile(ByteSequence bytes, boolean wide) throws IOException argument 124 this.wide = wide; 126 if(wide) { [all...] |
| H A D | INVOKEINTERFACE.java | 112 protected void initFromFile(ByteSequence bytes, boolean wide) argument 115 super.initFromFile(bytes, wide);
|
| H A D | LDC.java | 118 protected void initFromFile(ByteSequence bytes, boolean wide) argument
|
| H A D | LocalVariableInstruction.java | 76 private final boolean wide() { return n > Constants.MAX_BYTE; } method in class:LocalVariableInstruction 115 if(wide()) // Need WIDE prefix ? 121 if(wide()) 151 protected void initFromFile(ByteSequence bytes, boolean wide) argument 154 if(wide) { 192 if(wide()) // Need WIDE prefix ?
|
| H A D | MULTIANEWARRAY.java | 103 protected void initFromFile(ByteSequence bytes, boolean wide) argument 106 super.initFromFile(bytes, wide);
|
| H A D | NEWARRAY.java | 119 protected void initFromFile(ByteSequence bytes, boolean wide) throws IOException argument
|
| H A D | RET.java | 71 private boolean wide; field in class:RET 82 setIndex(index); // May set wide as side effect 90 if(wide) 95 if(wide) 102 if(wide = index > com.sun.org.apache.bcel.internal.Constants.MAX_BYTE) 103 length = 4; // Including the wide byte 111 protected void initFromFile(ByteSequence bytes, boolean wide) throws IOException argument 113 this.wide = wide; 115 if(wide) { [all...] |
| H A D | SIPUSH.java | 102 protected void initFromFile(ByteSequence bytes, boolean wide) throws IOException argument
|
| H A D | BranchInstruction.java | 186 * @param wide wide prefix? 190 protected void initFromFile(ByteSequence bytes, boolean wide) throws IOException argument
|
| H A D | Instruction.java | 162 * @param wide "wide" instruction flag 164 protected void initFromFile(ByteSequence bytes, boolean wide) argument 178 boolean wide = false; 182 if(opcode == Constants.WIDE) { // Read next opcode after wide byte 183 wide = true; 206 if(wide && !((obj instanceof LocalVariableInstruction) || 209 throw new Exception("Illegal opcode after wide: " + opcode); 212 obj.initFromFile(bytes, wide); // Do further initializations, if any
|
| H A D | Select.java | 158 protected void initFromFile(ByteSequence bytes, boolean wide) throws IOException argument
|
| /openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/util/ |
| H A D | CodeHTML.java | 78 private static boolean wide=false; field in class:CodeHTML 202 /* Same for 32-bit wide jumps 215 if(wide) { 217 wide=false; // Clear flag 226 * Remember wide byte which is used to form a 16-bit address in the 231 wide = true; 232 buf.append("(wide)"); 362 if(wide) { 365 wide = false;
|
| /openjdk7/hotspot/src/share/vm/c1/ |
| H A D | c1_LIRAssembler.cpp | 796 void LIR_Assembler::move_op(LIR_Opr src, LIR_Opr dest, BasicType type, LIR_PatchCode patch_code, CodeEmitInfo* info, bool pop_fpu_stack, bool unaligned, bool wide) { argument 805 reg2mem(src, dest, type, patch_code, info, pop_fpu_stack, wide, unaligned); 828 const2mem(src, dest, type, info, wide); 834 mem2reg(src, dest, type, patch_code, info, wide, unaligned);
|
| /openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/classfile/ |
| H A D | Utility.java | 78 private static boolean wide=false; /* The `WIDE' instruction is used in the field in class:Utility 79 * byte code to allow 16-bit wide indices 290 /* 32-bit wide jumps 301 if(wide) { 303 wide=false; // Clear flag 312 * Remember wide byte which is used to form a 16-bit address in the 317 wide = true; 318 buf.append("\t(wide)"); 411 if(wide) { 414 wide [all...] |
| /openjdk7/hotspot/src/cpu/sparc/vm/ |
| H A D | templateTable_sparc.cpp | 303 void TemplateTable::ldc(bool wide) { argument 307 if (wide) { 334 __ set(wide, O1); 371 void TemplateTable::fast_aldc(bool wide) { argument 388 resolve_cache_and_index(f12_oop, Otos_i, Rcache, Rscratch, wide ? sizeof(u2) : sizeof(u1)); 463 // offset is 2, not 1, because Lbcp points to wide prefix code 1611 // get (wide) offset to O1_disp 3849 void TemplateTable::wide() { 3858 // Note: the Lbcp increment step is part of the individual wide bytecode implementations
|
| /openjdk7/jdk/src/solaris/classes/sun/awt/X11/generator/ |
| H A D | WrapperGenerator.java | 39 boolean wide; field in class:WrapperGenerator 247 String getJavaAccess(boolean wide) { argument 248 return getJavaAccessForType(type, wide); 250 static String getJavaAccessForType(int type, boolean wide) { argument 263 return (wide?"Long":"Int"); 267 return (wide?"ULong":"UInt"); 651 public String getOffsets(StructType stp,AtomicType atp, boolean wide) argument 654 return wide == true ? (String) sizeTable64bit.get(key) : (String) sizeTable32bit.get(key); 657 public String getStructSize(StructType stp, boolean wide) argument 659 return wide 662 getLongSize(boolean wide) argument 667 getPtrSize(boolean wide) argument 671 getBoolSize(boolean wide) argument 674 getOrdinalSize(String ordinal, boolean wide) argument 817 writeWrapperSubclass(StructType stp, PrintWriter pw, boolean wide) argument 907 readSizeInfo(InputStream is, boolean wide) argument [all...] |
| /openjdk7/hotspot/src/share/vm/interpreter/ |
| H A D | bytecodeInterpreter.cpp | 2089 bool wide = false; local 2096 wide = true; 2122 CALL_VM(InterpreterRuntime::ldc(THREAD, wide), handle_exception);
|
| /openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/ |
| H A D | ByteCodes.java | 238 wide = 196, field in interface:ByteCodes
|