Home | History | Annotate | Download | only in src

Lines Matching refs:HAdd

1103       increment_ = HAdd::New(zone(), context_, phi_, one);
1148 increment_ = HAdd::New(zone(), context_, phi_, increment_amount_);
1224 HValue* new_value = AddUncasted<HAdd>(old_value, graph()->GetConstant1());
1326 HValue* max_capacity = AddUncasted<HAdd>(current_capacity, max_gap);
1342 HValue* new_length = AddUncasted<HAdd>(key, graph_->GetConstant1());
1643 hash = AddUncasted<HAdd>(shifted_hash, not_hash);
1651 hash = AddUncasted<HAdd>(hash, shifted_hash);
1702 AddUncasted<HAdd>(base_index, Add<HConstant>(start_offset));
1758 AddUncasted<HAdd>(base_index, Add<HConstant>(start_offset + 2));
1771 AddUncasted<HAdd>(base_index, Add<HConstant>(start_offset + 1));
1792 entry = AddUncasted<HAdd>(entry, count);
1794 count = AddUncasted<HAdd>(count, graph()->GetConstant1());
2003 HValue* value_index = AddUncasted<HAdd>(key_index, graph()->GetConstant1());
2031 size = AddUncasted<HAdd>(size, Add<HConstant>(AllocationMemento::kSize));
2053 HValue* length = AddUncasted<HAdd>(left_length, right_length);
2157 HValue* src_index = AddUncasted<HAdd>(src_offset, index);
2160 HValue* dst_index = AddUncasted<HAdd>(dst_offset, index);
2170 HValue* size = AddUncasted<HAdd>(
2576 HValue* total_size = AddUncasted<HAdd>(mul, header_size);
2735 HValue* new_capacity = AddUncasted<HAdd>(half_old_capacity, old_capacity);
2740 new_capacity = AddUncasted<HAdd>(new_capacity, min_growth);
3093 memento_create_count = AddUncasted<HAdd>(
5176 Push(AddUncasted<HAdd>(current_index, graph()->GetConstant1()));
8349 new_size = AddUncasted<HAdd>(length, graph()->GetConstant1());
8440 HValue* key = AddUncasted<HAdd>(new_key, graph()->GetConstant1());
9522 AddUncasted<HAdd>(backing_store, byte_offset);
9551 total_size = AddUncasted<HAdd>(byte_length,
9939 // phase, so it is not available now to be used as an input to HAdd and
9955 HInstruction* instr = AddUncasted<HAdd>(Top(), delta);
9957 HAdd* add = HAdd::cast(instr);
10399 instr = AddUncasted<HAdd>(left, right);