Lines Matching refs:use_counts_
820 use_counts_[feature] = 0; in Parser()
964 CheckDecimalLiteralWithLeadingZero(use_counts_, beg_pos, in DoParseProgram()
1256 ++use_counts_[v8::Isolate::kUseAsm]; in ParseStatementList()
2004 ++use_counts_[v8::Isolate::kSloppyModeBlockScopedFunctionRedefinition]; in Declare()
3555 ++use_counts_[v8::Isolate::kLegacyFunctionDeclaration]; in ParseScopedStatement()
3616 ++use_counts_[v8::Isolate::kForInInitializer]; in ParseForStatement()
3632 ++use_counts_[v8::Isolate::kForInInitializer]; in ParseForStatement()
4361 CheckDecimalLiteralWithLeadingZero(use_counts_, scope->start_position(), in ParseFunctionLiteral()
4888 parsing_module_, logger, bookmark, use_counts_); in ParseLazyFunctionBodyWithPreParser()
5223 if (use_counts_[feature] > 0) { in Internalize()
5566 ++use_counts_[feature]; in SetLanguageMode()