Searched defs:ptrIDebugSystemObjects (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/
H A DWindbgDebuggerLocal.java82 private long ptrIDebugSystemObjects; field in class:WindbgDebuggerLocal
457 ptrIDebugSystemObjects = 0L;
/openjdk7/hotspot/agent/src/os/win32/windbg/
H A Dsawindbg.cpp155 "ptrIDebugSystemObjects", "J");
303 IDebugSystemObjects* ptrIDebugSystemObjects = 0; local
304 if (ptrIDebugClient->QueryInterface(__uuidof(IDebugSystemObjects), (PVOID*) &ptrIDebugSystemObjects)
308 env->SetLongField(obj, ptrIDebugSystemObjects_ID, (jlong) ptrIDebugSystemObjects);
445 IDebugSystemObjects* ptrIDebugSystemObjects = (IDebugSystemObjects*) env->GetLongField(obj, local
450 if (ptrIDebugSystemObjects->GetNumberThreads(&numThreads) != S_OK) {
466 if (ptrIDebugSystemObjects->GetThreadIdsByIndex(0, numThreads,
478 if (ptrIDebugSystemObjects->SetCurrentThreadId(ptrThreadIds.asPtr()[t]) != S_OK) {
657 if (ptrIDebugSystemObjects->GetCurrentThreadSystemId(&sysId) != S_OK) {
749 IDebugSystemObjects* ptrIDebugSystemObjects local
829 IDebugSystemObjects* ptrIDebugSystemObjects = (IDebugSystemObjects*) env->GetLongField(obj, local
[all...]

Completed in 34 milliseconds