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

/openjdk7/hotspot/src/share/vm/oops/
H A DklassVtable.hpp165 static int method_offset_in_bytes() { return offset_of(vtableEntry, _method); } function in class:VALUE_OBJ_CLASS_SPEC
194 return (oop*)(address(table() + i) + vtableEntry::method_offset_in_bytes());
236 static int method_offset_in_bytes() { return offset_of(itableMethodEntry, _method); } function in class:VALUE_OBJ_CLASS_SPEC

Completed in 28 milliseconds