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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_FrameMap.hpp50 // occupies two words. The monitor_index is 0.._num_monitors
120 void check_monitor_index (int monitor_index) const { assert(monitor_index >= 0 &&
121 monitor_index < _num_monitors, "bad index"); }
161 ByteSize sp_offset_for_monitor_lock(int monitor_index) const;
162 ByteSize sp_offset_for_monitor_object(int monitor_index) const;
218 Address address_for_monitor_lock(int monitor_index) const {
219 return make_new_address(sp_offset_for_monitor_lock(monitor_index));
221 Address address_for_monitor_object(int monitor_index) const {
222 return make_new_address(sp_offset_for_monitor_object(monitor_index));
232 location_for_monitor_lock(int monitor_index, Location* loc) const argument
235 location_for_monitor_object(int monitor_index, Location* loc) const argument
[all...]
H A Dc1_LinearScan.hpp353 MonitorValue* location_for_monitor_index(int monitor_index);
H A Dc1_LinearScan.cpp2483 MonitorValue* LinearScan::location_for_monitor_index(int monitor_index) { argument
2485 if (!frame_map()->location_for_monitor_object(monitor_index, &loc)) {
2490 if (!frame_map()->location_for_monitor_lock(monitor_index, &loc)) {
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_tls.h56 void tls_set_monitor(TlsIndex index, MonitorIndex monitor_index);
H A Dhprof_tls.c94 MonitorIndex monitor_index; /* last contended mon */ member in struct:TlsInfo
221 info->monitor_index,
707 info.monitor_index = 0;
810 return info->monitor_index;
829 tls_set_monitor(TlsIndex index, MonitorIndex monitor_index) argument
834 info->monitor_index = monitor_index;

Completed in 58 milliseconds