Lines Matching refs:HToFastProperties
7208 class HToFastProperties V8_FINAL : public HUnaryOperation {7210 DECLARE_INSTRUCTION_FACTORY_P1(HToFastProperties, HValue*);7219 explicit HToFastProperties(HValue* value) : HUnaryOperation(value) {