Home | History | Annotate | Download | only in crankshaft

Lines Matching refs:key_index

1659   HValue* key_index =
1661 key_index->ClearFlag(HValue::kCanOverflow);
1664 Add<HLoadKeyed>(elements, key_index, nullptr, nullptr, FAST_ELEMENTS);
1704 Add<HStoreKeyed>(elements, key_index, key, nullptr, FAST_ELEMENTS);
1826 HValue* key_index = AddUncasted<HShl>(hash, graph()->GetConstant1());
1827 HValue* key = Add<HLoadKeyed>(number_string_cache, key_index, nullptr,
1835 // Make the key_index available.
1836 Push(key_index);
1862 HValue* key_index = AddUncasted<HShl>(hash, graph()->GetConstant1());
1864 Add<HLoadKeyed>(number_string_cache, key_index, nullptr, nullptr,
1887 // Make the key_index available.
1888 Push(key_index);
1915 HValue* key_index = Pop();
1916 HValue* value_index = AddUncasted<HAdd>(key_index, graph()->GetConstant1());