Home
last modified time | relevance | path

Searched refs:kDoNotCache (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dtemplates.h36 static const int kDoNotCache = -1; variable
Dtemplates-inl.h110 return serial_number() != kDoNotCache; in should_cache()
/third_party/node/deps/v8/src/api/
Dapi-natives.cc292 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()
Dapi.cc1173 do_not_cache ? i::TemplateInfo::kDoNotCache : i::TemplateInfo::kUncached; in InitializeTemplate()
1193 templ->set_serial_number(i::TemplateInfo::kDoNotCache); in Set()