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

/openjdk7/hotspot/src/share/vm/classfile/
H A DstackMapTableFormat.hpp455 static int frame_type_to_chops(u1 frame_type) { function in class:chop_frame
466 return frame_type_to_chops(tag) > 0 && frame_type_to_chops(tag) < 4;
494 int chops = frame_type_to_chops(frame_type());

Completed in 34 milliseconds