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

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkInvariants.hpp168 int max_monitors() const { function in class:SharkTargetInvariants
H A DsharkStack.cpp41 int monitor_words = max_monitors()*frame::interpreter_frame_monitor_size();
227 int SharkStackWithNormalFrame::max_monitors() const { function in class:SharkStackWithNormalFrame
228 return function()->max_monitors();
230 int SharkStackWithNativeFrame::max_monitors() const { function in class:SharkStackWithNativeFrame

Completed in 31 milliseconds