Searched refs:get_java_tid (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.cpp933 jlong SharedRuntime::get_java_tid(Thread* thread) { function in class:SharedRuntime
958 HS_DTRACE_PROBE4(hotspot, object__alloc, get_java_tid(thread),
962 get_java_tid(thread),
975 HS_DTRACE_PROBE7(hotspot, method__entry, get_java_tid(thread),
981 get_java_tid(thread),
996 HS_DTRACE_PROBE7(hotspot, method__return, get_java_tid(thread),
1002 get_java_tid(thread),
H A DsharedRuntime.hpp264 static jlong get_java_tid(Thread* thread);
H A DobjectMonitor.cpp77 jlong jtid = SharedRuntime::get_java_tid(thread); \
977 _previous_owner_tid = SharedRuntime::get_java_tid(Self);
H A Dsynchronizer.cpp83 jlong jtid = SharedRuntime::get_java_tid(thread); \

Completed in 59 milliseconds