Searched defs:db (Results 126 - 150 of 278) sorted by relevance

1234567891011>>

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/
H A DBasicPointerType.java37 public BasicPointerType(BasicTypeDataBase db, String name, Type targetType) { argument
38 super(db, name, null);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DBasicHashtable.java43 private static synchronized void initialize(TypeDataBase db) { argument
44 Type type = db.lookupType("BasicHashtable<mtInternal>");
47 bucketSize = db.lookupType("HashtableBucket<mtInternal>").getSize();
H A DBasicHashtableEntry.java43 private static synchronized void initialize(TypeDataBase db) { argument
44 Type type = db.lookupType("BasicHashtableEntry<mtInternal>");
H A DGenericGrowableArray.java42 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
43 Type type = db.lookupType("GenericGrowableArray");
H A DGrowableArray.java42 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
43 Type type = db.lookupType("GrowableArray<int>");
H A DHashtable.java41 private static synchronized void initialize(TypeDataBase db) { argument
43 Type type = db.lookupType("IntptrHashtable");
H A DHashtableBucket.java41 private static synchronized void initialize(TypeDataBase db) { argument
42 Type type = db.lookupType("HashtableBucket<mtInternal>");
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DWritableRasterNative.java56 DataBuffer db)
58 return new WritableRasterNative(sm, db);
61 protected WritableRasterNative(SampleModel sm, DataBuffer db) { argument
62 super(sm, db, new Point(0, 0));
55 createNativeRaster(SampleModel sm, DataBuffer db) argument
/openjdk7/jdk/make/tools/src/build/tools/charsetmapping/
H A DEUC_TW.java38 static char[] toCharArray(int[] db, argument
46 ca[off++] = (char)(db[b1 * 256 + b2] & 0xffff);
98 int[][] db = new int[8][0x10000]; // doublebyte
105 db[i][j] = UNMAPPABLE_DECODING;
117 db[plane][e.bs] = e.cp;
144 out.format(toCharArray(db[plane], b1Min, b1Max, b2Min, b2Max),
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ci/
H A DciMethod.java44 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
45 Type type = db.lookupType("ciMethod");
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/compiler/
H A DOopMap.java52 private static void initialize(TypeDataBase db) { argument
53 Type type = db.lookupType("OopMap");
61 type = db.lookupType("CompressedStream");
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/
H A DBasicFunctionSym.java46 public void resolve(BasicCDebugInfoDataBase db, ResolveListener listener) { argument
47 super.resolve(db, listener);
48 type = db.resolveType(this, type, listener, "resolving type of function symbol");
H A DBasicGlobalSym.java48 public void resolve(BasicCDebugInfoDataBase db, ResolveListener listener) { argument
49 type = db.resolveType(this, type, listener, "resolving type of global");
H A DLazyBlockSym.java49 public void resolve(BasicCDebugInfoDataBase db, ResolveListener listener) {} argument
H A DLazyType.java51 Type resolveTypes(BasicCDebugInfoDataBase db, ResolveListener listener) { argument
52 BasicType t = (BasicType) db.resolveType(this, this, listener, "resolving lazy type");
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/gc_implementation/g1/
H A DHeapRegionSeq.java56 static private synchronized void initialize(TypeDataBase db) { argument
57 Type type = db.lookupType("HeapRegionSeq");
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/gc_implementation/parallelScavenge/
H A DPSOldGen.java45 private static synchronized void initialize(TypeDataBase db) { argument
46 Type type = db.lookupType("PSOldGen");
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/gc_interface/
H A DCollectedHeap.java46 private static synchronized void initialize(TypeDataBase db) { argument
47 Type type = db.lookupType("CollectedHeap");
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DInterpreterCodelet.java54 private static synchronized void initialize(TypeDataBase db) { argument
55 Type type = db.lookupType("InterpreterCodelet");
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/
H A DContiguousSpace.java45 private static synchronized void initialize(TypeDataBase db) { argument
46 Type type = db.lookupType("ContiguousSpace");
H A DDictionary.java43 private static synchronized void initialize(TypeDataBase db) { argument
45 Type type = db.lookupType("Dictionary");
H A DDictionaryEntry.java43 private static synchronized void initialize(TypeDataBase db) { argument
44 Type type = db.lookupType("DictionaryEntry");
H A DFreeChunk.java42 private static synchronized void initialize(TypeDataBase db) { argument
43 Type type = db.lookupType("FreeChunk");
H A DHeapBlock.java47 private static void initialize(TypeDataBase db) { argument
49 Type type = db.lookupType("HeapBlock");
54 type = db.lookupType("HeapBlock::Header");
H A DLoaderConstraintEntry.java43 private static synchronized void initialize(TypeDataBase db) { argument
44 Type type = db.lookupType("LoaderConstraintEntry");

Completed in 1033 milliseconds

1234567891011>>