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

  /external/chromium_org/v8/src/
compilation-cache.cc 45 Handle<CompilationCacheTable> CompilationSubCache::GetTable(int generation) {
47 Handle<CompilationCacheTable> result;
49 result = CompilationCacheTable::New(isolate(), kInitialCacheSize);
52 CompilationCacheTable* table =
53 CompilationCacheTable::cast(tables_[generation]);
54 result = Handle<CompilationCacheTable>(table, isolate());
75 reinterpret_cast<CompilationCacheTable*>(tables_[i])->IterateElements(v);
96 Handle<CompilationCacheTable> table = GetTable(generation);
157 Handle<CompilationCacheTable> table = GetTable(generation);
217 Handle<CompilationCacheTable> table = GetFirstTable()
    [all...]
compilation-cache.h 30 Handle<CompilationCacheTable> GetTable(int generation);
33 Handle<CompilationCacheTable> GetFirstTable() {
36 void SetFirstTable(Handle<CompilationCacheTable> value) {
objects.h 76 // - CompilationCacheTable
    [all...]
objects.cc     [all...]
objects-inl.h     [all...]

Completed in 55 milliseconds