Searched defs:db (Results 76 - 100 of 278) sorted by relevance

1234567891011>>

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DArrayKlassKlass.java42 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
43 Type type = db.lookupType("arrayKlassKlass");
H A DCheckedExceptionElement.java44 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
45 Type type = db.lookupType("CheckedExceptionElement");
H A DCompiledICHolderKlass.java42 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
43 Type type = db.lookupType("compiledICHolderKlass");
H A DConstMethodKlass.java44 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
45 Type type = db.lookupType("constMethodKlass");
H A DConstantPoolCacheKlass.java44 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
45 Type type = db.lookupType("constantPoolCacheKlass");
H A DConstantPoolKlass.java44 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
45 Type type = db.lookupType("constantPoolKlass");
H A DInstanceKlassKlass.java45 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
46 Type type = db.lookupType("instanceKlassKlass");
H A DInstanceMirrorKlass.java46 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
48 Type type = db.lookupType("instanceMirrorKlass");
H A DKlassKlass.java45 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
46 Type type = db.lookupType("klassKlass");
H A DMethodDataKlass.java44 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
45 Type type = db.lookupType("methodDataKlass");
H A DMethodKlass.java44 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
45 Type type = db.lookupType("methodKlass");
H A DObjArrayKlassKlass.java45 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
46 Type type = db.lookupType("objArrayKlassKlass");
H A DTypeArrayKlassKlass.java42 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
43 Type type = db.lookupType("typeArrayKlassKlass");
H A Djava_lang_Class.java54 private static synchronized void initialize(TypeDataBase db) { argument
57 Type jlc = db.lookupType("java_lang_Class");
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/opto/
H A DBlock_Array.java42 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
43 Type type = db.lookupType("Block_Array");
H A DCallJavaNode.java45 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
46 Type type = db.lookupType("CallJavaNode");
H A DCallNode.java43 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
44 Type type = db.lookupType("CallNode");
H A DCallRuntimeNode.java44 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
45 Type type = db.lookupType("CallRuntimeNode");
H A DCallStaticJavaNode.java44 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
45 Type type = db.lookupType("CallStaticJavaNode");
H A DMachCallJavaNode.java45 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
46 Type type = db.lookupType("MachCallJavaNode");
H A DMachCallRuntimeNode.java44 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
45 Type type = db.lookupType("MachCallRuntimeNode");
H A DMachCallStaticJavaNode.java44 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
45 Type type = db.lookupType("MachCallStaticJavaNode");
H A DMachIfNode.java43 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
44 Type type = db.lookupType("MachIfNode");
H A DMachSafePointNode.java43 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
44 Type type = db.lookupType("MachSafePointNode");
H A DNode_Array.java42 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
43 Type type = db.lookupType("Node_Array");

Completed in 47 milliseconds

1234567891011>>