Go to the source code of this file.
Classes | |
| class | TempDecoder |
| class | TempPrinter |
Functions | |
| byteArrayOop | find_parameter_name (methodOop method, int no) |
| byteArrayOop | find_stack_temp (methodOop method, int bci, int no) |
| byteArrayOop | find_heap_temp (methodOop method, int bci, int no) |
| byteArrayOop | find_stack_float_temp (methodOop method, int bci, int fno) |
| byteArrayOop find_heap_temp | ( | methodOop | method, | |
| int | bci, | |||
| int | no | |||
| ) |
Definition at line 247 of file tempDecoder.cpp.
References FindHeapTemp::find(), and FindHeapTemp::result.
Referenced by scopeNode::heap_temp_string().
Here is the call graph for this function:

| byteArrayOop find_parameter_name | ( | methodOop | method, | |
| int | no | |||
| ) |
Definition at line 183 of file tempDecoder.cpp.
References FindParam::find(), and FindParam::result.
Referenced by scopeNode::param_string().
Here is the call graph for this function:

| byteArrayOop find_stack_float_temp | ( | methodOop | method, | |
| int | bci, | |||
| int | fno | |||
| ) |
Definition at line 253 of file tempDecoder.cpp.
References FindStackFloatTemp::find(), and FindStackFloatTemp::result.
Referenced by scopeNode::stack_float_temp_string().
Here is the call graph for this function:

| byteArrayOop find_stack_temp | ( | methodOop | method, | |
| int | bci, | |||
| int | no | |||
| ) |
Definition at line 241 of file tempDecoder.cpp.
References FindStackTemp::find(), and FindStackTemp::result.
Referenced by scopeNode::stack_temp_at(), and scopeNode::stack_temp_string().
Here is the call graph for this function:

1.4.7