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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DcppInterpreter_sparc.cpp2213 int short_frame_words = size_activation_helper(extra_locals_size, method->max_stack(), monitor_size); local
2214 int frame_words = is_top_frame ? full_frame_words : short_frame_words;

Completed in 42 milliseconds