Searched refs:with_locked_monitors (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dvm_operations.cpp268 bool with_locked_monitors,
275 _with_locked_monitors = with_locked_monitors;
283 bool with_locked_monitors,
290 _with_locked_monitors = with_locked_monitors;
266 VM_ThreadDump(ThreadDumpResult* result, int max_depth, bool with_locked_monitors, bool with_locked_synchronizers) argument
279 VM_ThreadDump(ThreadDumpResult* result, GrowableArray<instanceHandle>* threads, int num_threads, int max_depth, bool with_locked_monitors, bool with_locked_synchronizers) argument
H A Dvm_operations.hpp373 bool with_locked_monitors,
380 bool with_locked_monitors,
/openjdk7/hotspot/src/share/vm/services/
H A DthreadService.hpp242 void dump_stack_at_safepoint(int max_depth, bool with_locked_monitors);
257 ThreadStackTrace(JavaThread* thread, bool with_locked_monitors);
286 StackFrameInfo(javaVFrame* jvf, bool with_locked_monitors);
H A DthreadService.cpp492 ThreadStackTrace::ThreadStackTrace(JavaThread* t, bool with_locked_monitors) { argument
496 _with_locked_monitors = with_locked_monitors;
786 void ThreadSnapshot::dump_stack_at_safepoint(int max_depth, bool with_locked_monitors) { argument
787 _stack_trace = new ThreadStackTrace(_thread, with_locked_monitors);
H A Dmanagement.cpp1124 bool with_locked_monitors,
1147 with_locked_monitors,
1120 do_thread_dump(ThreadDumpResult* dump_result, typeArrayHandle ids_ah, int num_threads, int max_depth, bool with_locked_monitors, bool with_locked_synchronizers, TRAPS) argument

Completed in 6768 milliseconds