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

/openjdk7/hotspot/src/share/vm/classfile/
H A DstackMapTableFormat.hpp41 address tag_addr() const { return (address)this; } function in class:verification_type_info
42 address cpool_index_addr() const { return tag_addr() + sizeof(u1); }
86 u1 tag() const { return *(u1*)tag_addr(); }
87 void set_tag(u1 tag) { *((u1*)tag_addr()) = tag; }

Completed in 36 milliseconds