Searched refs:HUnaryOperation (Results 1 – 4 of 4) sorted by relevance
1120 class HUnaryOperation: public HTemplateInstruction<1> {1122 explicit HUnaryOperation(HValue* value) { in HUnaryOperation() function1126 static HUnaryOperation* cast(HValue* value) { in cast()1127 return reinterpret_cast<HUnaryOperation*>(value); in cast()1154 class HUseConst: public HUnaryOperation {1156 explicit HUseConst(HValue* old_value) : HUnaryOperation(old_value) { } in HUseConst()1185 class HChange: public HUnaryOperation {1191 : HUnaryOperation(value) { in HChange()1228 class HClampToUint8: public HUnaryOperation {1231 : HUnaryOperation(value) { in HClampToUint8()[all …]
781 void HUnaryOperation::PrintDataTo(StringStream* stream) { in PrintDataTo()903 HUnaryOperation::PrintDataTo(stream); in PrintDataTo()1000 HUnaryOperation::PrintDataTo(stream); in PrintDataTo()
1625 class HUnaryOperation : public HTemplateInstruction<1> {1627 HUnaryOperation(HValue* value, HType type = HType::Tagged())1632 static HUnaryOperation* cast(HValue* value) { in cast()1633 return reinterpret_cast<HUnaryOperation*>(value); in cast()1663 class HUseConst V8_FINAL : public HUnaryOperation {1674 explicit HUseConst(HValue* old_value) : HUnaryOperation(old_value) { } in DECLARE_CONCRETE_INSTRUCTION()1704 class HChange V8_FINAL : public HUnaryOperation {1710 : HUnaryOperation(value) { in HChange()1763 class HClampToUint8 V8_FINAL : public HUnaryOperation {1778 : HUnaryOperation(value) { in HClampToUint8()[all …]
1166 void HUnaryOperation::PrintDataTo(StringStream* stream) { in PrintDataTo()1401 HUnaryOperation::PrintDataTo(stream); in PrintDataTo()1595 HUnaryOperation::PrintDataTo(stream); in PrintDataTo()