Searched defs:db (Results 26 - 50 of 278) sorted by relevance

1234567891011>>

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/
H A DLinearAllocBlock.java42 private static synchronized void initialize(TypeDataBase db) { argument
43 Type type = db.lookupType("LinearAllocBlock");
H A DLoaderConstraintTable.java43 private static synchronized void initialize(TypeDataBase db) { argument
44 Type type = db.lookupType("LoaderConstraintTable");
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/opto/
H A DBlock_List.java42 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
43 Type type = db.lookupType("Block_List");
H A DCallDynamicJavaNode.java42 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
43 Type type = db.lookupType("CallDynamicJavaNode");
H A DHaltNode.java42 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
43 Type type = db.lookupType("HaltNode");
H A DLoopNode.java42 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
43 Type type = db.lookupType("LoopNode");
H A DMachCallNode.java43 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
44 Type type = db.lookupType("MachCallNode");
H A DMachNode.java42 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
43 Type type = db.lookupType("MachNode");
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 DNode_List.java42 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
43 Type type = db.lookupType("Node_List");
H A DPhase.java42 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
43 Type type = db.lookupType("Phase");
H A DPhiNode.java42 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
43 Type type = db.lookupType("PhiNode");
H A DProjNode.java42 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
43 Type type = db.lookupType("ProjNode");
H A DRegionNode.java42 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
43 Type type = db.lookupType("RegionNode");
H A DRootNode.java42 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
43 Type type = db.lookupType("RootNode");
H A DTypeNode.java42 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
43 Type type = db.lookupType("TypeNode");
/openjdk7/hotspot/agent/src/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");
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DBasicLock.java42 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
43 Type type = db.lookupType("BasicLock");
H A DJavaThreadFactory.java37 public JavaThread createJavaThreadWrapper(Address realThreadObjAddr, TypeDataBase db); argument
H A DStubRoutines.java44 private static synchronized void initialize(TypeDataBase db) { argument
45 Type type = db.lookupType("StubRoutines");
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DHashtableEntry.java43 private static synchronized void initialize(TypeDataBase db) { argument
44 Type type = db.lookupType("IntptrHashtableEntry");
H A DRobustOopDeterminator.java51 private static void initialize(TypeDataBase db) { argument
52 Type type = db.lookupType("oopDesc");
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_ImageUtils.c31 mlib_d64 db; member in union:__anon771
51 arg.db = X;
56 arg.db = X * DVAIN52;
/openjdk7/jdk/test/javax/xml/crypto/dsig/SecurityManager/
H A DXMLDSigWithSecMgr.java55 private DocumentBuilder db; field in class:XMLDSigWithSecMgr
67 db = dbf.newDocumentBuilder();
106 Document doc = db.newDocument();

Completed in 44 milliseconds

1234567891011>>