Lines Matching refs:get
27 Object obj = cache.get(cache_entry);
55 Object obj = cache->get(cache_entry);
109 Object old_literals_map = cache->get(cache_entry);
120 WeakFixedArray literals_map = WeakFixedArray::cast(cache.get(cache_entry));
170 DCHECK(other_array.get(0).IsSharedFunctionInfo() ||
171 other_array.get(0) == Smi::zero());
174 if (*shared != other_array.get(0)) return false;
176 if (Smi::zero() != other_array.get(0)) return false;
178 int language_unchecked = Smi::ToInt(other_array.get(2));
182 int position = Smi::ToInt(other_array.get(3));
184 String source = String::cast(other_array.get(1));
225 return string_->Equals(String::cast(val.get(JSRegExp::kSourceIndex))) &&
226 (flags_ == val.get(JSRegExp::kFlagsIndex));
255 if (!table->get(index).IsFixedArray()) {
258 Object obj = table->get(index + 1);
278 if (!table->get(index).IsFixedArray()) return empty_result;
279 Object obj = table->get(index + 1);
295 return Handle<Object>(get(EntryToIndex(entry) + 1), isolate);
372 Object key = get(entry_index);
382 const int new_count = Smi::ToInt(get(value_index)) - 1;
391 SharedFunctionInfo info = SharedFunctionInfo::cast(get(value_index));
404 if (get(value_index) == value) {