Companion

object Companion

Functions

Link copied to clipboard
fun createRegisterDump(objects: Array<AvailObject>, longs: LongArray): AvailObject

Create a new register dump AvailObject with the given data. If both arrays are empty, answer nil.

Properties

Link copied to clipboard
val createRegisterDumpMethod: CheckedMethod

Access the method createRegisterDump.

Link copied to clipboard
val emptyRegisterDump: AvailObject

A pre-built register dump with nothing in it.

Link copied to clipboard
val emptyRegisterDumpField: CheckedField

Access the static field emptyRegisterDump.