• Home
  • Raw
  • Download

Lines Matching refs:HUnaryControlInstruction

1356 class HUnaryControlInstruction : public HTemplateControlInstruction<2, 1> {
1358 HUnaryControlInstruction(HValue* value, in HUnaryControlInstruction() function
1372 class HBranch final : public HUnaryControlInstruction {
1401 : HUnaryControlInstruction(value, true_target, false_target), in DECLARE_CONCRETE_INSTRUCTION()
1410 class HCompareMap final : public HUnaryControlInstruction {
1453 : HUnaryControlInstruction(value, true_target, false_target), in HUnaryControlInstruction() function
4336 class HCompareHoleAndBranch final : public HUnaryControlInstruction {
4354 : HUnaryControlInstruction(value, true_target, false_target) { in DECLARE_CONCRETE_INSTRUCTION()
4361 class HCompareMinusZeroAndBranch final : public HUnaryControlInstruction {
4377 : HUnaryControlInstruction(value, NULL, NULL) { in DECLARE_CONCRETE_INSTRUCTION()
4427 class HIsStringAndBranch final : public HUnaryControlInstruction {
4453 : HUnaryControlInstruction(value, true_target, false_target), in HUnaryControlInstruction() function
4462 class HIsSmiAndBranch final : public HUnaryControlInstruction {
4482 : HUnaryControlInstruction(value, true_target, false_target) { in HUnaryControlInstruction() function
4488 class HIsUndetectableAndBranch final : public HUnaryControlInstruction {
4506 : HUnaryControlInstruction(value, true_target, false_target) {} in DECLARE_CONCRETE_INSTRUCTION()
4548 class HHasInstanceTypeAndBranch final : public HUnaryControlInstruction {
4570 : HUnaryControlInstruction(value, NULL, NULL), from_(type), to_(type) { } in DECLARE_CONCRETE_INSTRUCTION()
4572 : HUnaryControlInstruction(value, NULL, NULL), from_(from), to_(to) { in HHasInstanceTypeAndBranch()
4581 class HHasCachedArrayIndexAndBranch final : public HUnaryControlInstruction {
4592 : HUnaryControlInstruction(value, NULL, NULL) { } in DECLARE_CONCRETE_INSTRUCTION()
4619 class HClassOfTestAndBranch final : public HUnaryControlInstruction {
4636 : HUnaryControlInstruction(value, NULL, NULL), in HClassOfTestAndBranch()
4643 class HTypeofIsAndBranch final : public HUnaryControlInstruction {
4664 : HUnaryControlInstruction(value, NULL, NULL), in HTypeofIsAndBranch()