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

  /external/chromium_org/v8/src/
compilation-cache.h 39 class CompilationSubCache {
41 CompilationSubCache(Isolate* isolate, int generations)
47 ~CompilationSubCache() { DeleteArray(tables_); }
89 DISALLOW_IMPLICIT_CONSTRUCTORS(CompilationSubCache);
94 class CompilationCacheScript : public CompilationSubCache {
146 class CompilationCacheEval: public CompilationSubCache {
149 : CompilationSubCache(isolate, generations) { }
180 class CompilationCacheRegExp: public CompilationSubCache {
183 : CompilationSubCache(isolate, generations) { }
293 CompilationSubCache* subcaches_[kSubCacheCount]
    [all...]
  /external/v8/src/
compilation-cache.h 39 class CompilationSubCache {
41 CompilationSubCache(Isolate* isolate, int generations)
47 ~CompilationSubCache() { DeleteArray(tables_); }
89 DISALLOW_IMPLICIT_CONSTRUCTORS(CompilationSubCache);
94 class CompilationCacheScript : public CompilationSubCache {
137 class CompilationCacheEval: public CompilationSubCache {
140 : CompilationSubCache(isolate, generations) { }
171 class CompilationCacheRegExp: public CompilationSubCache {
174 : CompilationSubCache(isolate, generations) { }
281 CompilationSubCache* subcaches_[kSubCacheCount]
    [all...]

Completed in 30 milliseconds