Lines Matching full:compilation
11 // The compilation cache consists of several generational sub-caches which uses
12 // this class as a base class. A sub-cache contains a compilation cache tables
15 // for different compilation modes, to avoid retrieving the wrong result.
29 // Get the compilation cache tables for a specific generation.
64 Object** tables_; // Compilation cache tables - one for each generation.
147 // The compilation cache keeps shared function infos for compiled
150 // compilation data is cached.
206 // Enable/disable compilation cache. Used by debugger to disable compilation
232 // Current enable state of the compilation cache.