Searched refs:script_histogram_ (Results 1 – 2 of 2) sorted by relevance
138 script_histogram_(NULL), in CompilationCacheScript()198 script_histogram_ = isolate()->stats_table()->CreateHistogram( in Lookup()206 if (script_histogram_ != NULL) { in Lookup()208 isolate()->stats_table()->AddHistogramSample(script_histogram_, generation); in Lookup()
119 void* script_histogram_; variable