Lines Matching refs:HUnaryControlInstruction
1472 class HUnaryControlInstruction : public HTemplateControlInstruction<2, 1> {
1474 HUnaryControlInstruction(HValue* value,
1488 class HBranch V8_FINAL : public HUnaryControlInstruction {
1515 : HUnaryControlInstruction(value, true_target, false_target),
1524 class HCompareMap V8_FINAL : public HUnaryControlInstruction {
1548 : HUnaryControlInstruction(value, true_target, false_target),
4288 class HCompareHoleAndBranch V8_FINAL : public HUnaryControlInstruction {
4307 : HUnaryControlInstruction(value, true_target, false_target) {
4314 class HCompareMinusZeroAndBranch V8_FINAL : public HUnaryControlInstruction {
4331 : HUnaryControlInstruction(value, NULL, NULL) {
4379 class HIsObjectAndBranch V8_FINAL : public HUnaryControlInstruction {
4395 : HUnaryControlInstruction(value, true_target, false_target) {}
4399 class HIsStringAndBranch V8_FINAL : public HUnaryControlInstruction {
4415 : HUnaryControlInstruction(value, true_target, false_target) {}
4419 class HIsSmiAndBranch V8_FINAL : public HUnaryControlInstruction {
4438 : HUnaryControlInstruction(value, true_target, false_target) {}
4442 class HIsUndetectableAndBranch V8_FINAL : public HUnaryControlInstruction {
4458 : HUnaryControlInstruction(value, true_target, false_target) {}
4518 class HHasInstanceTypeAndBranch V8_FINAL : public HUnaryControlInstruction {
4538 : HUnaryControlInstruction(value, NULL, NULL), from_(type), to_(type) { }
4540 : HUnaryControlInstruction(value, NULL, NULL), from_(from), to_(to) {
4549 class HHasCachedArrayIndexAndBranch V8_FINAL : public HUnaryControlInstruction {
4560 : HUnaryControlInstruction(value, NULL, NULL) { }
4587 class HClassOfTestAndBranch V8_FINAL : public HUnaryControlInstruction {
4604 : HUnaryControlInstruction(value, NULL, NULL),
4611 class HTypeofIsAndBranch V8_FINAL : public HUnaryControlInstruction {
4629 : HUnaryControlInstruction(value, NULL, NULL),