Searched refs:handler_count (Results 1 - 7 of 7) sorted by relevance

/external/v8/src/
H A Dast.h2050 int handler_count() { return handler_count_; } function in class:v8::internal::FunctionLiteral
2095 int handler_count,
2110 handler_count_(handler_count),
2942 int handler_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.h496 int handler_count() { return next_handler_index_; } function in class:v8::internal::Parser::BASE_EMBEDDED
H A Dparser.cc639 function_state.handler_count(),
4402 int handler_count = 0; local
4571 handler_count = function_state.handler_count();
4639 handler_count,
/external/v8/src/arm/
H A Dfull-codegen-arm.cc139 isolate()->factory()->NewFixedArray(function()->handler_count(), TENURED);
/external/v8/src/ia32/
H A Dfull-codegen-ia32.cc127 isolate()->factory()->NewFixedArray(function()->handler_count(), TENURED);
/external/v8/src/mips/
H A Dfull-codegen-mips.cc147 isolate()->factory()->NewFixedArray(function()->handler_count(), TENURED);
/external/v8/src/x64/
H A Dfull-codegen-x64.cc124 isolate()->factory()->NewFixedArray(function()->handler_count(), TENURED);

Completed in 195 milliseconds