Home | History | Annotate | Download | only in src

Lines Matching refs:HToFastProperties

7463 class HToFastProperties V8_FINAL : public HUnaryOperation {
7465 DECLARE_INSTRUCTION_FACTORY_P1(HToFastProperties, HValue*);
7474 explicit HToFastProperties(HValue* value) : HUnaryOperation(value) {