Home
last modified time | relevance | path

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

/external/v8/src/
Dcompiler.cc421 lit->materialized_literal_count(), in MakeFunctionInfo()
739 literal->materialized_literal_count(), in BuildFunctionInfo()
Dpreparser.h462 int materialized_literal_count() { return materialized_literal_count_; } in materialized_literal_count() function
Dast.h2048 int materialized_literal_count() { return materialized_literal_count_; } in materialized_literal_count() function
2093 int materialized_literal_count, in FunctionLiteral() argument
2108 materialized_literal_count_(materialized_literal_count), in FunctionLiteral()
2940 int materialized_literal_count, in NewFunctionLiteral() argument
2951 materialized_literal_count, expected_property_count, handler_count, in NewFunctionLiteral()
Dparser.cc637 function_state.materialized_literal_count(), in DoParseProgram()
4400 int materialized_literal_count = -1; in ParseFunctionLiteral() local
4511 materialized_literal_count = entry.literal_count(); in ParseFunctionLiteral()
4547 materialized_literal_count = logger.literals(); in ParseFunctionLiteral()
4569 materialized_literal_count = function_state.materialized_literal_count(); in ParseFunctionLiteral()
4637 materialized_literal_count, in ParseFunctionLiteral()
Dparser.h491 int materialized_literal_count() { in materialized_literal_count() function
Dpreparser.cc1443 scope_->materialized_literal_count(), in ParseLazyFunctionLiteralBody()
/external/chromium_org/v8/src/
Dpreparser.h538 int materialized_literal_count() { return materialized_literal_count_; } in materialized_literal_count() function
Dast.h2296 int materialized_literal_count() { return materialized_literal_count_; } in materialized_literal_count() function
2356 int materialized_literal_count, in FunctionLiteral() argument
2372 materialized_literal_count_(materialized_literal_count), in FunctionLiteral()
3262 int materialized_literal_count, in NewFunctionLiteral() argument
3274 materialized_literal_count, expected_property_count, handler_count, in NewFunctionLiteral()
Dcompiler.cc702 lit->materialized_literal_count(), in MakeFunctionInfo()
1242 literal->materialized_literal_count(), in BuildFunctionInfo()
Dparser.cc678 function_state.materialized_literal_count(), in DoParseProgram()
4073 int materialized_literal_count = -1; in ParseFunctionLiteral() local
4202 materialized_literal_count = entry.literal_count(); in ParseFunctionLiteral()
4235 materialized_literal_count = logger.literals(); in ParseFunctionLiteral()
4289 materialized_literal_count = function_state.materialized_literal_count(); in ParseFunctionLiteral()
4353 materialized_literal_count, in ParseFunctionLiteral()
Dparser.h457 int materialized_literal_count() { in materialized_literal_count() function
Dpreparser.cc1419 scope_->materialized_literal_count(), in ParseLazyFunctionLiteralBody()
Dliveedit.cc839 fun->materialized_literal_count(), in FunctionStarted()