Uses of Class
joeq.Runtime.ExceptionDeliverer

Packages that use ExceptionDeliverer
joeq.Allocator   
joeq.Bootstrap   
joeq.Compiler.Quad.x86   
joeq.Compiler.Reference.x86   
 

Uses of ExceptionDeliverer in joeq.Allocator
 

Methods in joeq.Allocator with parameters of type ExceptionDeliverer
 jq_CompiledCode RuntimeCodeAllocator.Runtimex86CodeBuffer.allocateCodeBlock(jq_Method m, jq_TryCatch[] ex, jq_BytecodeMap bcm, ExceptionDeliverer exd, int stackframesize, List code_relocs, List data_relocs)
           
abstract  jq_CompiledCode CodeAllocator.x86CodeBuffer.allocateCodeBlock(jq_Method m, jq_TryCatch[] ex, jq_BytecodeMap bcm, ExceptionDeliverer x, int stackframesize, List codeRelocs, List dataRelocs)
          Uses the code in this buffer, along with the arguments, to create a jq_CompiledCode object.
 

Uses of ExceptionDeliverer in joeq.Bootstrap
 

Methods in joeq.Bootstrap with parameters of type ExceptionDeliverer
 jq_CompiledCode BootstrapCodeAllocator.Bootstrapx86CodeBuffer.allocateCodeBlock(jq_Method m, jq_TryCatch[] ex, jq_BytecodeMap bcm, ExceptionDeliverer exd, int stackframesize, List code_relocs, List data_relocs)
           
 

Uses of ExceptionDeliverer in joeq.Compiler.Quad.x86
 

Subclasses of ExceptionDeliverer in joeq.Compiler.Quad.x86
 class x86QuadExceptionDeliverer
           
 

Uses of ExceptionDeliverer in joeq.Compiler.Reference.x86
 

Subclasses of ExceptionDeliverer in joeq.Compiler.Reference.x86
 class x86ReferenceExceptionDeliverer
           
 



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