Uses of Class
joeq.Class.jq_CompiledCode

Packages that use jq_CompiledCode
joeq.Class   
joeq.Compiler   
 

Uses of jq_CompiledCode in joeq.Class
 

Fields in joeq.Class declared as jq_CompiledCode
protected  jq_CompiledCode jq_Method.default_compiled_version
           
 

Methods in joeq.Class that return jq_CompiledCode
 jq_CompiledCode jq_Method.compile_stub()
           
 jq_CompiledCode jq_Method.compile()
           
 jq_CompiledCode jq_Method.getDefaultCompiledVersion()
           
 

Methods in joeq.Class with parameters of type jq_CompiledCode
 int jq_CompiledCode.compareTo(jq_CompiledCode that)
           
 void jq_CompiledCode.patchDirectBindCalls(jq_Method method, jq_CompiledCode cc)
           
 void jq_CompiledCode.redirect(jq_CompiledCode that)
          Rewrite the entrypoint to branch to the given compiled code.
 void jq_Method.setDefaultCompiledVersion(jq_CompiledCode cc)
           
 

Uses of jq_CompiledCode in joeq.Compiler
 

Methods in joeq.Compiler that return jq_CompiledCode
 jq_CompiledCode CompilerInterface.compile(jq_Method m)
           
 jq_CompiledCode CompilerInterface.generate_compile_stub(jq_Method m)
           
 



Copyright © 2001-2008 John Whaley. All Rights Reserved.