Home
last modified time | relevance | path

Searched refs:kFastTemplateInstantiationsCacheSize (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/objects/
Dtemplates.h39 static const int kFastTemplateInstantiationsCacheSize = 1 * KB; variable
/external/v8/src/
Dapi-natives.cc285 if (serial_number <= TemplateInfo::kFastTemplateInstantiationsCacheSize) { in ProbeInstantiationsCache()
308 if (serial_number <= TemplateInfo::kFastTemplateInstantiationsCacheSize) { in CacheTemplateInstantiation()
334 if (serial_number <= TemplateInfo::kFastTemplateInstantiationsCacheSize) { in UncacheTemplateInstantiation()
Dbootstrapper.cc4888 TemplateInfo::kFastTemplateInstantiationsCacheSize); in InstallNatives()