Public Member Functions | |
void | find (methodOop method, int bci, int no) |
void | stack_temp (byteArrayOop name, int no) |
Public Attributes | |
byteArrayOop | result |
Private Attributes | |
int | the_no |
Definition at line 189 of file tempDecoder.cpp.
void FindStackTemp::find | ( | methodOop | method, | |
int | bci, | |||
int | no | |||
) | [inline] |
Definition at line 195 of file tempDecoder.cpp.
References TempDecoder::decode(), result, and the_no.
Referenced by find_stack_temp().
Here is the call graph for this function:
void FindStackTemp::stack_temp | ( | byteArrayOop | name, | |
int | no | |||
) | [inline, virtual] |
Definition at line 193 of file tempDecoder.cpp.
Referenced by find(), find_stack_temp(), and stack_temp().
int FindStackTemp::the_no [private] |