Public Member Functions | |
void | find (methodOop method, int bci, int fno) |
void | stack_float_temp (byteArrayOop name, int fno) |
Public Attributes | |
byteArrayOop | result |
Private Attributes | |
int | the_fno |
Definition at line 205 of file tempDecoder.cpp.
void FindStackFloatTemp::find | ( | methodOop | method, | |
int | bci, | |||
int | fno | |||
) | [inline] |
Definition at line 211 of file tempDecoder.cpp.
References TempDecoder::decode(), result, and the_fno.
Referenced by find_stack_float_temp().
Here is the call graph for this function:
void FindStackFloatTemp::stack_float_temp | ( | byteArrayOop | name, | |
int | fno | |||
) | [inline, virtual] |
Definition at line 209 of file tempDecoder.cpp.
Referenced by find(), find_stack_float_temp(), and stack_float_temp().
int FindStackFloatTemp::the_fno [private] |