|
| CompilationCacheEval (Isolate *isolate) |
|
InfoCellPair | Lookup (Handle< String > source, Handle< SharedFunctionInfo > outer_info, Handle< Context > native_context, LanguageMode language_mode, int position) |
|
void | Put (Handle< String > source, Handle< SharedFunctionInfo > outer_info, Handle< SharedFunctionInfo > function_info, Handle< Context > native_context, Handle< FeedbackCell > feedback_cell, int position) |
|
| CompilationSubCache (Isolate *isolate, int generations) |
|
Handle< CompilationCacheTable > | GetTable (int generation) |
|
Handle< CompilationCacheTable > | GetFirstTable () |
|
void | SetFirstTable (Handle< CompilationCacheTable > value) |
|
void | Age () |
|
void | Iterate (RootVisitor *v) |
|
void | Clear () |
|
void | Remove (Handle< SharedFunctionInfo > function_info) |
|
int | generations () |
|
|
static const int | kFirstGeneration = 0 |
|
Isolate * | isolate () |
|
Definition at line 114 of file compilation-cache.h.
The documentation for this class was generated from the following files: