Package org.teavm.runtime
Class Allocator
java.lang.Object
org.teavm.runtime.Allocator
-
Method Summary
Modifier and TypeMethodDescriptionstatic Address
allocate(RuntimeClass tag)
static Address
allocateArray(RuntimeClass tag, int size)
static RuntimeArray
allocateMultiArray(RuntimeClass tag, Address dimensions, int dimensionCount)
static void
static void
static boolean
isInitialized(Class<?> cls)
static void
moveMemoryBlock(Address source, Address target, int count)
-
Method Details
-
allocate
-
allocateArray
-
allocateMultiArray
public static RuntimeArray allocateMultiArray(RuntimeClass tag, Address dimensions, int dimensionCount) -
fillZero
-
fill
-
moveMemoryBlock
-
isInitialized
-