|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CodeSequence | |
at.dms.backend |
Uses of CodeSequence in at.dms.backend |
Methods in at.dms.backend with parameters of type CodeSequence | |
void |
QDestination.store(CodeSequence seq,
boolean isLive)
Generates instructions for destination. |
abstract void |
QNode.generate(CodeSequence seq)
Generates instructions for this quadruple. |
void |
QVoid.generate(CodeSequence seq)
Generates instructions for this quadruple. |
void |
QQuadruple.generate(CodeSequence seq)
Generates instructions for this quadruple. |
void |
QLiteral.generate(CodeSequence seq)
Generates instructions for this quadruple. |
void |
QOperator.generate(CodeSequence seq)
Generates instructions for this quadruple. |
void |
QIinc.generate(CodeSequence seq)
Generates instructions for this quadruple. |
void |
QTemporary.generate(CodeSequence seq)
Generates instructions for this quadruple. |
void |
QTemporary.store(CodeSequence seq,
boolean isLive)
Generates instructions for storing. |
void |
QStack.generate(CodeSequence seq)
Generates instructions for this quadruple. |
void |
QStack.store(CodeSequence seq,
boolean isLive)
Generates instructions for destination. |
void |
QOrigin.generate(CodeSequence seq)
Generates instructions for this quadruple. |
void |
QNop.generate(CodeSequence seq)
Generates instructions for this quadruple. |
void |
BasicBlock.generateQuadruple(CodeSequence seq)
Generates the flow of instructions |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |