Lines Matching defs:value
220 // stored value is stored where the key should be. IsMatch then
234 // object value.
300 LanguageMode language_mode, Handle<SharedFunctionInfo> value,
308 cache->set(EntryToIndex(entry) + 1, *value);
315 Handle<SharedFunctionInfo> outer_info, Handle<SharedFunctionInfo> value,
320 StringSharedKey key(src, outer_info, value->language_mode(), position);
329 cache->set(EntryToIndex(entry) + 1, *value);
354 JSRegExp::Flags flags, Handle<FixedArray> value) {
358 // We store the value in the key slot, and compare the search key
359 // to the stored value with a custom IsMatch function during lookups.
360 cache->set(EntryToIndex(entry), *value);
361 cache->set(EntryToIndex(entry) + 1, *value);
375 // The 'key' is the hash represented as a Number. The 'value' is a smi
379 // connection between initialization- and use-sites of the smi value
399 void CompilationCacheTable::Remove(Object value) {
404 if (get(value_index) == value) {