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

/openjdk7/hotspot/src/share/vm/classfile/
H A DvmSymbols.hpp1008 enum SID { enum in class:vmSymbols
1057 static Symbol* symbol_at(SID id) {
1063 // Returns symbol's SID if one is assigned, else NO_SID.
1064 static SID find_sid(Symbol* symbol);
1065 static SID find_sid(const char* symbol_name);
1069 static const char* name_for(SID sid);
1123 static ID find_id_impl(vmSymbols::SID holder,
1124 vmSymbols::SID name,
1125 vmSymbols::SID sig,
1130 static ID find_id(vmSymbols::SID holde
[all...]

Completed in 894 milliseconds