Home
last modified time | relevance | path

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

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/x86/vm/
H A DcppInterpreter_x86.cpp2357 int short_frame_size = size_activation_helper(extra_locals_size, in frame_size_helper() local
2361 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()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/x86/vm/
H A DcppInterpreter_x86.cpp2357 int short_frame_size = size_activation_helper(extra_locals_size, in frame_size_helper() local
2361 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()