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

/openjdk7/hotspot/src/share/vm/classfile/
H A DstackMapTableFormat.hpp42 address cpool_index_addr() const { return tag_addr() + sizeof(u1); } function in class:verification_type_info
43 address bci_addr() const { return cpool_index_addr(); }
94 return Bytes::get_Java_u2(cpool_index_addr());
98 Bytes::put_Java_u2(cpool_index_addr(), idx);

Completed in 77 milliseconds