Searched defs:CompilationCache (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
H A Dcompilation-cache.cc27 CompilationCache::CompilationCache(Isolate* isolate) function in class:v8::internal::CompilationCache
42 CompilationCache::~CompilationCache() {}
301 void CompilationCache::Remove(Handle<SharedFunctionInfo> function_info) {
310 MaybeHandle<SharedFunctionInfo> CompilationCache::LookupScript(
324 MaybeHandle<SharedFunctionInfo> CompilationCache::LookupEval(
342 MaybeHandle<FixedArray> CompilationCache::LookupRegExp(Handle<String> source,
350 void CompilationCache::PutScript(Handle<String> source,
359 void CompilationCache
[all...]

Completed in 139 milliseconds