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

/openjdk7/hotspot/src/share/vm/classfile/
H A DstackMapTableFormat.hpp227 static bool is_frame_type(u1 tag) { function in class:same_frame
232 assert(is_frame_type(*addr), "Wrong frame id");
256 return is_frame_type(offset_delta_to_frame_type(offset_delta));
274 static bool is_frame_type(u1 tag) { function in class:same_frame_extended
279 assert(is_frame_type(*addr), "Wrong frame type");
324 static bool is_frame_type(u1 tag) { function in class:same_locals_1_stack_item_frame
329 assert(is_frame_type(*addr), "Wrong frame id");
371 return is_frame_type(offset_delta_to_frame_type(offset_delta));
394 static bool is_frame_type(u1 tag) { function in class:same_locals_1_stack_item_extended
399 assert(is_frame_type(*add
465 static bool is_frame_type(u1 tag) { function in class:chop_frame
532 static bool is_frame_type(u1 tag) { function in class:append_frame
637 static bool is_frame_type(u1 tag) { function in class:full_frame
[all...]

Completed in 3922 milliseconds