Searched defs:frame_sizes (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Ddeoptimization.hpp159 intptr_t* frame_sizes,
168 intptr_t* frame_sizes() const { return _frame_sizes; } function in class:Deoptimization::UnrollBlock
H A Ddeoptimization.cpp95 intptr_t* frame_sizes,
102 _frame_sizes = frame_sizes;
134 result += frame_sizes()[index];
144 tty->print( " frame_sizes: ");
146 tty->print("%d ", frame_sizes()[index]);
360 // Compute the vframes' sizes. Note that frame_sizes[] entries are ordered from outermost to innermost
362 intptr_t* frame_sizes = NEW_C_HEAP_ARRAY(intptr_t, number_of_frames, mtCompiler); local
401 // frame_sizes/frame_pcs[0] oldest frame (int or c2i)
402 // frame_sizes/frame_pcs[1] next oldest frame (int)
403 // frame_sizes/frame_pc
91 UnrollBlock(int size_of_deoptimized_frame, int caller_adjustment, int caller_actual_parameters, int number_of_frames, intptr_t* frame_sizes, address* frame_pcs, BasicType return_type) argument
[all...]

Completed in 34 milliseconds