Searched refs:script_histogram_ (Results 1 – 2 of 2) sorted by relevance
135 script_histogram_(NULL), in CompilationCacheScript()195 script_histogram_ = isolate()->stats_table()->CreateHistogram( in Lookup()203 if (script_histogram_ != NULL) { in Lookup()205 isolate()->stats_table()->AddHistogramSample(script_histogram_, generation); in Lookup()
117 void* script_histogram_; variable