Searched defs:HType (Results 1 - 1 of 1) sorted by relevance
/external/v8/src/crankshaft/ |
H A D | hydrogen-instructions.h | 476 explicit HValue(HType type = HType::Tagged()) 519 HType t = type(); 528 HType type() const { return type_; } 529 void set_type(HType new_type) { 696 // specify statically known types, once HType can convey more information 697 // it should be based on the HType. 704 virtual HType CalculateInferredType(); 823 HType type_; 999 explicit HInstruction(HType typ argument 1030 HTemplateInstruction(HType type = HType::Tagged()) argument 1403 HUnaryOperation(HValue* value, HType type = HType::Tagged()) argument 2423 HLoadRoot(Heap::RootListIndex index, HType type = HType::Tagged()) argument 3286 HBinaryOperation(HValue* context, HValue* left, HValue* right, HType type = HType::Tagged()) argument 3601 HBitwiseBinaryOperation(HValue* context, HValue* left, HValue* right, HType type = HType::TaggedNumber()) argument 3680 HArithmeticBinaryOperation(HValue* context, HValue* left, HValue* right, HType type = HType::TaggedNumber()) argument [all...] |
Completed in 224 milliseconds