Class AllocatorEngine
- java.lang.Object
-
- ru.ispras.microtesk.test.engine.allocator.AllocatorEngine
-
public final class AllocatorEngine extends java.lang.Object
AllocatorEngine
allocates addressing modes for a given abstract sequence.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
allocate(java.util.List<AbstractCall> sequence, boolean reserveExplicit, boolean reserveDependencies)
void
exclude(Primitive primitive)
static AllocatorEngine
get()
static void
init(AllocationSettings allocation)
void
reset()
-
-
-
Method Detail
-
init
public static void init(AllocationSettings allocation)
-
get
public static AllocatorEngine get()
-
reset
public void reset()
-
exclude
public void exclude(Primitive primitive)
-
allocate
public void allocate(java.util.List<AbstractCall> sequence, boolean reserveExplicit, boolean reserveDependencies)
-
-