Searched refs:short_frame_size (Results 1 – 2 of 2) sorted by relevance
2357 int short_frame_size = size_activation_helper(extra_locals_size, in frame_size_helper() local2361 full_frame_size = short_frame_size + max_stack * BytesPerWord; in frame_size_helper()2364 short_frame_size = short_frame_size + tempcount * BytesPerWord; in frame_size_helper()2367 int frame_size = (is_top_frame ? full_frame_size : short_frame_size); in frame_size_helper()