Home | History | Annotate | Download | only in cctest

Lines Matching defs:cache

44 #include "src/compilation-cache.h"
2136 // Perform several iterations to make sure the cache doesn't break
2181 // Perform several iterations to make sure the cache doesn't break
10385 // Force the call inline cache into dictionary probing mode.
14789 // Clear the compilation cache to get more wastage.
15358 // cache.
18401 // cache.
18405 // cache to the global object.
18428 // Eval in a function creates reference from the compilation cache to the
18451 // compilation cache to the global object.
18984 // This compile will add the code to the compilation cache.
19012 // This compile will get the code from the compilation cache.
20724 // from the cache after GC.
22797 auto cache = i_isolate->template_instantiations_cache();
22798 CHECK(cache->FindEntry(static_cast<uint32_t>(serial_number->value())) ==
24271 const char* origin = "code cache test";
24272 v8::ScriptCompiler::CachedData* cache;
24289 cache = new v8::ScriptCompiler::CachedData(
24302 v8::ScriptCompiler::Source source(source_string, script_origin, cache);
24972 // Make sure there's a compiled stub for "Child.prototype.age" in the cache.