|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MagicNotImplementedException | |
---|---|
org.jikesrvm.compilers.opt | |
org.jikesrvm.compilers.opt.bc2ir | |
org.jikesrvm.compilers.opt.bc2ir.ia32 |
Uses of MagicNotImplementedException in org.jikesrvm.compilers.opt |
---|
Methods in org.jikesrvm.compilers.opt that return MagicNotImplementedException | |
---|---|
static MagicNotImplementedException |
MagicNotImplementedException.EXPECTED(String s)
Create a MagicNotImplemented exception with message s when we
encounter a magic that we have decided to not implement in the opt
compiler. |
static MagicNotImplementedException |
MagicNotImplementedException.UNEXPECTED(String s)
Create a MagicNotImplemented exception with message s when we
encounter a magic that we have decided to not implement in the opt
compiler. |
Uses of MagicNotImplementedException in org.jikesrvm.compilers.opt.bc2ir |
---|
Methods in org.jikesrvm.compilers.opt.bc2ir that throw MagicNotImplementedException | |
---|---|
(package private) static boolean |
GenerateMagic.generateMagic(BC2IR bc2ir,
GenerationContext gc,
MethodReference meth)
"Semantic inlining" of methods of the Magic class. |
private static Operator |
GenerateMagic.getOperator(TypeReference type,
int operatorClass)
|
Uses of MagicNotImplementedException in org.jikesrvm.compilers.opt.bc2ir.ia32 |
---|
Methods in org.jikesrvm.compilers.opt.bc2ir.ia32 that throw MagicNotImplementedException | |
---|---|
static boolean |
GenerateMachineSpecificMagic.generateMagic(BC2IR bc2ir,
GenerationContext gc,
MethodReference meth)
"Semantic inlining" of methods of the Magic class. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |