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

/external/chromium_org/v8/src/
H A Dhydrogen-instructions.h551 HValue(HType type = HType::Tagged())
599 HType t = type();
608 HType type() const { return type_; }
609 void set_type(HType new_type) {
776 // specify statically known types, once HType can convey more information
777 // it should be based on the HType.
784 virtual HType CalculateInferredType();
910 HType type_;
1180 HInstruction(HType typ argument
1215 HTemplateInstruction(HType type = HType::Tagged()) argument
1575 HUnaryOperation(HValue* value, HType type = HType::Tagged()) argument
2687 HLoadRoot(Heap::RootListIndex index, HType type = HType::Tagged()) argument
3735 HBinaryOperation(HValue* context, HValue* left, HValue* right, HType type = HType::Tagged()) argument
4102 HBitwiseBinaryOperation(HValue* context, HValue* left, HValue* right, HType type = HType::TaggedNumber()) argument
[all...]

Completed in 85 milliseconds