Searched refs:expected_property_count (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/
H A Dcompiler.cc446 SetExpectedNofPropertiesFromEstimate(result, lit->expected_property_count());
649 int expected = lit->expected_property_count();
731 literal->expected_property_count());
H A Dast.h1681 int expected_property_count,
1692 expected_property_count_(expected_property_count),
1717 int expected_property_count() { return expected_property_count_; } function in class:v8::internal::FunctionLiteral
1677 FunctionLiteral(Handle<String> name, Scope* scope, ZoneList<Statement*>* body, int materialized_literal_count, int expected_property_count, bool has_only_simple_this_property_assignments, Handle<FixedArray> this_property_assignments, int num_parameters, int start_position, int end_position, bool is_expression) argument
H A Dparser.cc497 int expected_property_count() { return expected_property_count_; } function in class:v8::internal::BASE_EMBEDDED
657 lexical_scope.expected_property_count(),
3543 int expected_property_count; local
3636 expected_property_count = entry.property_count();
3644 expected_property_count = lexical_scope.expected_property_count();
3702 expected_property_count,

Completed in 70 milliseconds