Searched defs:wide (Results 1 - 25 of 40) sorted by relevance

12

/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DGOTO_W.java57 protected void initFromFile(ByteSequence bytes, boolean wide) throws IOException argument
H A DLDC_W.java48 protected void initFromFile(ByteSequence bytes, boolean wide) argument
H A DJSR_W.java57 protected void initFromFile(ByteSequence bytes, boolean wide) throws IOException argument
H A DLOOKUPSWITCH.java66 protected void initFromFile(ByteSequence bytes, boolean wide) throws IOException argument
H A DBIPUSH.java69 protected void initFromFile(ByteSequence bytes, boolean wide) throws IOException argument
H A DSIPUSH.java66 protected void initFromFile(ByteSequence bytes, boolean wide) throws IOException argument
H A DNEWARRAY.java83 protected void initFromFile(ByteSequence bytes, boolean wide) throws IOException argument
H A DTABLESWITCH.java75 protected void initFromFile(ByteSequence bytes, boolean wide) throws IOException argument
H A DIINC.java33 private boolean wide; field in class:IINC
86 protected void initFromFile(ByteSequence bytes, boolean wide) throws IOException argument
[all...]
H A DLDC.java82 protected void initFromFile(ByteSequence bytes, boolean wide) argument
H A DRET.java35 private boolean wide; field in class:RET
75 protected void initFromFile(ByteSequence bytes, boolean wide) throws IOException argument
[all...]
H A DLocalVariableInstruction.java40 private final boolean wide() { return n > Constants.MAX_BYTE; } method in class:LocalVariableInstruction
115 protected void initFromFile(ByteSequence bytes, boolean wide) argument
H A DMULTIANEWARRAY.java67 protected void initFromFile(ByteSequence bytes, boolean wide) argument
H A DCPInstruction.java99 protected void initFromFile(ByteSequence bytes, boolean wide) argument
H A DINVOKEINTERFACE.java76 protected void initFromFile(ByteSequence bytes, boolean wide) argument
H A DInstruction.java128 protected void initFromFile(ByteSequence bytes, boolean wide) argument
H A DSelect.java122 protected void initFromFile(ByteSequence bytes, boolean wide) throws IOException argument
H A DBranchInstruction.java154 protected void initFromFile(ByteSequence bytes, boolean wide) throws IOException argument
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/util/
H A DCodeHTML.java42 private static boolean wide=false; field in class:CodeHTML
/openjdk9/hotspot/src/cpu/sparc/vm/
H A DtemplateTable_sparc.cpp303 void TemplateTable::ldc(bool wide) { argument
365 void TemplateTable::fast_aldc(bool wide) { argument
/openjdk9/hotspot/src/cpu/s390/vm/
H A DmacroAssembler_s390.cpp459 void MacroAssembler::not_(Register r1, Register r2, bool wide) { argument
/openjdk9/hotspot/src/share/vm/c1/
H A Dc1_LIRAssembler.cpp787 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
/openjdk9/hotspot/test/compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/sparc/
H A DSPARCTestAssembler.java184 private void emitPatchableSethi(Register ret, boolean wide) { argument
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/
H A DUtility.java42 private static boolean wide=false; /* The `WIDE' instruction is used in the field in class:Utility
[all...]
/openjdk9/jdk/make/src/classes/build/tools/x11wrappergen/
H A DWrapperGenerator.java41 boolean wide; field in class:WrapperGenerator
249 String getJavaAccess(boolean wide) { argument
252 static String getJavaAccessForType(int type, boolean wide) { argument
653 public String getOffsets(StructType stp,AtomicType atp, boolean wide) argument
659 public String getStructSize(StructType stp, boolean wide) argument
664 getLongSize(boolean wide) argument
669 getPtrSize(boolean wide) argument
673 getBoolSize(boolean wide) argument
676 getOrdinalSize(String ordinal, boolean wide) argument
823 writeWrapperSubclass(StructType stp, PrintWriter pw, boolean wide) argument
913 readSizeInfo(InputStream is, boolean wide) argument
[all...]

Completed in 255 milliseconds

12