Searched refs:HUnaryOperation (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/crankshaft/
H A Dhydrogen-instructions.h1401 class HUnaryOperation : public HTemplateInstruction<1> { class in inherits:HTemplateInstruction
1403 explicit HUnaryOperation(HValue* value, HType type = HType::Tagged()) function in class:HUnaryOperation
1408 static HUnaryOperation* cast(HValue* value) {
1409 return reinterpret_cast<HUnaryOperation*>(value);
1417 class HUseConst final : public HUnaryOperation {
1428 explicit HUseConst(HValue* old_value) : HUnaryOperation(old_value) { }
1460 class HChange final : public HUnaryOperation {
1464 : HUnaryOperation(value) {
1517 class HClampToUint8 final : public HUnaryOperation {
1532 : HUnaryOperation(valu
[all...]
H A Dhydrogen-instructions.cc1191 std::ostream& HUnaryOperation::PrintDataTo(std::ostream& os) const { // NOLINT
1490 HUnaryOperation::PrintDataTo(os);
1672 return HUnaryOperation::PrintDataTo(os);

Completed in 269 milliseconds