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

/openjdk7/hotspot/src/share/vm/classfile/
H A DsystemDictionary.hpp446 static bool has_loadClassInternal() { return _has_loadClassInternal; }
677 static bool _has_loadClassInternal; member in class:SystemDictionary
H A DsystemDictionary.cpp86 bool SystemDictionary::_has_loadClassInternal = false; member in class:SystemDictionary
1906 _has_loadClassInternal = (method != NULL);

Completed in 2532 milliseconds