Searched refs:expected_property_count (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/v8/src/ |
D | parser.h | 594 int* expected_property_count, bool* ok); 817 int* expected_property_count, 875 int* expected_property_count, in SkipLazyFunctionBody() argument 878 function_name, materialized_literal_count, expected_property_count, ok); in SkipLazyFunctionBody()
|
D | preparser.h | 190 int expected_property_count() { return expected_property_count_; } in expected_property_count() function 1077 int materialized_literal_count, int expected_property_count, in NewFunctionLiteral() argument 1361 int* expected_property_count, bool* ok) { in SkipLazyFunctionBody() argument 1515 int* expected_property_count, bool* ok); 2620 int expected_property_count = -1; in ParseArrowFunctionLiteral() local 2654 &expected_property_count, CHECK_OK); in ParseArrowFunctionLiteral() 2662 expected_property_count = function_state.expected_property_count(); in ParseArrowFunctionLiteral() 2673 expected_property_count = function_state.expected_property_count(); in ParseArrowFunctionLiteral() 2704 materialized_literal_count, expected_property_count, handler_count, in ParseArrowFunctionLiteral()
|
D | parser.cc | 930 function_state.expected_property_count(), in DoParseProgram() 3504 int expected_property_count = -1; in ParseFunctionLiteral() local 3654 &expected_property_count, CHECK_OK); in ParseFunctionLiteral() 3659 expected_property_count = function_state.expected_property_count(); in ParseFunctionLiteral() 3689 materialized_literal_count, expected_property_count, handler_count, in ParseFunctionLiteral() 3703 int* expected_property_count, in SkipLazyFunctionBody() argument 3724 *expected_property_count = entry.property_count(); in SkipLazyFunctionBody() 3752 *expected_property_count = logger.properties(); in SkipLazyFunctionBody() 3760 *expected_property_count, in SkipLazyFunctionBody()
|
D | compiler.cc | 665 SetExpectedNofPropertiesFromEstimate(shared, lit->expected_property_count()); in GetUnoptimizedCodeCommon() 1072 lit->expected_property_count()); in CompileToplevel() 1297 literal->expected_property_count()); in BuildFunctionInfo()
|
D | ast.h | 2354 int expected_property_count() { return expected_property_count_; } in expected_property_count() function 2450 int expected_property_count, int handler_count, in FunctionLiteral() argument 2463 expected_property_count_(expected_property_count), in FunctionLiteral() 3485 int expected_property_count, int handler_count, int parameter_count, in NewFunctionLiteral() argument 3493 expected_property_count, handler_count, parameter_count, function_type, in NewFunctionLiteral()
|
D | preparser.cc | 937 function_state_->expected_property_count(), in ParseLazyFunctionLiteralBody()
|