#include <tempDecoder.hpp>
Inheritance diagram for TempPrinter:
Public Member Functions | |
void | decode (methodOop method, int bci=0) |
void | parameter (byteArrayOop name, int index) |
void | stack_temp (byteArrayOop name, int no) |
void | stack_float_temp (byteArrayOop name, int fno) |
void | heap_temp (byteArrayOop name, int no) |
void | heap_parameter (byteArrayOop name, int no) |
void | no_debug_info () |
Definition at line 44 of file tempDecoder.hpp.
void TempPrinter::decode | ( | methodOop | method, | |
int | bci = 0 | |||
) | [virtual] |
Reimplemented from TempDecoder.
Definition at line 137 of file tempDecoder.cpp.
References TempDecoder::decode(), outputStream::print_cr(), and std.
Here is the call graph for this function:
void TempPrinter::heap_parameter | ( | byteArrayOop | name, | |
int | no | |||
) | [virtual] |
Reimplemented from TempDecoder.
Definition at line 158 of file tempDecoder.cpp.
References byteArrayOopDesc::as_string(), outputStream::print_cr(), and std.
Here is the call graph for this function:
void TempPrinter::heap_temp | ( | byteArrayOop | name, | |
int | no | |||
) | [virtual] |
Reimplemented from TempDecoder.
Definition at line 154 of file tempDecoder.cpp.
References byteArrayOopDesc::as_string(), outputStream::print_cr(), and std.
Here is the call graph for this function:
void TempPrinter::no_debug_info | ( | ) | [virtual] |
Reimplemented from TempDecoder.
Definition at line 162 of file tempDecoder.cpp.
References outputStream::print_cr(), and std.
Here is the call graph for this function:
void TempPrinter::parameter | ( | byteArrayOop | name, | |
int | index | |||
) | [virtual] |
Reimplemented from TempDecoder.
Definition at line 142 of file tempDecoder.cpp.
References byteArrayOopDesc::as_string(), outputStream::print_cr(), and std.
Here is the call graph for this function:
void TempPrinter::stack_float_temp | ( | byteArrayOop | name, | |
int | fno | |||
) | [virtual] |
Reimplemented from TempDecoder.
Definition at line 150 of file tempDecoder.cpp.
References byteArrayOopDesc::as_string(), outputStream::print_cr(), and std.
Here is the call graph for this function:
void TempPrinter::stack_temp | ( | byteArrayOop | name, | |
int | no | |||
) | [virtual] |
Reimplemented from TempDecoder.
Definition at line 146 of file tempDecoder.cpp.
References byteArrayOopDesc::as_string(), outputStream::print_cr(), and std.
Here is the call graph for this function: