Searched defs:db (Results 51 - 75 of 278) sorted by relevance

1234567891011>>

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/c1/
H A DRuntime1.java46 private static synchronized void initialize(TypeDataBase db) { argument
47 Type type = db.lookupType("Runtime1");
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ci/
H A DciConstant.java43 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
44 Type type = db.lookupType("ciConstant");
H A DciEnv.java47 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
48 Type type = db.lookupType("ciEnv");
H A DciField.java42 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
43 Type type = db.lookupType("ciField");
H A DciInstanceKlass.java46 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
47 Type type = db.lookupType("ciInstanceKlass");
50 CLASS_STATE_LINKED = db.lookupIntConstant("instanceKlass::linked").intValue();
51 CLASS_STATE_FULLY_INITIALIZED = db.lookupIntConstant("instanceKlass::fully_initialized").intValue();
H A DciObject.java43 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
44 Type type = db.lookupType("ciObject");
H A DciObjectFactory.java44 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
45 Type type = db.lookupType("ciObjectFactory");
50 ciObjectConstructor = new VirtualBaseConstructor<ciObject>(db, db.lookupType("ciObject"), "sun.jvm.hotspot.ci", ciObject.class);
51 ciSymbolConstructor = new VirtualBaseConstructor<ciSymbol>(db, db.lookupType("ciSymbol"), "sun.jvm.hotspot.ci", ciSymbol.class);
H A DciSymbol.java43 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
44 Type type = db.lookupType("ciSymbol");
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/
H A DRuntimeStub.java43 private static void initialize(TypeDataBase db) { argument
44 Type type = db.lookupType("RuntimeStub");
H A DVMRegImpl.java49 private static void initialize(TypeDataBase db) { argument
50 Type type = db.lookupType("VMRegImpl");
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/compiler/
H A DCompileTask.java45 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
46 Type type = db.lookupType("CompileTask");
/openjdk7/hotspot/agent/src/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");
H A DBasicLocalSym.java44 public void resolve(BasicCDebugInfoDataBase db, ResolveListener listener) { argument
45 type = db.resolveType(this, type, listener, "resolving type of local");
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/gc_implementation/g1/
H A DHeapRegion.java53 static private synchronized void initialize(TypeDataBase db) { argument
54 Type type = db.lookupType("HeapRegion");
H A DHeapRegionSetBase.java58 static private synchronized void initialize(TypeDataBase db) { argument
59 Type type = db.lookupType("HeapRegionSetBase");
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/gc_implementation/parallelScavenge/
H A DPSPermGen.java45 private static synchronized void initialize(TypeDataBase db) { argument
47 Type type = db.lookupType("PSPermGen");
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/gc_implementation/shared/
H A DMutableSpace.java44 private static synchronized void initialize(TypeDataBase db) { argument
45 Type type = db.lookupType("MutableSpace");
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DInterpreter.java44 private static synchronized void initialize(TypeDataBase db) { argument
45 Type type = db.lookupType("AbstractInterpreter");
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/
H A DCMSCollector.java48 private static synchronized void initialize(TypeDataBase db) { argument
49 Type type = db.lookupType("CMSCollector");
H A DFreeList.java43 private static synchronized void initialize(TypeDataBase db) { argument
44 Type type = db.lookupType("FreeList");
H A DGenerationSpec.java46 private static synchronized void initialize(TypeDataBase db) { argument
47 Type type = db.lookupType("GenerationSpec");
H A DPlaceholderEntry.java43 private static synchronized void initialize(TypeDataBase db) { argument
44 Type type = db.lookupType("PlaceholderEntry");
H A DProtectionDomainEntry.java45 private static synchronized void initialize(TypeDataBase db) { argument
46 Type type = db.lookupType("ProtectionDomainEntry");
H A DSharedHeap.java47 private static synchronized void initialize(TypeDataBase db) { argument
48 Type type = db.lookupType("SharedHeap");
50 ctor = new VirtualConstructor(db);
H A DStringTable.java44 private static synchronized void initialize(TypeDataBase db) { argument
45 Type type = db.lookupType("StringTable");

Completed in 650 milliseconds

1234567891011>>