Searched refs:use_counts_ (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/parsing/ |
D | preparser.cc | 110 use_counts_ = use_counts; in PreParseLazyFunction() 126 use_counts_ = nullptr; in PreParseLazyFunction() 890 if (use_counts_ != nullptr && allow_harmony_for_in()) { in ParseForStatement() 891 ++use_counts_[v8::Isolate::kForInInitializer]; in ParseForStatement() 1146 CheckDecimalLiteralWithLeadingZero(use_counts_, start_position, in ParseFunctionLiteral()
|
D | preparser.h | 1030 use_counts_(nullptr) {} in PreParser() 1060 CheckDecimalLiteralWithLeadingZero(use_counts_, start_position, 1162 int* use_counts_; variable
|
D | parser.cc | 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() [all …]
|
D | parser.h | 1114 int use_counts_[v8::Isolate::kUseCounterFeatureCount]; variable
|