Public Member Functions | |
| methodStream () | |
| void | put_byte (int byte) | 
| void | put_word (int word) | 
| void | put_oop (oop obj) | 
| void | align (u_char *hp) | 
Public Attributes | |
| GrowableArray< oop > * | result | 
Definition at line 200 of file methodOop.cpp.
| methodStream::methodStream | ( | ) |  [inline] | 
        
| void methodStream::align | ( | u_char * | hp | ) |  [inline] | 
        
Definition at line 226 of file methodOop.cpp.
References put_byte().
Referenced by methodOopDesc::fileout_body().
Here is the call graph for this function:

| void methodStream::put_byte | ( | int | byte | ) |  [inline] | 
        
Definition at line 208 of file methodOop.cpp.
References as_smiOop(), result, and trueObj.
Referenced by align(), methodOopDesc::fileout_body(), and put_word().
Here is the call graph for this function:

| void methodStream::put_oop | ( | oop | obj | ) |  [inline] | 
        
Definition at line 221 of file methodOop.cpp.
References falseObj, and result.
Referenced by methodOopDesc::fileout_body().
| void methodStream::put_word | ( | int | word | ) |  [inline] | 
        
Definition at line 213 of file methodOop.cpp.
References put_byte().
Referenced by methodOopDesc::fileout_body().
Here is the call graph for this function:

Definition at line 202 of file methodOop.cpp.
Referenced by methodOopDesc::fileout_body(), methodStream(), put_byte(), and put_oop().
 1.4.7