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

/openjdk7/hotspot/src/share/vm/oops/
H A DconstMethodOop.hpp174 bool has_localvariable_table() const function in class:constMethodOopDesc
H A DmethodOop.hpp446 bool has_localvariable_table() const function in class:methodOopDesc
447 { return constMethod()->has_localvariable_table(); }
/openjdk7/hotspot/src/share/vm/utilities/
H A DaccessFlags.hpp140 bool has_localvariable_table () const { return (_flags & JVM_ACC_HAS_LOCAL_VARIABLE_TABLE) != 0; } function in class:VALUE_OBJ_CLASS_SPEC

Completed in 128 milliseconds