Uses of Class
joeq.Memory.CodeAddress

Packages that use CodeAddress
joeq.Class   
joeq.Memory   
 

Uses of CodeAddress in joeq.Class
 

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)
           
 java.lang.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, java.lang.Object ed, int stackframesize, java.util.List code_reloc, java.util.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()