#include "incls/_precompiled.incl"
#include "incls/_tempDecoder.cpp.incl"
Include dependency graph for tempDecoder.cpp:
Go to the source code of this file.
Classes | |
class | FindParam |
class | FindStackTemp |
class | FindStackFloatTemp |
class | FindHeapTemp |
Defines | |
#define | NEXT |
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) |
#define NEXT |
Value:
pos++; \ if (pos > len) return; \ current = tempInfo->obj_at(pos)
Definition at line 27 of file tempDecoder.cpp.
Referenced by TempDecoder::decode().
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: