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

/openjdk7/hotspot/src/share/vm/classfile/
H A DsystemDictionary.hpp549 static PlaceholderTable* _placeholders; member in class:SystemDictionary
585 static PlaceholderTable* placeholders() { return _placeholders; }
H A DsystemDictionary.cpp65 PlaceholderTable* SystemDictionary::_placeholders = NULL; member in class:SystemDictionary
1792 _placeholders = new PlaceholderTable(_nof_buckets);
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp677 static_field(SystemDictionary, _placeholders, PlaceholderTable*) \

Completed in 56 milliseconds