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

/openjdk7/hotspot/src/share/vm/classfile/
H A Ddictionary.cpp569 intptr_t sym_mode) {
570 assert(index == index_for(sym, sym_mode), "incorrect index?");
572 if (p->hash() == hash && p->symbol() == sym && p->symbol_mode() == sym_mode) {
581 Symbol* sym, intptr_t sym_mode) {
583 assert(index == index_for(sym, sym_mode), "incorrect index?");
584 assert(find_entry(index, hash, sym, sym_mode) == NULL, "no double entry");
586 SymbolPropertyEntry* p = new_entry(hash, sym, sym_mode);
567 find_entry(int index, unsigned int hash, Symbol* sym, intptr_t sym_mode) argument
580 add_entry(int index, unsigned int hash, Symbol* sym, intptr_t sym_mode) argument

Completed in 24 milliseconds