Searched refs:WindowsDecoder (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/os/windows/vm/
H A Ddecoder_windows.hpp41 class WindowsDecoder : public AbstractDecoder { class in inherits:AbstractDecoder
44 WindowsDecoder();
45 ~WindowsDecoder() { uninitialize(); };
H A Ddecoder_windows.cpp29 WindowsDecoder::WindowsDecoder() { function in class:WindowsDecoder
39 void WindowsDecoder::initialize() {
155 void WindowsDecoder::uninitialize() {
164 bool WindowsDecoder::can_decode_C_frame_in_vm() const {
169 bool WindowsDecoder::decode(address addr, char *buf, int buflen, int* offset, const char* modulepath) {
192 bool WindowsDecoder::demangle(const char* symbol, char *buf, int buflen) {
/openjdk7/hotspot/src/share/vm/utilities/
H A Ddecoder.cpp67 decoder = new (std::nothrow) WindowsDecoder();

Completed in 1168 milliseconds