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

/openjdk9/hotspot/src/share/vm/classfile/
H A Dplaceholders.cpp34 new_entry(int hash, Symbol* name, ClassLoaderData* loader_data, bool havesupername, Symbol* supername) argument
64 add_entry(int index, unsigned int hash, Symbol* class_name, ClassLoaderData* loader_data, bool havesupername, Symbol* supername) argument
H A Dplaceholders.hpp184 bool havesupername() const { return _havesupername; } function in class:PlaceholderEntry
185 void set_havesupername(bool havesupername) { _havesupername = havesupername; } argument
H A DsystemDictionary.cpp708 bool havesupername = false; local

Completed in 21 milliseconds