Home
last modified time | relevance | path

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

/external/v8/src/
Dcompilation-cache.h227 bool ShouldOptimizeEagerly(Handle<JSFunction> function);
Dcompilation-cache.cc473 bool CompilationCache::ShouldOptimizeEagerly(Handle<JSFunction> function) { in ShouldOptimizeEagerly() function in v8::internal::CompilationCache
Dcompiler.cc672 } else if (isolate->compilation_cache()->ShouldOptimizeEagerly( in CompileLazy()