Home | History | Annotate | Download | only in crankshaft

Lines Matching defs:memento_create_count

2950     HValue* memento_create_count =
2954 memento_create_count = AddUncasted<HAdd>(
2955 memento_create_count, graph()->GetConstant1());
2958 memento_create_count->ClearFlag(HValue::kCanOverflow);
2961 AllocationSite::kPretenureCreateCountOffset), memento_create_count);