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

/openjdk9/hotspot/src/share/vm/classfile/
H A Ddictionary.hpp353 intptr_t symbol_mode() const { return _symbol_mode; } function in class:SymbolPropertyEntry
373 st->print("/mode=" INTX_FORMAT, symbol_mode());
411 SymbolPropertyEntry* new_entry(unsigned int hash, Symbol* symbol, intptr_t symbol_mode) { argument
415 entry->set_symbol_mode(symbol_mode);
431 unsigned int compute_hash(Symbol* sym, intptr_t symbol_mode) { argument
433 return Hashtable<Symbol*, mtSymbol>::compute_hash(sym) ^ symbol_mode;
436 int index_for(Symbol* name, intptr_t symbol_mode) { argument
437 return hash_to_index(compute_hash(name, symbol_mode));
H A Ddictionary.cpp689 if (p->hash() == hash && p->symbol() == sym && p->symbol_mode() == sym_mode) {

Completed in 37 milliseconds