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

/openjdk7/hotspot/src/share/vm/classfile/
H A DstackMapTableFormat.hpp198 inline bool is_valid_offset(int offset_delta) const;
255 bool is_valid_offset(int offset_delta) const { function in class:same_frame
303 bool is_valid_offset(int offset) const { return true; } function in class:same_frame_extended
370 bool is_valid_offset(int offset_delta) const { function in class:same_locals_1_stack_item_frame
437 bool is_valid_offset(int offset) { return true; } function in class:same_locals_1_stack_item_extended
505 bool is_valid_offset(int offset) { return true; } function in class:chop_frame
593 bool is_valid_offset(int offset) const { return true; } function in class:append_frame
735 bool is_valid_offset(int offset) { return true; } function in class:full_frame
827 bool stack_map_frame::is_valid_offset(int offset) const { function in class:stack_map_frame
828 FOR_EACH_STACKMAP_FRAME_TYPE(VIRTUAL_DISPATCH, is_valid_offset, (offse
[all...]

Completed in 30 milliseconds