Searched defs:db (Results 1 - 25 of 278) sorted by relevance

1234567891011>>

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ci/
H A DciArrayKlass.java43 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
44 Type type = db.lookupType("ciArrayKlass");
H A DciArrayKlassKlass.java43 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
44 Type type = db.lookupType("ciArrayKlassKlass");
H A DciInstance.java43 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
44 Type type = db.lookupType("ciInstance");
H A DciInstanceKlassKlass.java42 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
43 Type type = db.lookupType("ciInstanceKlassKlass");
H A DciKlass.java43 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
44 Type type = db.lookupType("ciKlass");
H A DciKlassKlass.java43 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
44 Type type = db.lookupType("ciKlassKlass");
H A DciMethodKlass.java42 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
43 Type type = db.lookupType("ciMethodKlass");
H A DciObjArrayKlass.java43 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
44 Type type = db.lookupType("ciObjArrayKlass");
H A DciObjArrayKlassKlass.java43 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
44 Type type = db.lookupType("ciObjArrayKlassKlass");
H A DciType.java42 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
43 Type type = db.lookupType("ciType");
H A DciTypeArrayKlass.java43 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
44 Type type = db.lookupType("ciTypeArrayKlass");
H A DciTypeArrayKlassKlass.java43 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
44 Type type = db.lookupType("ciTypeArrayKlassKlass");
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/
H A DAdapterBlob.java41 private static void initialize(TypeDataBase db) { argument
42 // Type type = db.lookupType("AdapterBlob");
H A DBufferBlob.java41 private static void initialize(TypeDataBase db) { argument
42 Type type = db.lookupType("BufferBlob");
H A DDeoptimizationBlob.java41 private static void initialize(TypeDataBase db) { argument
42 Type type = db.lookupType("DeoptimizationBlob");
H A DExceptionBlob.java44 private static void initialize(TypeDataBase db) { argument
45 Type type = db.lookupType("ExceptionBlob");
H A DMethodHandlesAdapterBlob.java41 private static void initialize(TypeDataBase db) { argument
42 Type type = db.lookupType("MethodHandlesAdapterBlob");
H A DSafepointBlob.java43 private static void initialize(TypeDataBase db) { argument
44 Type type = db.lookupType("SafepointBlob");
H A DSingletonBlob.java41 private static void initialize(TypeDataBase db) { argument
42 Type type = db.lookupType("SingletonBlob");
H A DUncommonTrapBlob.java43 private static void initialize(TypeDataBase db) { argument
44 Type type = db.lookupType("UncommonTrapBlob");
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/
H A DBinaryTreeDictionary.java42 private static synchronized void initialize(TypeDataBase db) { argument
43 Type type = db.lookupType("BinaryTreeDictionary");
H A DCMSPermGen.java44 private static synchronized void initialize(TypeDataBase db) { argument
45 Type type = db.lookupType("CMSPermGen");
H A DCompactibleSpace.java50 private static synchronized void initialize(TypeDataBase db) { argument
51 Type type = db.lookupType("CompactibleSpace");
H A DCompactingPermGen.java47 private static synchronized void initialize(TypeDataBase db) { argument
48 Type type = db.lookupType("CompactingPermGen");
H A DGenerationFactory.java47 private static synchronized void initialize(TypeDataBase db) { argument
48 ctor = new VirtualConstructor(db);

Completed in 1188 milliseconds

1234567891011>>