Home
last modified time | relevance | path

Searched refs:expected_property_count (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dcompiler.cc223 SetExpectedNofPropertiesFromEstimate(fun, lit->expected_property_count()); in MakeFunction()
409 SetExpectedNofPropertiesFromEstimate(shared, lit->expected_property_count()); in CompileLazy()
516 literal->expected_property_count()); in BuildBoilerplate()
Dparser.cc735 int expected_property_count() { return expected_property_count_; } in expected_property_count() function in v8::internal::BASE_EMBEDDED
1264 temp_scope.expected_property_count(), in ParseProgram()
1362 temp_scope.expected_property_count(), in ParseJson()
3749 int expected_property_count; in ParseFunctionLiteral() local
3758 expected_property_count = entry.property_count(); in ParseFunctionLiteral()
3764 expected_property_count = temp_scope.expected_property_count(); in ParseFunctionLiteral()
3777 entry.set_property_count(expected_property_count); in ParseFunctionLiteral()
3785 expected_property_count, in ParseFunctionLiteral()
Dhandles.h362 int expected_property_count,
Dast.h1349 int expected_property_count, in FunctionLiteral() argument
1360 expected_property_count_(expected_property_count), in FunctionLiteral()
1393 int expected_property_count() { return expected_property_count_; } in expected_property_count() function