HomeSort by relevance Sort by last modified time
    Searched refs:CompilationSubCache (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/src/
compilation-cache.h 16 class CompilationSubCache {
18 CompilationSubCache(Isolate* isolate, int generations)
24 ~CompilationSubCache() { DeleteArray(tables_); }
66 DISALLOW_IMPLICIT_CONSTRUCTORS(CompilationSubCache);
71 class CompilationCacheScript : public CompilationSubCache {
111 class CompilationCacheEval: public CompilationSubCache {
114 : CompilationSubCache(isolate, generations) { }
132 class CompilationCacheRegExp: public CompilationSubCache {
135 : CompilationSubCache(isolate, generations) { }
230 CompilationSubCache* subcaches_[kSubCacheCount]
    [all...]
compilation-cache.cc 34 CompilationSubCache* subcaches[kSubCacheCount] =
45 Handle<CompilationCacheTable> CompilationSubCache::GetTable(int generation) {
60 void CompilationSubCache::Age() {
71 void CompilationSubCache::IterateFunctions(ObjectVisitor* v) {
81 void CompilationSubCache::Iterate(ObjectVisitor* v) {
86 void CompilationSubCache::Clear() {
91 void CompilationSubCache::Remove(Handle<SharedFunctionInfo> function_info) {
105 : CompilationSubCache(isolate, generations),

Completed in 62 milliseconds