Searched defs:db (Results 176 - 200 of 278) sorted by relevance

1234567891011>>

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/gc_implementation/parallelScavenge/
H A DParallelScavengeHeap.java44 private static synchronized void initialize(TypeDataBase db) { argument
45 Type type = db.lookupType("ParallelScavengeHeap");
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/gc_implementation/shared/
H A DImmutableSpace.java44 private static synchronized void initialize(TypeDataBase db) { argument
45 Type type = db.lookupType("ImmutableSpace");
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/
H A DCMSBitMap.java53 private static synchronized void initialize(TypeDataBase db) { argument
54 Type type = db.lookupType("CMSBitMap");
H A DCodeHeap.java55 private static void initialize(TypeDataBase db) { argument
56 Type type = db.lookupType("CodeHeap");
H A DConcurrentMarkSweepGeneration.java48 private static synchronized void initialize(TypeDataBase db) { argument
49 Type type = db.lookupType("ConcurrentMarkSweepGeneration");
H A DDefNewGeneration.java50 private static synchronized void initialize(TypeDataBase db) { argument
51 Type type = db.lookupType("DefNewGeneration");
H A DGenCollectedHeap.java51 private static synchronized void initialize(TypeDataBase db) { argument
52 Type type = db.lookupType("GenCollectedHeap");
H A DMemRegion.java52 private static synchronized void initialize(TypeDataBase db) { argument
53 Type type = db.lookupType("MemRegion");
H A DOneContigSpaceCardGeneration.java50 private static synchronized void initialize(TypeDataBase db) { argument
51 Type type = db.lookupType("OneContigSpaceCardGeneration");
H A DSpace.java57 private static synchronized void initialize(TypeDataBase db) { argument
58 Type type = db.lookupType("Space");
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DArray.java48 private static void initialize(TypeDataBase db) throws WrongTypeException { argument
49 Type type = db.lookupType("arrayOopDesc");
H A DBreakpointInfo.java48 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
49 Type type = db.lookupType("BreakpointInfo");
H A DCompiledICHolder.java42 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
43 Type type = db.lookupType("compiledICHolderOopDesc");
H A DConstantPoolCacheEntry.java52 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
53 Type type = db.lookupType("ConstantPoolCacheEntry");
61 type = db.lookupType("constantPoolCacheOopDesc");
H A DLocalVariableTableElement.java44 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
45 Type type = db.lookupType("LocalVariableTableElement");
H A DObjArrayKlass.java45 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
46 Type type = db.lookupType("objArrayKlass");
H A DTypeArray.java45 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
46 Type type = db.lookupType("typeArrayOopDesc");
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/opto/
H A DCompile.java43 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
44 Type type = db.lookupType("Compile");
H A DInlineTree.java45 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
46 Type type = db.lookupType("InlineTree");
H A DJVMState.java44 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
45 Type type = db.lookupType("JVMState");
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DArguments.java65 private static synchronized void initialize(TypeDataBase db) { argument
66 Type argumentsType = db.lookupType("Arguments");
H A DJNIHandleBlock.java49 private static synchronized void initialize(TypeDataBase db) { argument
50 Type type = db.lookupType("JNIHandleBlock");
56 blockSizeInOops = db.lookupIntConstant("JNIHandleBlock::block_size_in_oops").intValue();
H A DObjectMonitor.java42 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
44 Type type = db.lookupType("ObjectMonitor");
H A DPerfDataPrologue.java52 private static synchronized void initialize(TypeDataBase db) { argument
53 Type type = db.lookupType("PerfDataPrologue");
H A DPerfMemory.java48 private static synchronized void initialize(TypeDataBase db) { argument
49 Type type = db.lookupType("PerfMemory");

Completed in 71 milliseconds

1234567891011>>