Searched refs:HAS_LOCALVARIABLE_TABLE (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DConstMethod.java49 private static int HAS_LOCALVARIABLE_TABLE; field in class:ConstMethod
61 HAS_LOCALVARIABLE_TABLE = db.lookupIntConstant("constMethodOopDesc::_has_localvariable_table").intValue();
304 return (getFlags() & HAS_LOCALVARIABLE_TABLE) != 0;

Completed in 30 milliseconds