Searched refs:db (Results 26 - 50 of 470) sorted by relevance

1234567891011>>

/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/
H A DU1Array.java45 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
46 elemType = db.lookupType("u1");
48 Type type = db.lookupType("Array<u1>");
H A DU2Array.java45 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
46 elemType = db.lookupType("u2");
47 Type type = db.lookupType("Array<u2>");
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/
H A DJavaCallWrapper.java54 private static synchronized void initialize(TypeDataBase db) { argument
55 Type type = db.lookupType("JavaCallWrapper");
56 Type anchorType = db.lookupType("JavaFrameAnchor");
H A DStubRoutines.java44 private static synchronized void initialize(TypeDataBase db) { argument
45 Type type = db.lookupType("StubRoutines");
H A DBasicLock.java42 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
43 Type type = db.lookupType("BasicLock");
/openjdk9/jaxp/test/javax/xml/jaxp/unittest/parsers/
H A DBug7157608Test.java80 DocumentBuilder db = getDocumentBuilder(ps);
83 Document doc = db.parse(is);
102 DocumentBuilder db = getDocumentBuilder(ps);
104 Document doc = db.parse(is);
122 DocumentBuilder db = getDocumentBuilder(ps);
125 Document doc = db.parse(is);
153 DocumentBuilder db = getDocumentBuilder(ps);
155 Document doc = db.parse(is);
173 DocumentBuilder db = null;
180 db
[all...]
/openjdk9/jdk/test/sun/security/pkcs11/Provider/
H A DLogin.sh106 ${CP} ${TESTSRC}${FS}..${FS}nss${FS}db${FS}cert8.db ${TESTCLASSES}
107 ${CHMOD} +w ${TESTCLASSES}${FS}cert8.db
109 ${CP} ${TESTSRC}${FS}..${FS}nss${FS}db${FS}key3.db ${TESTCLASSES}
110 ${CHMOD} +w ${TESTCLASSES}${FS}key3.db
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/code/
H A DLocation.java57 private static void initialize(TypeDataBase db) { argument
62 OFFSET_MASK = db.lookupIntConstant("Location::OFFSET_MASK").intValue();
63 OFFSET_SHIFT = db.lookupIntConstant("Location::OFFSET_SHIFT").intValue();
64 TYPE_MASK = db.lookupIntConstant("Location::TYPE_MASK").intValue();
65 TYPE_SHIFT = db.lookupIntConstant("Location::TYPE_SHIFT").intValue();
66 WHERE_MASK = db.lookupIntConstant("Location::WHERE_MASK").intValue();
67 WHERE_SHIFT = db.lookupIntConstant("Location::WHERE_SHIFT").intValue();
70 TYPE_NORMAL = db.lookupIntConstant("Location::normal").intValue();
71 TYPE_OOP = db.lookupIntConstant("Location::oop").intValue();
72 TYPE_NARROWOOP = db
[all...]
H A DRuntimeStub.java43 private static void initialize(TypeDataBase db) { argument
44 Type type = db.lookupType("RuntimeStub");
H A DRuntimeBlob.java51 private static void initialize(TypeDataBase db) { argument
52 Type type = db.lookupType("RuntimeBlob");
H A DMethodHandlesAdapterBlob.java41 private static void initialize(TypeDataBase db) { argument
42 Type type = db.lookupType("MethodHandlesAdapterBlob");
H A DBufferBlob.java41 private static void initialize(TypeDataBase db) { argument
42 Type type = db.lookupType("BufferBlob");
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/prims/
H A DJvmtiExport.java42 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
43 Type type = db.lookupType("JvmtiExport");
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/opto/
H A DRootNode.java42 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
43 Type type = db.lookupType("RootNode");
H A DRegionNode.java42 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
43 Type type = db.lookupType("RegionNode");
H A DPhiNode.java42 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
43 Type type = db.lookupType("PhiNode");
H A DTypeNode.java42 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
43 Type type = db.lookupType("TypeNode");
H A DProjNode.java42 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
43 Type type = db.lookupType("ProjNode");
H A DCallDynamicJavaNode.java42 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
43 Type type = db.lookupType("CallDynamicJavaNode");
H A DMachReturnNode.java42 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
43 Type type = db.lookupType("MachReturnNode");
H A DMultiNode.java42 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
43 Type type = db.lookupType("MultiNode");
H A DMachNode.java42 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
43 Type type = db.lookupType("MachNode");
H A DPhase.java42 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
43 Type type = db.lookupType("Phase");
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/shared/
H A DCompactibleSpace.java50 private static synchronized void initialize(TypeDataBase db) { argument
51 Type type = db.lookupType("CompactibleSpace");
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/
H A DBasicBaseClass.java44 public void resolveTypes(Type containingType, BasicCDebugInfoDataBase db, ResolveListener listener) { argument
45 type = db.resolveType(containingType, type, listener, "resolving base class");

Completed in 184 milliseconds

1234567891011>>