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

/openjdk7/hotspot/src/share/vm/oops/
H A DmethodOop.cpp73 char* methodOopDesc::name_and_sig_as_C_string() const { function in class:methodOopDesc
74 return name_and_sig_as_C_string(Klass::cast(constants()->pool_holder()), name(), signature());
77 char* methodOopDesc::name_and_sig_as_C_string(char* buf, int size) const { function in class:methodOopDesc
78 return name_and_sig_as_C_string(Klass::cast(constants()->pool_holder()), name(), signature(), buf, size);
81 char* methodOopDesc::name_and_sig_as_C_string(Klass* klass, Symbol* method_name, Symbol* signature) { function in class:methodOopDesc
95 char* methodOopDesc::name_and_sig_as_C_string(Klass* klass, Symbol* method_name, Symbol* signature, char* buf, int size) { function in class:methodOopDesc
179 err_msg("bcp doesn't belong to this method: bcp: " INTPTR_FORMAT ", method: %s", bcp, name_and_sig_as_C_string()));

Completed in 502 milliseconds