Home
last modified time | relevance | path

Searched refs:handler_count (Results 1 – 14 of 14) sorted by relevance

/external/v8/src/
Dast.h2050 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()
Dparser.h496 int handler_count() { return next_handler_index_; } in handler_count() function
Dparser.cc639 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/
Dast.h2298 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()
Dparser.h462 int handler_count() { return next_handler_index_; } in handler_count() function
Dparser.cc680 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/
Dfull-codegen-arm.cc139 isolate()->factory()->NewFixedArray(function()->handler_count(), TENURED); in Generate()
/external/v8/src/ia32/
Dfull-codegen-ia32.cc127 isolate()->factory()->NewFixedArray(function()->handler_count(), TENURED); in Generate()
/external/v8/src/x64/
Dfull-codegen-x64.cc124 isolate()->factory()->NewFixedArray(function()->handler_count(), TENURED); in Generate()
/external/v8/src/mips/
Dfull-codegen-mips.cc147 isolate()->factory()->NewFixedArray(function()->handler_count(), TENURED); in Generate()
/external/chromium_org/v8/src/x64/
Dfull-codegen-x64.cc120 isolate()->factory()->NewFixedArray(function()->handler_count(), TENURED); in Generate()
/external/chromium_org/v8/src/ia32/
Dfull-codegen-ia32.cc121 isolate()->factory()->NewFixedArray(function()->handler_count(), TENURED); in Generate()
/external/chromium_org/v8/src/arm/
Dfull-codegen-arm.cc131 isolate()->factory()->NewFixedArray(function()->handler_count(), TENURED); in Generate()
/external/chromium_org/v8/src/mips/
Dfull-codegen-mips.cc140 isolate()->factory()->NewFixedArray(function()->handler_count(), TENURED); in Generate()