Searched refs:script_histogram_ (Results 1 – 2 of 2) sorted by relevance
106 script_histogram_(NULL), in CompilationCacheScript()177 script_histogram_ = isolate()->stats_table()->CreateHistogram( in Lookup()185 if (script_histogram_ != NULL) { in Lookup()187 isolate()->stats_table()->AddHistogramSample(script_histogram_, generation); in Lookup()
92 void* script_histogram_; variable