Main Page   Class Hierarchy   Compound List   File List   Header Files   Compound Members   File Members  

util.c File Reference


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 Documentation

#define DO_UP (from)

#define DO_DOWN (from)


Function Documentation

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)


Variable Documentation

fint Indent

oop catchThisOne


Generated at Tue Jun 27 12:07:04 2000 for SelfVM by doxygen 1.0.0 written by Dimitri van Heesch, © 1997-1999