Public Member Functions | |
void | find (methodOop method, int bci, int no) |
void | heap_temp (byteArrayOop name, int no) |
void | heap_parameter (byteArrayOop name, int no) |
Public Attributes | |
byteArrayOop | result |
Private Attributes | |
int | the_no |
Definition at line 221 of file tempDecoder.cpp.
void FindHeapTemp::find | ( | methodOop | method, | |
int | bci, | |||
int | no | |||
) | [inline] |
Definition at line 227 of file tempDecoder.cpp.
References TempDecoder::decode(), result, and the_no.
Referenced by find_heap_temp().
Here is the call graph for this function:
void FindHeapTemp::heap_parameter | ( | byteArrayOop | name, | |
int | no | |||
) | [inline, virtual] |
void FindHeapTemp::heap_temp | ( | byteArrayOop | name, | |
int | no | |||
) | [inline, virtual] |
Definition at line 225 of file tempDecoder.cpp.
Referenced by find(), find_heap_temp(), heap_parameter(), and heap_temp().
int FindHeapTemp::the_no [private] |
Definition at line 223 of file tempDecoder.cpp.
Referenced by find(), heap_parameter(), and heap_temp().