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

/openjdk7/hotspot/src/cpu/x86/vm/
H A DcppInterpreter_x86.cpp2364 int short_frame_size = size_activation_helper(extra_locals_size, local
2369 int full_frame_size = short_frame_size + (method->max_stack() + extra_stack) * BytesPerWord;
2372 short_frame_size = short_frame_size + tempcount * BytesPerWord;
2375 int frame_size = (is_top_frame ? full_frame_size : short_frame_size);

Completed in 34 milliseconds