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

/external/chromium_org/v8/src/
H A Dhydrogen-instructions.h556 explicit HValue(HType type = HType::Tagged())
604 HType t = type();
613 HType type() const { return type_; }
614 void set_type(HType new_type) {
781 // specify statically known types, once HType can convey more information
782 // it should be based on the HType.
789 virtual HType CalculateInferredType();
916 HType type_;
1210 explicit HInstruction(HType typ argument
1243 HTemplateInstruction(HType type = HType::Tagged()) argument
1604 HUnaryOperation(HValue* value, HType type = HType::Tagged()) argument
2713 HLoadRoot(Heap::RootListIndex index, HType type = HType::Tagged()) argument
3772 HBinaryOperation(HValue* context, HValue* left, HValue* right, HType type = HType::Tagged()) argument
4142 HBitwiseBinaryOperation(HValue* context, HValue* left, HValue* right, HType type = HType::TaggedNumber()) argument
[all...]

Completed in 90 milliseconds