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

/openjdk7/hotspot/src/share/vm/runtime/
H A Ddeoptimization.hpp138 intptr_t* _frame_sizes; // Array of frame sizes, in bytes, for unrolling the stack member in class:Deoptimization::UnrollBlock
168 intptr_t* frame_sizes() const { return _frame_sizes; }
183 static int frame_sizes_offset_in_bytes() { return offset_of(UnrollBlock, _frame_sizes); }
H A Ddeoptimization.cpp102 _frame_sizes = frame_sizes;
117 FREE_C_HEAP_ARRAY(intptr_t, _frame_sizes, mtCompiler);

Completed in 29 milliseconds