Searched defs:materialized_literal_count (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/
H A Dpreparser.h462 int materialized_literal_count() { return materialized_literal_count_; } function in class:v8::preparser::PreParser::Scope
H A Dparser.h491 int materialized_literal_count() { function in class:v8::internal::Parser::BASE_EMBEDDED
H A Dast.h2048 int materialized_literal_count() { return materialized_literal_count_; } function in class:v8::internal::FunctionLiteral
2093 int materialized_literal_count,
2108 materialized_literal_count_(materialized_literal_count),
2940 int materialized_literal_count,
2951 materialized_literal_count, expected_property_count, handler_count,
2089 FunctionLiteral(Isolate* isolate, Handle<String> name, Scope* scope, ZoneList<Statement*>* body, int materialized_literal_count, int expected_property_count, int handler_count, bool has_only_simple_this_property_assignments, Handle<FixedArray> this_property_assignments, int parameter_count, Type type, ParameterFlag has_duplicate_parameters, IsFunctionFlag is_function) argument
2936 NewFunctionLiteral( Handle<String> name, Scope* scope, ZoneList<Statement*>* body, int materialized_literal_count, int expected_property_count, int handler_count, bool has_only_simple_this_property_assignments, Handle<FixedArray> this_property_assignments, int parameter_count, FunctionLiteral::ParameterFlag has_duplicate_parameters, FunctionLiteral::Type type, FunctionLiteral::IsFunctionFlag is_function) argument
H A Dparser.cc637 function_state.materialized_literal_count(),
4400 int materialized_literal_count = -1; local
4511 materialized_literal_count = entry.literal_count();
4547 materialized_literal_count = logger.literals();
4569 materialized_literal_count = function_state.materialized_literal_count();
4637 materialized_literal_count,

Completed in 110 milliseconds