Home | History | Annotate | Download | only in src

Lines Matching refs:HToFastProperties

6603 class HToFastProperties: public HUnaryOperation {
6605 DECLARE_INSTRUCTION_FACTORY_P1(HToFastProperties, HValue*);
6614 explicit HToFastProperties(HValue* value) : HUnaryOperation(value) {