Lines Matching refs:HTemplateControlInstruction
1345 class HTemplateControlInstruction : public HControlInstruction {
1414 class HGoto V8_FINAL : public HTemplateControlInstruction<1, 0> {
1435 class HDeoptimize V8_FINAL : public HTemplateControlInstruction<1, 0> {
1472 class HUnaryControlInstruction : public HTemplateControlInstruction<2, 1> {
1583 class HReturn V8_FINAL : public HTemplateControlInstruction<0, 3> {
1611 class HAbnormalExit V8_FINAL : public HTemplateControlInstruction<0, 0> {
4232 class HCompareNumericAndBranch : public HTemplateControlInstruction<2, 2> {
4336 class HCompareObjectEqAndBranch : public HTemplateControlInstruction<2, 2> {
4462 class HStringCompareAndBranch : public HTemplateControlInstruction<2, 3> {
4504 class HIsConstructCallAndBranch : public HTemplateControlInstruction<2, 0> {