Searched refs:non_function_constructor (Results 1 - 8 of 8) sorted by relevance

/external/v8/src/arm/
H A Dfull-codegen-arm.cc2851 Label done, null, function, non_function_constructor; local
2880 __ b(ne, &non_function_constructor);
2894 __ bind(&non_function_constructor);
/external/v8/src/ia32/
H A Dfull-codegen-ia32.cc2789 Label done, null, function, non_function_constructor; local
2818 __ j(not_equal, &non_function_constructor);
2832 __ bind(&non_function_constructor);
/external/v8/src/mips/
H A Dfull-codegen-mips.cc2871 Label done, null, function, non_function_constructor; local
2899 __ Branch(&non_function_constructor, ne, a1, Operand(JS_FUNCTION_TYPE));
2913 __ bind(&non_function_constructor);
/external/v8/src/x64/
H A Dfull-codegen-x64.cc2682 Label done, null, function, non_function_constructor; local
2711 __ j(not_equal, &non_function_constructor);
2725 __ bind(&non_function_constructor);
/external/chromium_org/v8/src/arm/
H A Dfull-codegen-arm.cc3279 Label done, null, function, non_function_constructor; local
3308 __ b(ne, &non_function_constructor);
3322 __ bind(&non_function_constructor);
/external/chromium_org/v8/src/ia32/
H A Dfull-codegen-ia32.cc3230 Label done, null, function, non_function_constructor; local
3259 __ j(not_equal, &non_function_constructor);
3273 __ bind(&non_function_constructor);
/external/chromium_org/v8/src/mips/
H A Dfull-codegen-mips.cc3313 Label done, null, function, non_function_constructor; local
3341 __ Branch(&non_function_constructor, ne, a1, Operand(JS_FUNCTION_TYPE));
3355 __ bind(&non_function_constructor);
/external/chromium_org/v8/src/x64/
H A Dfull-codegen-x64.cc3205 Label done, null, function, non_function_constructor; local
3234 __ j(not_equal, &non_function_constructor);
3248 __ bind(&non_function_constructor);

Completed in 389 milliseconds