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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dframe_sparc.inline.hpp276 inline int frame::min_local_offset_for_compiler(int nof_args, int max_nof_locals, int max_nof_monitors) { function in class:frame
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dframe_x86.inline.hpp288 inline int frame::min_local_offset_for_compiler(int nof_args, int max_nof_locals, int max_nof_monitors) { function in class:frame
/openjdk7/hotspot/src/share/vm/runtime/
H A Dframe.hpp383 static int min_local_offset_for_compiler(int nof_args, int max_nof_locals, int max_nof_monitors);

Completed in 532 milliseconds