|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServerSpace | |
---|---|
org.jikesrvm.mm.mmtk | |
org.jikesrvm.mm.mmtk.gcspy | |
org.mmtk.utility.gcspy.drivers | |
org.mmtk.vm | |
org.mmtk.vm.gcspy |
Uses of ServerSpace in org.jikesrvm.mm.mmtk |
---|
Methods in org.jikesrvm.mm.mmtk that return ServerSpace | |
---|---|
ServerSpace |
Factory.newGCspyServerSpace(ServerInterpreter serverInterpreter,
String serverName,
String driverName,
String title,
String blockInfo,
int tileNum,
String unused,
boolean mainSpace)
|
Uses of ServerSpace in org.jikesrvm.mm.mmtk.gcspy |
---|
Subclasses of ServerSpace in org.jikesrvm.mm.mmtk.gcspy | |
---|---|
class |
ServerSpace
This class implements the GCspy Space abstraction. |
Uses of ServerSpace in org.mmtk.utility.gcspy.drivers |
---|
Fields in org.mmtk.utility.gcspy.drivers declared as ServerSpace | |
---|---|
protected ServerSpace |
AbstractDriver.serverSpace
The GCspy space abstraction |
Methods in org.mmtk.utility.gcspy.drivers that return ServerSpace | |
---|---|
protected ServerSpace |
AbstractDriver.createServerSpace(ServerInterpreter server,
String spaceName,
int maxTileNum,
boolean mainSpace)
Create a new GCspy ServerSpace and add it to the ServerInterpreter. |
ServerSpace |
AbstractDriver.getServerSpace()
The GCspy space managed by this driver. |
Uses of ServerSpace in org.mmtk.vm |
---|
Methods in org.mmtk.vm that return ServerSpace | |
---|---|
static ServerSpace |
VM.newGCspyServerSpace(ServerInterpreter serverInterpreter,
String serverName,
String driverName,
String title,
String blockInfo,
int tileNum,
String unused,
boolean mainSpace)
Create a new ServerInterpreter instance using the appropriate VM-specific concrete ServerInterpreter sub-class. |
abstract ServerSpace |
Factory.newGCspyServerSpace(ServerInterpreter serverInterpreter,
String serverName,
String driverName,
String title,
String blockInfo,
int tileNum,
String unused,
boolean mainSpace)
Create a new ServerSpace instance using the appropriate VM-specific concrete ServerSpace sub-class. |
Uses of ServerSpace in org.mmtk.vm.gcspy |
---|
Fields in org.mmtk.vm.gcspy declared as ServerSpace | |
---|---|
protected ServerSpace |
Stream.serverSpace
The owning GCspy space |
protected ServerSpace[] |
ServerInterpreter.spaces
|
Methods in org.mmtk.vm.gcspy with parameters of type ServerSpace | |
---|---|
int |
ServerInterpreter.addSpace(ServerSpace space)
Add a GCspy ServerSpace to the ServerInterpreter. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |