Searched defs:HType (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/crankshaft/
H A Dhydrogen-instructions.h479 explicit HValue(HType type = HType::Tagged())
525 HType t = type();
534 HType type() const { return type_; }
535 void set_type(HType new_type) {
702 // specify statically known types, once HType can convey more information
703 // it should be based on the HType.
710 virtual HType CalculateInferredType();
829 HType type_;
1112 explicit HInstruction(HType typ argument
1143 HTemplateInstruction(HType type = HType::Tagged()) argument
1521 HUnaryOperation(HValue* value, HType type = HType::Tagged()) argument
2550 HLoadRoot(Heap::RootListIndex index, HType type = HType::Tagged()) argument
3417 HBinaryOperation(HValue* context, HValue* left, HValue* right, HType type = HType::Tagged()) argument
3738 HBitwiseBinaryOperation(HValue* context, HValue* left, HValue* right, HType type = HType::TaggedNumber()) argument
[all...]

Completed in 63 milliseconds