Searched refs:handler_count (Results 1 – 14 of 14) sorted by relevance
/external/v8/src/ |
D | ast.h | 2050 int handler_count() { return handler_count_; } in handler_count() function 2095 int handler_count, in FunctionLiteral() argument 2110 handler_count_(handler_count), in FunctionLiteral() 2942 int handler_count, in NewFunctionLiteral() argument 2951 materialized_literal_count, expected_property_count, handler_count, in NewFunctionLiteral()
|
D | parser.h | 496 int handler_count() { return next_handler_index_; } in handler_count() function
|
D | parser.cc | 639 function_state.handler_count(), in DoParseProgram() 4402 int handler_count = 0; in ParseFunctionLiteral() local 4571 handler_count = function_state.handler_count(); in ParseFunctionLiteral() 4639 handler_count, in ParseFunctionLiteral()
|
/external/chromium_org/v8/src/ |
D | ast.h | 2298 int handler_count() { return handler_count_; } in handler_count() function 2358 int handler_count, in FunctionLiteral() argument 2374 handler_count_(handler_count), in FunctionLiteral() 3264 int handler_count, in NewFunctionLiteral() argument 3274 materialized_literal_count, expected_property_count, handler_count, in NewFunctionLiteral()
|
D | parser.h | 462 int handler_count() { return next_handler_index_; } in handler_count() function
|
D | parser.cc | 680 function_state.handler_count(), in DoParseProgram() 4075 int handler_count = 0; in ParseFunctionLiteral() local 4291 handler_count = function_state.handler_count(); in ParseFunctionLiteral() 4355 handler_count, in ParseFunctionLiteral()
|
/external/v8/src/arm/ |
D | full-codegen-arm.cc | 139 isolate()->factory()->NewFixedArray(function()->handler_count(), TENURED); in Generate()
|
/external/v8/src/ia32/ |
D | full-codegen-ia32.cc | 127 isolate()->factory()->NewFixedArray(function()->handler_count(), TENURED); in Generate()
|
/external/v8/src/x64/ |
D | full-codegen-x64.cc | 124 isolate()->factory()->NewFixedArray(function()->handler_count(), TENURED); in Generate()
|
/external/v8/src/mips/ |
D | full-codegen-mips.cc | 147 isolate()->factory()->NewFixedArray(function()->handler_count(), TENURED); in Generate()
|
/external/chromium_org/v8/src/x64/ |
D | full-codegen-x64.cc | 120 isolate()->factory()->NewFixedArray(function()->handler_count(), TENURED); in Generate()
|
/external/chromium_org/v8/src/ia32/ |
D | full-codegen-ia32.cc | 121 isolate()->factory()->NewFixedArray(function()->handler_count(), TENURED); in Generate()
|
/external/chromium_org/v8/src/arm/ |
D | full-codegen-arm.cc | 131 isolate()->factory()->NewFixedArray(function()->handler_count(), TENURED); in Generate()
|
/external/chromium_org/v8/src/mips/ |
D | full-codegen-mips.cc | 140 isolate()->factory()->NewFixedArray(function()->handler_count(), TENURED); in Generate()
|