|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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 | |
|---|---|
ExceptionDeliverer |
HardwareTrapCompiledMethod.getExceptionDeliverer()
|
abstract ExceptionDeliverer |
CompiledMethod.getExceptionDeliverer()
Get handler to deal with stack unwinding and exception delivery for this compiled method's stackframes. |
| Uses of ExceptionDeliverer in org.jikesrvm.compilers.opt.runtimesupport |
|---|
| Methods in org.jikesrvm.compilers.opt.runtimesupport that return ExceptionDeliverer | |
|---|---|
ExceptionDeliverer |
OptCompiledMethod.getExceptionDeliverer()
Get handler to deal with stack unwinding and exception delivery for this method's stackframes. |
| 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 |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||