Searched refs:kDoNotCache (Results 1 – 4 of 4) sorted by relevance
36 static const int kDoNotCache = -1; variable
110 return serial_number() != kDoNotCache; in should_cache()
292 DCHECK_NE(serial_number, TemplateInfo::kDoNotCache); in ProbeInstantiationsCache()321 DCHECK_NE(TemplateInfo::kDoNotCache, data->serial_number()); in CacheTemplateInstantiation()350 data->set_serial_number(TemplateInfo::kDoNotCache); in CacheTemplateInstantiation()
1173 do_not_cache ? i::TemplateInfo::kDoNotCache : i::TemplateInfo::kUncached; in InitializeTemplate()1193 templ->set_serial_number(i::TemplateInfo::kDoNotCache); in Set()