Defines | |||
![]() | ![]() | #define | DO_UP (from) |
![]() | ![]() | #define | DO_DOWN (from) |
Functions | |||
![]() | ![]() | void | printIndent () |
![]() | ![]() | void | copy_oops_up (oop* from, oop* to, fint count) |
![]() | ![]() | void | copy_oops_down (oop* from, oop* to, fint count) |
![]() | ![]() | void | set_oops (oop* to, fint count, oop value) |
![]() | ![]() | void | copy_bytes_up (char* from, char* to, fint count) |
![]() | ![]() | void | copy_bytes_down (char* from, char* to, fint count) |
![]() | ![]() | void | set_bytes (char* to, fint count, char value) |
![]() | ![]() | char* | copy_string (char* s) |
![]() | ![]() | char* | copy_c_heap_string (char* s) |
![]() | ![]() | char* | copy_string (char* s, smi len) |
![]() | ![]() | int | compare_slot_names (char *s1, fint l1, char *s2, fint l2) |
![]() | ![]() | int | compare_bytes (char* b1, int l1, char* b2, int l2) |
![]() | ![]() | void | breakpoint () |
![]() | ![]() | void | error_breakpoint () |
![]() | ![]() | volatile void | ShouldNotCall (char *file, int line) |
![]() | ![]() | volatile void | ShouldNotReach (char *file, int line) |
Variables | |||
![]() | ![]() | fint | Indent |
![]() | ![]() | oop | catchThisOne |
| #define DO_UP (from) |
| #define DO_DOWN (from) |
| void printIndent () |
| void copy_oops_up (oop * from, oop * to, fint count) |
| void copy_oops_down (oop * from, oop * to, fint count) |
| void set_oops (oop * to, fint count, oop value) |
| void copy_bytes_up (char * from, char * to, fint count) |
| void copy_bytes_down (char * from, char * to, fint count) |
| void set_bytes (char * to, fint count, char value) |
| char * copy_string (char * s) |
| char * copy_c_heap_string (char * s) |
| char * copy_string (char * s, smi len) |
| int compare_slot_names (char * s1, fint l1, char * s2, fint l2) |
| int compare_bytes (char * b1, int l1, char * b2, int l2) |
| void breakpoint () |
| void error_breakpoint () |
| volatile void ShouldNotCall (char * file, int line) |
| volatile void ShouldNotReach (char * file, int line) |
| fint Indent |
| oop catchThisOne |
1.0.0 written by Dimitri van Heesch,
© 1997-1999