Uses of Class
org.jikesrvm.runtime.ExceptionDeliverer

Packages that use ExceptionDeliverer
org.jikesrvm   
org.jikesrvm.compilers.baseline   
org.jikesrvm.compilers.baseline.ia32   
org.jikesrvm.compilers.common   
org.jikesrvm.compilers.opt.runtimesupport   
org.jikesrvm.compilers.opt.runtimesupport.ia32   
org.jikesrvm.jni   
org.jikesrvm.jni.ia32   
 

Uses of ExceptionDeliverer in org.jikesrvm
 

Subclasses of ExceptionDeliverer in org.jikesrvm
static class ArchitectureSpecific.BaselineExceptionDeliverer
           
static class ArchitectureSpecificOpt.OptExceptionDeliverer
           
 

Uses of ExceptionDeliverer in org.jikesrvm.compilers.baseline
 

Fields in org.jikesrvm.compilers.baseline declared as ExceptionDeliverer
private static ExceptionDeliverer BaselineCompiledMethod.exceptionDeliverer
          Baseline exception deliverer object
 

Methods in org.jikesrvm.compilers.baseline that return ExceptionDeliverer
 ExceptionDeliverer BaselineCompiledMethod.getExceptionDeliverer()
          Get the exception deliverer for this kind of compiled method
 

Uses of ExceptionDeliverer in org.jikesrvm.compilers.baseline.ia32
 

Subclasses of ExceptionDeliverer in org.jikesrvm.compilers.baseline.ia32
 class BaselineExceptionDeliverer
          Handle exception delivery and stack unwinding for methods compiled by baseline compiler.
 

Uses of ExceptionDeliverer in org.jikesrvm.compilers.common
 

Methods in org.jikesrvm.compilers.common that return ExceptionDeliverer
abstract  ExceptionDeliverer CompiledMethod.getExceptionDeliverer()
          Get handler to deal with stack unwinding and exception delivery for this compiled method's stackframes.
 ExceptionDeliverer HardwareTrapCompiledMethod.getExceptionDeliverer()
           
 

Uses of ExceptionDeliverer in org.jikesrvm.compilers.opt.runtimesupport
 

Methods in org.jikesrvm.compilers.opt.runtimesupport that return ExceptionDeliverer
 ExceptionDeliverer OptCompiledMethod.getExceptionDeliverer()
           
 

Uses of ExceptionDeliverer in org.jikesrvm.compilers.opt.runtimesupport.ia32
 

Subclasses of ExceptionDeliverer in org.jikesrvm.compilers.opt.runtimesupport.ia32
 class OptExceptionDeliverer
          Handle exception delivery and stack unwinding for methods compiled by optimizing Compiler.
 

Uses of ExceptionDeliverer in org.jikesrvm.jni
 

Fields in org.jikesrvm.jni declared as ExceptionDeliverer
private static ExceptionDeliverer JNICompiledMethod.deliverer
          Architecture specific deliverer of exceptions
 

Methods in org.jikesrvm.jni that return ExceptionDeliverer
 ExceptionDeliverer JNICompiledMethod.getExceptionDeliverer()
           
 

Uses of ExceptionDeliverer in org.jikesrvm.jni.ia32
 

Subclasses of ExceptionDeliverer in org.jikesrvm.jni.ia32
 class JNIExceptionDeliverer
          Exception delivery mechanisms for JNI on IA32