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

/openjdk7/hotspot/src/share/vm/classfile/
H A DstackMapTableFormat.hpp76 static size_t calculate_size(u1 tag) { function in class:verification_type_info
121 return calculate_size(tag());
242 static size_t calculate_size() { return sizeof(u1); } function in class:same_frame
244 size_t size() const { return calculate_size(); }
290 static size_t calculate_size() { return sizeof(u1) + sizeof(u2); } function in class:same_frame_extended
292 size_t size() const { return calculate_size(); }
343 static size_t calculate_size(verification_type_info* vti) { function in class:same_locals_1_stack_item_frame
351 size_t size() const { return calculate_size(types()); }
415 static size_t calculate_size(verification_type_info* vti) { function in class:same_locals_1_stack_item_extended
419 size_t size() const { return calculate_size(type
481 static size_t calculate_size() { function in class:chop_frame
558 static size_t calculate_size(int appends, verification_type_info* types) { function in class:append_frame
673 static size_t calculate_size( function in class:full_frame
[all...]

Completed in 136 milliseconds