|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CodeAddress | |
|---|---|
| joeq.Class | |
| joeq.Memory | |
| Uses of CodeAddress in joeq.Class |
|---|
| Fields in joeq.Class declared as CodeAddress | |
|---|---|
protected CodeAddress |
jq_CompiledCode.entrypoint
|
protected CodeAddress |
jq_CompiledCode.start
|
| Methods in joeq.Class that return CodeAddress | |
|---|---|
CodeAddress |
jq_CompiledCode.getEntrypoint()
|
CodeAddress |
jq_CompiledCode.getStart()
|
| Methods in joeq.Class with parameters of type CodeAddress | |
|---|---|
boolean |
jq_CompiledCode.contains(CodeAddress address)
|
jq_TryCatch |
jq_CompiledCode.findCatchBlock(CodeAddress ip,
jq_Class extype)
|
int |
jq_CompiledCode.getBytecodeIndex(CodeAddress ip)
|
Object |
jq_CompiledCode.getThisPointer(CodeAddress ip,
StackAddress fp)
|
| Constructors in joeq.Class with parameters of type CodeAddress | |
|---|---|
jq_CompiledCode(jq_Method method,
CodeAddress start,
int length,
CodeAddress entrypoint,
jq_TryCatch[] handlers,
jq_BytecodeMap bcm,
Object ed,
int stackframesize,
List code_reloc,
List data_reloc)
|
|
| Uses of CodeAddress in joeq.Memory |
|---|
| Methods in joeq.Memory that return CodeAddress | |
|---|---|
static CodeAddress |
CodeAddress.getNull()
|
abstract CodeAddress |
CodeAddress.CodeAddressFactory.getNull()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||