Searched defs:db (Results 201 - 225 of 278) sorted by relevance

1234567891011>>

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DThreadLocalAllocBuffer.java52 private static synchronized void initialize(TypeDataBase db) { argument
53 Type type = db.lookupType("ThreadLocalAllocBuffer");
H A DThreads.java58 private static synchronized void initialize(TypeDataBase db) { argument
59 Type type = db.lookupType("Threads");
118 virtualConstructor = new VirtualConstructor(db);
H A DRegisterMap.java73 private static void initialize(TypeDataBase db) { argument
74 regCount = db.lookupIntConstant("ConcreteRegisterImpl::number_of_registers").intValue();
77 locationValidTypeSize = (int)db.lookupType("julong").getSize() * 8;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/bsd_amd64/
H A DBsdAMD64JavaThreadPDAccess.java59 private static synchronized void initialize(TypeDataBase db) { argument
60 Type type = db.lookupType("JavaThread");
63 Type anchorType = db.lookupType("JavaFrameAnchor");
66 Type osThreadType = db.lookupType("OSThread");
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/bsd_x86/
H A DBsdX86JavaThreadPDAccess.java55 private static synchronized void initialize(TypeDataBase db) { argument
56 Type type = db.lookupType("JavaThread");
59 Type anchorType = db.lookupType("JavaFrameAnchor");
62 Type osThreadType = db.lookupType("OSThread");
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/linux_amd64/
H A DLinuxAMD64JavaThreadPDAccess.java56 private static synchronized void initialize(TypeDataBase db) { argument
57 Type type = db.lookupType("JavaThread");
60 Type anchorType = db.lookupType("JavaFrameAnchor");
63 Type osThreadType = db.lookupType("OSThread");
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/linux_x86/
H A DLinuxX86JavaThreadPDAccess.java55 private static synchronized void initialize(TypeDataBase db) { argument
56 Type type = db.lookupType("JavaThread");
59 Type anchorType = db.lookupType("JavaFrameAnchor");
62 Type osThreadType = db.lookupType("OSThread");
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/solaris_amd64/
H A DSolarisAMD64JavaThreadPDAccess.java58 private static synchronized void initialize(TypeDataBase db) { argument
59 Type type = db.lookupType("JavaThread");
60 Type anchorType = db.lookupType("JavaFrameAnchor");
65 type = db.lookupType("OSThread");
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/solaris_x86/
H A DSolarisX86JavaThreadPDAccess.java60 private static synchronized void initialize(TypeDataBase db) { argument
61 Type type = db.lookupType("JavaThread");
62 Type anchorType = db.lookupType("JavaFrameAnchor");
67 type = db.lookupType("OSThread");
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/win32_amd64/
H A DWin32AMD64JavaThreadPDAccess.java60 private static synchronized void initialize(TypeDataBase db) { argument
61 Type type = db.lookupType("JavaThread");
62 Type anchorType = db.lookupType("JavaFrameAnchor");
66 type = db.lookupType("OSThread");
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/win32_x86/
H A DWin32X86JavaThreadPDAccess.java59 private static synchronized void initialize(TypeDataBase db) { argument
60 Type type = db.lookupType("JavaThread");
61 Type anchorType = db.lookupType("JavaFrameAnchor");
65 type = db.lookupType("OSThread");
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/util/
H A DDOMUtil.java57 private static DocumentBuilder db; field in class:DOMUtil
64 if (db == null) {
68 db = dbf.newDocumentBuilder();
73 return db.newDocument();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ci/
H A DciMethodData.java43 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
44 Type type = db.lookupType("ciMethodData");
57 sizeofMethodDataOopDesc = (int)db.lookupType("methodDataOopDesc").getSize();;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/
H A DStubQueue.java66 private static synchronized void initialize(TypeDataBase db) { argument
67 Type type = db.lookupType("StubQueue");
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/
H A DBasicCompoundType.java83 Type resolveTypes(BasicCDebugInfoDataBase db, ResolveListener listener) { argument
84 super.resolveTypes(db, listener);
88 b.resolveTypes(this, db, listener);
94 b.resolveTypes(this, db, listener);
H A DBasicEnumType.java97 Type resolveTypes(BasicCDebugInfoDataBase db, ResolveListener listener) { argument
98 super.resolveTypes(db, listener);
99 underlyingType = db.resolveType(this, underlyingType, listener, "resolving enum type");
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/
H A DDLL.java97 if (db != null) {
98 return db;
110 db = new WindbgCDebugInfoBuilder(dbg).buildDataBase(fullPathName, addr);
111 return db;
115 CDebugInfoDataBase db = getDebugInfoDataBase();
116 if (db == null) {
119 return db.debugInfoForPC(pc);
147 CDebugInfoDataBase db = getDebugInfoDataBase();
148 if (db == null) {
151 return db
208 private CDebugInfoDataBase db; field in class:DLL
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/
H A DCompactibleFreeListSpace.java60 private static synchronized void initialize(TypeDataBase db) { argument
61 long sizeofFreeChunk = db.lookupType("FreeChunk").getSize();
66 Type type = db.lookupType("CompactibleFreeListSpace");
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DArrayKlass.java46 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
47 Type type = db.lookupType("arrayKlass");
H A DConstantPoolCache.java46 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
47 Type type = db.lookupType("constantPoolCacheOopDesc");
50 Type elType = db.lookupType("ConstantPoolCacheEntry");
H A DSymbol.java46 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
47 Type type = db.lookupType("Symbol");
H A DTypeArrayKlass.java45 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { argument
46 Type t = db.lookupType("typeArrayKlass");
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/linux_ia64/
H A DLinuxIA64JavaThreadPDAccess.java57 private static synchronized void initialize(TypeDataBase db) { argument
58 Type type = db.lookupType("JavaThread");
63 type = db.lookupType("OSThread");
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/linux_sparc/
H A DLinuxSPARCJavaThreadPDAccess.java54 private static synchronized void initialize(TypeDataBase db) { argument
55 Type type = db.lookupType("JavaThread");
56 Type anchorType = db.lookupType("JavaFrameAnchor");
59 hasFlushed = db.lookupIntConstant("JavaFrameAnchor::flushed").intValue();
61 type = db.lookupType("OSThread");
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/solaris_sparc/
H A DSolarisSPARCJavaThreadPDAccess.java54 private static synchronized void initialize(TypeDataBase db) { argument
55 Type type = db.lookupType("JavaThread");
56 Type anchorType = db.lookupType("JavaFrameAnchor");
60 hasFlushed = db.lookupIntConstant("JavaFrameAnchor::flushed").intValue();
62 type = db.lookupType("OSThread");

Completed in 262 milliseconds

1234567891011>>