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

/external/chromium_org/v8/src/
H A Dobjects.h76 // - CompilationCacheTable
970 V(CompilationCacheTable) \
7860 class CompilationCacheTable: public HashTable<CompilationCacheTable, class in namespace:v8::internal
7870 static Handle<CompilationCacheTable> Put(
7871 Handle<CompilationCacheTable> cache, Handle<String> src,
7873 static Handle<CompilationCacheTable> PutEval(
7874 Handle<CompilationCacheTable> cache, Handle<String> src,
7877 static Handle<CompilationCacheTable> PutRegExp(
7878 Handle<CompilationCacheTable> cach
[all...]

Completed in 94 milliseconds