Home | History | Annotate | Download | only in src

Lines Matching refs:HUnaryControlInstruction

1019 class HUnaryControlInstruction: public HTemplateControlInstruction<2, 1> {
1021 HUnaryControlInstruction(HValue* value,
1035 class HBranch: public HUnaryControlInstruction {
1041 : HUnaryControlInstruction
1046 : HUnaryControlInstruction(value, NULL, NULL) { }
1064 class HCompareMap: public HUnaryControlInstruction {
1070 : HUnaryControlInstruction(value, true_target, false_target),
2787 class HCompareConstantEqAndBranch: public HUnaryControlInstruction {
2790 : HUnaryControlInstruction(left, NULL, NULL), op_(op), right_(right) {
2810 class HIsNilAndBranch: public HUnaryControlInstruction {
2813 : HUnaryControlInstruction(value, NULL, NULL), kind_(kind), nil_(nil) { }
2832 class HIsObjectAndBranch: public HUnaryControlInstruction {
2835 : HUnaryControlInstruction(value, NULL, NULL) { }
2844 class HIsStringAndBranch: public HUnaryControlInstruction {
2847 : HUnaryControlInstruction(value, NULL, NULL) { }
2857 class HIsSmiAndBranch: public HUnaryControlInstruction {
2860 : HUnaryControlInstruction(value, NULL, NULL) { }
2873 class HIsUndetectableAndBranch: public HUnaryControlInstruction {
2876 : HUnaryControlInstruction(value, NULL, NULL) { }
2932 class HHasInstanceTypeAndBranch: public HUnaryControlInstruction {
2935 : HUnaryControlInstruction(value, NULL, NULL), from_(type), to_(type) { }
2937 : HUnaryControlInstruction(value, NULL, NULL), from_(from), to_(to) {
2958 class HHasCachedArrayIndexAndBranch: public HUnaryControlInstruction {
2961 : HUnaryControlInstruction(value, NULL, NULL) { }
2989 class HClassOfTestAndBranch: public HUnaryControlInstruction {
2992 : HUnaryControlInstruction(value, NULL, NULL),
3010 class HTypeofIsAndBranch: public HUnaryControlInstruction {
3013 : HUnaryControlInstruction(value, NULL, NULL),