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

/openjdk7/hotspot/src/share/vm/runtime/
H A DbiasedLocking.cpp112 static GrowableArray<MonitorInfo*>* get_or_compute_monitor_info(JavaThread* thread) { function
210 GrowableArray<MonitorInfo*>* cached_monitor_info = get_or_compute_monitor_info(biased_thread);
358 GrowableArray<MonitorInfo*>* cached_monitor_info = get_or_compute_monitor_info(thr);
390 GrowableArray<MonitorInfo*>* cached_monitor_info = get_or_compute_monitor_info(thr);

Completed in 30 milliseconds