Home | History | Annotate | Download | only in src

Lines Matching refs:GetConstant1

680 HConstant* HGraph::GetConstant1() {
1046 Initialize(builder, context, direction, builder->graph()->GetConstant1());
1101 HValue* one = builder_->graph()->GetConstant1();
1224 HValue* new_value = AddUncasted<HAdd>(old_value, graph()->GetConstant1());
1342 HValue* new_length = AddUncasted<HAdd>(key, graph_->GetConstant1());
1677 HValue* mask = AddUncasted<HSub>(capacity, graph()->GetConstant1());
1682 HValue* count = graph()->GetConstant1();
1794 count = AddUncasted<HAdd>(count, graph()->GetConstant1());
1900 mask = AddUncasted<HSar>(mask, graph()->GetConstant1());
1901 mask = AddUncasted<HSub>(mask, graph()->GetConstant1());
1912 HValue* key_index = AddUncasted<HShl>(hash, graph()->GetConstant1());
1949 HValue* key_index = AddUncasted<HShl>(hash, graph()->GetConstant1());
2003 HValue* value_index = AddUncasted<HAdd>(key_index, graph()->GetConstant1());
2268 HValue* size = AddUncasted<HShl>(length, graph()->GetConstant1());
2733 graph_->GetConstant1());
2812 HValue* adjusted_key = AddUncasted<HSub>(key, graph()->GetConstant1());
2891 key = AddUncasted<HSub>(key, graph()->GetConstant1());
3094 memento_create_count, graph()->GetConstant1());
5176 Push(AddUncasted<HAdd>(current_index, graph()->GetConstant1()));
8207 HValue* one = graph()->GetConstant1();
8285 reduced_length = AddUncasted<HSub>(length, graph()->GetConstant1());
8349 new_size = AddUncasted<HAdd>(length, graph()->GetConstant1());
8432 length, graph()->GetConstant1());
8440 HValue* key = AddUncasted<HAdd>(new_key, graph()->GetConstant1());
9953 ? graph()->GetConstant1()