Searched defs:framesize_in_bytes (Results 1 - 6 of 6) sorted by relevance

/openjdk10/hotspot/src/cpu/arm/vm/
H A Druntime_arm.cpp81 int framesize_in_bytes = framesize_in_words * wordSize; local
/openjdk10/hotspot/src/cpu/sparc/vm/
H A Druntime_sparc.cpp80 int framesize_in_bytes = __ total_frame_size_in_bytes(0); local
/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_FrameMap.hpp193 ByteSize framesize_in_bytes () const { return in_ByteSize(framesize() * 4); } function in class:FrameMap
/openjdk10/hotspot/src/cpu/s390/vm/
H A DsharedRuntime_s390.cpp3106 const unsigned int framesize_in_bytes = __ push_frame_abi160(0); local
H A DstubGenerator_s390.cpp573 int framesize_in_bytes; local
/openjdk10/hotspot/src/share/vm/runtime/
H A Dos.cpp1396 const int framesize_in_bytes = local

Completed in 193 milliseconds