Searched refs:handler_count (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/v8/src/ |
D | preparser.h | 187 int handler_count() { return next_handler_index_; } in handler_count() function 1078 int handler_count, int parameter_count, in NewFunctionLiteral() argument 2621 int handler_count = 0; in ParseArrowFunctionLiteral() local 2663 handler_count = function_state.handler_count(); in ParseArrowFunctionLiteral() 2674 handler_count = function_state.handler_count(); in ParseArrowFunctionLiteral() 2704 materialized_literal_count, expected_property_count, handler_count, in ParseArrowFunctionLiteral()
|
D | ast.h | 2355 int handler_count() { return handler_count_; } in handler_count() function 2450 int expected_property_count, int handler_count, in FunctionLiteral() argument 2464 handler_count_(handler_count), in FunctionLiteral() 3485 int expected_property_count, int handler_count, int parameter_count, in NewFunctionLiteral() argument 3493 expected_property_count, handler_count, parameter_count, function_type, in NewFunctionLiteral()
|
D | parser.cc | 931 function_state.handler_count(), 0, in DoParseProgram() 3505 int handler_count = 0; in ParseFunctionLiteral() local 3660 handler_count = function_state.handler_count(); in ParseFunctionLiteral() 3689 materialized_literal_count, expected_property_count, handler_count, in ParseFunctionLiteral()
|
/external/chromium_org/v8/src/arm64/ |
D | full-codegen-arm64.cc | 108 isolate()->factory()->NewFixedArray(function()->handler_count(), TENURED); in Generate()
|
/external/chromium_org/v8/src/x87/ |
D | full-codegen-x87.cc | 98 isolate()->factory()->NewFixedArray(function()->handler_count(), TENURED); in Generate()
|
/external/chromium_org/v8/src/ia32/ |
D | full-codegen-ia32.cc | 98 isolate()->factory()->NewFixedArray(function()->handler_count(), TENURED); in Generate()
|
/external/chromium_org/v8/src/x64/ |
D | full-codegen-x64.cc | 98 isolate()->factory()->NewFixedArray(function()->handler_count(), TENURED); in Generate()
|
/external/chromium_org/v8/src/mips/ |
D | full-codegen-mips.cc | 118 isolate()->factory()->NewFixedArray(function()->handler_count(), TENURED); in Generate()
|
/external/chromium_org/v8/src/arm/ |
D | full-codegen-arm.cc | 110 isolate()->factory()->NewFixedArray(function()->handler_count(), TENURED); in Generate()
|
/external/chromium_org/v8/src/mips64/ |
D | full-codegen-mips64.cc | 118 isolate()->factory()->NewFixedArray(function()->handler_count(), TENURED); in Generate()
|