Searched refs:demangle (Results 1 - 23 of 23) sorted by relevance

/openjdk7/hotspot/src/os/solaris/vm/
H A Ddecoder_solaris.cpp27 #include <demangle.h>
29 bool ElfDecoder::demangle(const char* symbol, char *buf, int buflen) { function in class:ElfDecoder
H A Dos_solaris.cpp1987 if (!Decoder::demangle(dlinfo.dli_sname, buf, buflen))
2007 if (!Decoder::demangle(dlinfo.dli_sname, buf, buflen))
/openjdk7/hotspot/src/os/linux/vm/
H A Ddecoder_linux.cpp30 bool ElfDecoder::demangle(const char* symbol, char *buf, int buflen) { function in class:ElfDecoder
H A Dos_linux.cpp1728 if(!Decoder::demangle(dlinfo.dli_sname, buf, buflen)) {
/openjdk7/hotspot/src/os/bsd/vm/
H A Ddecoder_machO.hpp41 virtual bool demangle(const char* symbol, char* buf, int buflen);
H A Ddecoder_machO.cpp35 bool MachODecoder::demangle(const char* symbol, char *buf, int buflen) { function in class:MachODecoder
H A Dos_bsd.cpp1973 if(!Decoder::demangle(dlinfo.dli_sname, buf, buflen)) {
1989 if(!Decoder::demangle(localbuf, buf, buflen)) {
/openjdk7/hotspot/src/share/vm/utilities/
H A Ddecoder_elf.hpp44 bool demangle(const char* symbol, char *buf, int buflen);
H A Ddecoder.hpp52 // demangle a C++ symbol
53 virtual bool demangle(const char* symbol, char* buf, int buflen) = 0;
91 virtual bool demangle(const char* symbol, char* buf, int buflen) { function in class:NullDecoder
105 static bool demangle(const char* symbol, char* buf, int buflen);
H A Ddecoder_elf.cpp50 demangle(buf, buf, buflen);
H A Ddecoder.cpp106 bool Decoder::demangle(const char* symbol, char* buf, int buflen) { function in class:Decoder
113 return decoder->demangle(symbol, buf, buflen);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/
H A DCDebugger.java78 public String demangle(String sym) throws UnsupportedOperationException; method in interface:CDebugger
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/
H A DProcCDebugger.java98 public String demangle(String sym) { method in class:ProcCDebugger
99 return dbg.demangle(sym);
H A DProcDebugger.java61 public String demangle(String name); method in interface:ProcDebugger
H A DProcDebuggerLocal.java481 public String demangle(String name) { method in class:ProcDebuggerLocal
652 // demangle a C++ name
/openjdk7/hotspot/src/os/windows/vm/
H A Ddecoder_windows.hpp48 bool demangle(const char* symbol, char *buf, int buflen);
H A Ddecoder_windows.cpp147 address addr = (address)Decoder::demangle;
150 _can_decode_in_vm = !strcmp(buf, "Decoder::demangle");
179 if (demangle(pSymbol->Name, buf, buflen)) {
192 bool WindowsDecoder::demangle(const char* symbol, char *buf, int buflen) {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/
H A DBsdCDebugger.java118 public String demangle(String sym) { method in class:BsdCDebugger
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/
H A DWindbgCDebugger.java105 public String demangle(String sym) { method in class:WindbgCDebugger
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/
H A DLinuxCDebugger.java129 public String demangle(String sym) { method in class:LinuxCDebugger
/openjdk7/jdk/src/share/classes/sun/invoke/util/
H A DBytecodeName.java136 * To demangle a mangled string that begins with an escape,
155 * In practice, to demangle almost any name &ldquo;found in nature&rdquo;,
164 * <code><big><b>\-bar</b></big></code>, and <code><big><b>baz\!</b></big></code>, which demangle to <code><big><b>foo</b></big></code>, <code><big><b>\bar</b></big></code>, and
284 sn = demangle(s);
527 private static String demangle(String s) { method in class:BytecodeName
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/
H A DPStack.java94 name = cdbg.demangle(name);
/openjdk7/hotspot/agent/src/os/solaris/proc/
H A Dsaproc.cpp33 #include <demangle.h>

Completed in 581 milliseconds