|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--harpoon.Analysis.Tree.Simplification | +--harpoon.Backend.Analysis.InsertWriteBarrier
InsertWriteBarrier
instruments any writes to pointer
locations with a store check. This pass is used for generational
garbage collection, to keep track of pointers from older to
younger generations.
Nested Class Summary |
Nested classes inherited from class harpoon.Analysis.Tree.Simplification |
Simplification.Rule |
Field Summary |
Fields inherited from class harpoon.Analysis.Tree.Simplification |
_ADD, _ALIGN, _AND, _BINOP, _CALL, _CJUMP, _CMPEQ, _CMPGE, _CMPGT, _CMPLE, _CMPLT, _CMPNE, _CONST, _CONST0, _CONST1, _CONSTm1, _CONSTNULL, _DATUM, _DIV, _ESEQ, _EXPR, _JUMP, _LABEL, _MEM, _METHOD, _MOVE, _MUL, _NAME, _NATIVECALL, _OR, _REM, _RETURN, _SEGMENT, _SEQ, _SHL, _SHR, _TEMP, _THROW, _UNOP, _USHR, _XOR |
Method Summary | |
static HCodeFactory |
codeFactory(HCodeFactory parent)
Code factory for inserting write barriers to a tree. |
static List |
HCE_RULES(DerivationGenerator _dg)
|
Methods inherited from class harpoon.Analysis.Tree.Simplification |
_KIND, _OP, codeFactory, contains, simplify |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static HCodeFactory codeFactory(HCodeFactory parent)
public static List HCE_RULES(DerivationGenerator _dg)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |