Home | History | Annotate | Download | only in src

Lines Matching refs:HTemplateControlInstruction

918 class HTemplateControlInstruction: public HControlInstruction {
1003 class HGoto: public HTemplateControlInstruction<1, 0> {
1019 class HUnaryControlInstruction: public HTemplateControlInstruction<2, 1> {
1092 class HReturn: public HTemplateControlInstruction<0, 1> {
1110 class HAbnormalExit: public HTemplateControlInstruction<0, 0> {
2736 class HCompareIDAndBranch: public HTemplateControlInstruction<2, 2> {
2767 class HCompareObjectEqAndBranch: public HTemplateControlInstruction<2, 2> {
2886 class HStringCompareAndBranch: public HTemplateControlInstruction<2, 3> {
2922 class HIsConstructCallAndBranch: public HTemplateControlInstruction<2, 0> {