Home
last modified time | relevance | path

Searched refs:use_counts_ (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/parsing/
H A Dpreparser.cc111 use_counts_ = use_counts; in PreParseFunction()
198 use_counts_ = nullptr; in PreParseFunction()
H A Dparser.cc477 use_counts_[feature] = 0; in Parser()
1373 // ++use_counts_[v8::Isolate::kImportAssertionDeprecatedSyntax]; in ParseImportAssertClause()
1844 ++use_counts_[v8::Isolate::kSloppyModeBlockScopedFunctionRedefinition]; in Declare()
2201 ++use_counts_[v8::Isolate::kForInInitializer]; in RewriteForVarInLegacy()
2889 function_name, kind, function_syntax_kind, function_scope, use_counts_, in SkipFunction()
3381 if (use_counts_[feature] > 0) { in UpdateStatistics()
3402 if (use_counts_[feature] > 0) { in UpdateStatistics()
3541 ++use_counts_[feature]; in SetLanguageMode()
3549 ++use_counts_[v8::Isolate::kUseAsm]; in SetAsmModule()
H A Dpreparser.h941 use_counts_(nullptr), in PreParser()
1650 if (use_counts_ != nullptr) ++use_counts_[feature]; in CountUsage()
1665 int* use_counts_; member in v8::internal::PreParser
H A Dparser.h920 ++use_counts_[feature]; in CountUsage()
1098 int use_counts_[v8::Isolate::kUseCounterFeatureCount]; member in v8::internal::Parser
/third_party/node/deps/v8/src/codegen/
H A Dcompiler.h563 base::SmallVector<v8::Isolate::UseCounterFeature, 8> use_counts_; member in v8::internal::BackgroundCompileTask
H A Dcompiler.cc1694 parser.UpdateStatistics(script_, &use_counts_, &total_preparse_skipped_); in Run()
1832 for (auto feature : use_counts_) { in ReportStatistics()

Completed in 19 milliseconds