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

/external/chromium_org/v8/src/
H A Dparser.h593 int* materialized_literal_count,
816 int* materialized_literal_count,
874 int* materialized_literal_count,
878 function_name, materialized_literal_count, expected_property_count, ok);
873 SkipLazyFunctionBody(const AstRawString* function_name, int* materialized_literal_count, int* expected_property_count, bool* ok) argument
H A Dparser.cc929 body, function_state.materialized_literal_count(),
3503 int materialized_literal_count = -1; local
3653 SkipLazyFunctionBody(function_name, &materialized_literal_count,
3658 materialized_literal_count = function_state.materialized_literal_count();
3689 materialized_literal_count, expected_property_count, handler_count,
3702 int* materialized_literal_count,
3723 *materialized_literal_count = entry.literal_count();
3751 *materialized_literal_count = logger.literals();
3759 *materialized_literal_count,
3701 SkipLazyFunctionBody(const AstRawString* function_name, int* materialized_literal_count, int* expected_property_count, bool* ok) argument
[all...]
H A Dpreparser.h182 int materialized_literal_count() { function in class:v8::internal::ParserBase::BASE_EMBEDDED
1077 int materialized_literal_count, int expected_property_count,
1360 int* materialized_literal_count,
1514 int* materialized_literal_count,
2619 int materialized_literal_count = -1; local
2653 &materialized_literal_count,
2660 materialized_literal_count =
2661 function_state.materialized_literal_count();
2672 materialized_literal_count = function_state.materialized_literal_count();
1074 NewFunctionLiteral( PreParserIdentifier name, AstValueFactory* ast_value_factory, const PreParserScope& scope, PreParserStatementList body, int materialized_literal_count, int expected_property_count, int handler_count, int parameter_count, FunctionLiteral::ParameterFlag has_duplicate_parameters, FunctionLiteral::FunctionType function_type, FunctionLiteral::IsFunctionFlag is_function, FunctionLiteral::IsParenthesizedFlag is_parenthesized, FunctionKind kind, int position) argument
1359 SkipLazyFunctionBody(PreParserIdentifier function_name, int* materialized_literal_count, int* expected_property_count, bool* ok) argument
[all...]
H A Dast.h2353 int materialized_literal_count() { return materialized_literal_count_; } function in class:v8::internal::FINAL
2449 ZoneList<Statement*>* body, int materialized_literal_count,
2462 materialized_literal_count_(materialized_literal_count),
3484 Scope* scope, ZoneList<Statement*>* body, int materialized_literal_count,
3492 zone_, name, ast_value_factory, scope, body, materialized_literal_count,
2447 FunctionLiteral(Zone* zone, const AstRawString* name, AstValueFactory* ast_value_factory, Scope* scope, ZoneList<Statement*>* body, int materialized_literal_count, int expected_property_count, int handler_count, int parameter_count, FunctionType function_type, ParameterFlag has_duplicate_parameters, IsFunctionFlag is_function, IsParenthesizedFlag is_parenthesized, FunctionKind kind, int position, IdGen* id_gen) argument
3482 NewFunctionLiteral( const AstRawString* name, AstValueFactory* ast_value_factory, Scope* scope, ZoneList<Statement*>* body, int materialized_literal_count, int expected_property_count, int handler_count, int parameter_count, FunctionLiteral::ParameterFlag has_duplicate_parameters, FunctionLiteral::FunctionType function_type, FunctionLiteral::IsFunctionFlag is_function, FunctionLiteral::IsParenthesizedFlag is_parenthesized, FunctionKind kind, int position) argument

Completed in 441 milliseconds