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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DcppInterpreter_sparc.cpp2212 int full_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;
2225 intptr_t* frame_bottom = interpreter_frame->sp() - (full_frame_words - frame_words);

Completed in 46 milliseconds