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

/openjdk7/hotspot/src/share/vm/classfile/
H A DstackMapTableFormat.hpp891 class stack_map_table_attribute { class
902 stack_map_table_attribute() {} function in class:stack_map_table_attribute
903 stack_map_table_attribute(const stack_map_table_attribute&) {} argument
907 static stack_map_table_attribute* at(address addr) {
908 return (stack_map_table_attribute*)addr;

Completed in 34 milliseconds