Searched refs:use_counts_ (Results 1 – 6 of 6) sorted by relevance
111 use_counts_ = use_counts; in PreParseFunction()198 use_counts_ = nullptr; in PreParseFunction()
941 use_counts_(nullptr),1650 if (use_counts_ != nullptr) ++use_counts_[feature];1665 int* use_counts_;
477 use_counts_[feature] = 0; in Parser()1841 ++use_counts_[v8::Isolate::kSloppyModeBlockScopedFunctionRedefinition]; in Declare()2198 ++use_counts_[v8::Isolate::kForInInitializer]; in RewriteForVarInLegacy()2886 function_name, kind, function_syntax_kind, function_scope, use_counts_, in SkipFunction()3378 if (use_counts_[feature] > 0) { in UpdateStatistics()3399 if (use_counts_[feature] > 0) { in UpdateStatistics()3538 ++use_counts_[feature]; in SetLanguageMode()3546 ++use_counts_[v8::Isolate::kUseAsm]; in SetAsmModule()
920 ++use_counts_[feature];1098 int use_counts_[v8::Isolate::kUseCounterFeatureCount];
563 base::SmallVector<v8::Isolate::UseCounterFeature, 8> use_counts_; variable
1694 parser.UpdateStatistics(script_, &use_counts_, &total_preparse_skipped_); in Run()1832 for (auto feature : use_counts_) { in ReportStatistics()