|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HeapAddress | |
---|---|
joeq.Class | |
joeq.Main | |
joeq.Memory | |
joeq.Runtime |
Uses of HeapAddress in joeq.Class |
---|
Methods in joeq.Class that return HeapAddress | |
---|---|
HeapAddress |
jq_StaticField.getAddress()
|
Uses of HeapAddress in joeq.Main |
---|
Subclasses of HeapAddress in joeq.Main | |
---|---|
static class |
HostedVM.BogusHeapAddress
|
Uses of HeapAddress in joeq.Memory |
---|
Methods in joeq.Memory that return HeapAddress | |
---|---|
static HeapAddress |
HeapAddress.address32(int val)
|
abstract HeapAddress |
HeapAddress.HeapAddressFactory.address32(int val)
|
static HeapAddress |
HeapAddress.addressOf(Object o)
|
abstract HeapAddress |
HeapAddress.HeapAddressFactory.addressOf(Object o)
|
static HeapAddress |
HeapAddress.getNull()
|
abstract HeapAddress |
HeapAddress.HeapAddressFactory.getNull()
|
Uses of HeapAddress in joeq.Runtime |
---|
Methods in joeq.Runtime with parameters of type HeapAddress | |
---|---|
static void |
TypeCheck.arrayStoreCheck(HeapAddress value,
Object[] arrayref)
Performs an arrayStoreCheck operation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |