Searched refs:NextMaterializedLiteralIndex (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/
H A Dpreparser.h458 void NextMaterializedLiteralIndex() { materialized_literal_count_++; } function in class:v8::preparser::PreParser::Scope
H A Dpreparser.cc1202 scope_->NextMaterializedLiteralIndex();
1312 scope_->NextMaterializedLiteralIndex();
1326 scope_->NextMaterializedLiteralIndex();
H A Dparser.h488 int NextMaterializedLiteralIndex() { function in class:v8::internal::Parser::BASE_EMBEDDED
H A Dparser.cc3749 int literal_index = current_function_state_->NextMaterializedLiteralIndex();
4216 int literal_index = current_function_state_->NextMaterializedLiteralIndex();
4247 int literal_index = current_function_state_->NextMaterializedLiteralIndex();

Completed in 105 milliseconds