Home
last modified time | relevance | path

Searched refs:materialized_literal_count (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dcompiler.cc214 lit->materialized_literal_count(), in MakeFunction()
504 literal->materialized_literal_count(), in BuildBoilerplate()
Dparser.cc718 int materialized_literal_count() { return materialized_literal_count_; } in materialized_literal_count() function in v8::internal::BASE_EMBEDDED
1263 temp_scope.materialized_literal_count(), in ParseProgram()
1361 temp_scope.materialized_literal_count(), in ParseJson()
3748 int materialized_literal_count; in ParseFunctionLiteral() local
3757 materialized_literal_count = entry.literal_count(); in ParseFunctionLiteral()
3763 materialized_literal_count = temp_scope.materialized_literal_count(); in ParseFunctionLiteral()
3776 entry.set_literal_count(materialized_literal_count); in ParseFunctionLiteral()
3784 materialized_literal_count, in ParseFunctionLiteral()
Dast.h1348 int materialized_literal_count, in FunctionLiteral() argument
1359 materialized_literal_count_(materialized_literal_count), in FunctionLiteral()
1392 int materialized_literal_count() { return materialized_literal_count_; } in materialized_literal_count() function