Searched refs:getBase (Results 1 - 25 of 35) sorted by relevance

12

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/
H A DLoadObjectComparator.java36 Address base1 = lo1.getBase();
37 Address base2 = lo2.getBase();
H A DLoadObject.java34 public Address getBase(); method in interface:LoadObject
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/posix/
H A DDSO.java76 public Address getBase() { method in class:DSO
143 return getBase().equals(other.getBase());
147 return getBase().hashCode();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/
H A DBaseIndexScaleDispAddress.java56 public Register getBase() { method in class:BaseIndexScaleDispAddress
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/
H A DJmplDecoder.java42 Register base = addr.getBase();
H A DSPARCRegisterIndirectAddress.java52 buf.append(getBase().toString());
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/
H A DWindbgCDebugger.java64 if (AddressOps.lte(obj.getBase(), pc) && (pc.minus(obj.getBase()) < obj.getSize())) {
H A DDLL.java81 public Address getBase() { method in class:DLL
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/
H A DX86RegisterIndirectAddress.java55 sun.jvm.hotspot.asm.Register base = getBase();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/
H A DProcCDebugger.java62 long cmp = pc.minus(midVal.getBase());
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/
H A DPMap.java48 out.print(lo.getBase() + "\t");
/openjdk7/jdk/src/share/classes/sun/security/krb5/
H A DConfig.java435 value += 1 * getBase(index);
438 value += 2 * getBase(index);
441 value += 3 * getBase(index);
444 value += 4 * getBase(index);
447 value += 5 * getBase(index);
450 value += 6 * getBase(index);
453 value += 7 * getBase(index);
456 value += 8 * getBase(index);
459 value += 9 * getBase(index);
463 value += 10 * getBase(inde
499 private int getBase(int i) { method in class:Config
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/output/
H A DSAXOutput.java108 if(uri.length()==0 && ns.getBase()==1)
129 if(uri.length()==0 && ns.getBase()==1)
H A DXMLEventWriterOutput.java85 if(uri.length()==0 && nse.getBase()==1)
H A DUTF8XmlOutput.java172 int base = Math.min(prefixCount,ns.getBase());
195 for( int i=ns.getBase(); i<size; i++ )
H A DFastInfosetStreamWriterOutput.java296 if (uri.length() == 0 && nse.getBase() == 1)
426 if (uri.length() == 0 && nse.getBase() == 1)
H A DXMLStreamWriterOutput.java112 if(uri.length()==0 && nse.getBase()==1)
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DIsindexView.java104 action = hdoc.getBase().toString();
H A DFrameView.java74 URL base = ((HTMLDocument)elem.getDocument()).getBase();
374 URL base = ((HTMLDocument)elem.getDocument()).getBase();
/openjdk7/jdk/test/sun/security/pkcs11/
H A DPKCS11Test.java109 String base = getBase();
135 public static String getBase() throws Exception { method in class:PKCS11Test
173 String base = getBase();
202 String base = getBase();
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/util/
H A DClassPath.java327 public abstract String getBase(); method in interface:ClassPath.ClassFile
357 public String getBase() { return dir; }
378 public String getBase() {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/
H A DBsdCDebugger.java66 long cmp = pc.minus(midVal.getBase());
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/
H A DLinuxCDebugger.java68 long cmp = pc.minus(midVal.getBase());
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DDHCrypt.java163 BigInteger getBase() { method in class:DHCrypt
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/logutil/
H A DMC.java264 pw.printMsg("public static final int @ = @ ;", errorName, getBase(groupName, code));
439 private String getBase(String groupName, int code) { method in class:MC

Completed in 72 milliseconds

12