Public Member Functions | |
void | find (methodOop method, int no) |
void | parameter (byteArrayOop name, int no) |
Public Attributes | |
byteArrayOop | result |
Private Attributes | |
int | the_no |
Definition at line 167 of file tempDecoder.cpp.
void FindParam::find | ( | methodOop | method, | |
int | no | |||
) | [inline] |
Definition at line 173 of file tempDecoder.cpp.
References TempDecoder::decode(), result, and the_no.
Referenced by find_parameter_name().
Here is the call graph for this function:
void FindParam::parameter | ( | byteArrayOop | name, | |
int | no | |||
) | [inline, virtual] |
Definition at line 171 of file tempDecoder.cpp.
Referenced by find(), find_parameter_name(), and parameter().
int FindParam::the_no [private] |