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

/openjdk7/hotspot/src/share/vm/runtime/
H A Ddeoptimization.hpp137 int _total_frame_sizes; // Total of number*sizes frames member in class:Deoptimization::UnrollBlock
184 static int total_frame_sizes_offset_in_bytes() { return offset_of(UnrollBlock, _total_frame_sizes); }
H A Ddeoptimization.cpp112 _total_frame_sizes = size_of_frames();

Completed in 37 milliseconds