Searched defs:HUnaryOperation (Results 1 - 1 of 1) 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...]

Completed in 92 milliseconds