Home
last modified time | relevance | path

Searched refs:next_prototype (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/arm64/
Dbuiltins-arm64.cc1296 Label next_prototype; in CompatibleReceiverCheck() local
1297 __ B(ne, &next_prototype); in CompatibleReceiverCheck()
1313 __ JumpIfSmi(type, &next_prototype); in CompatibleReceiverCheck()
1315 __ B(ne, &next_prototype); in CompatibleReceiverCheck()
1323 __ Bind(&next_prototype); in CompatibleReceiverCheck()
/external/v8/src/x64/
Dbuiltins-x64.cc2446 Label next_prototype; in CompatibleReceiverCheck() local
2447 __ j(not_equal, &next_prototype, Label::kNear); in CompatibleReceiverCheck()
2465 __ JumpIfSmi(type, &next_prototype, Label::kNear); in CompatibleReceiverCheck()
2467 __ j(not_equal, &next_prototype, Label::kNear); in CompatibleReceiverCheck()
2475 __ bind(&next_prototype); in CompatibleReceiverCheck()
/external/v8/src/ia32/
Dbuiltins-ia32.cc2358 Label next_prototype; in CompatibleReceiverCheck() local
2359 __ j(not_equal, &next_prototype, Label::kNear); in CompatibleReceiverCheck()
2378 __ JumpIfSmi(scratch0, &next_prototype, Label::kNear); in CompatibleReceiverCheck()
2380 __ j(not_equal, &next_prototype, Label::kNear); in CompatibleReceiverCheck()
2388 __ bind(&next_prototype); in CompatibleReceiverCheck()
/external/v8/src/ppc/
Dbuiltins-ppc.cc1320 Label next_prototype; in CompatibleReceiverCheck() local
1321 __ bne(&next_prototype); in CompatibleReceiverCheck()
1338 __ JumpIfSmi(type, &next_prototype); in CompatibleReceiverCheck()
1340 __ bne(&next_prototype); in CompatibleReceiverCheck()
1348 __ bind(&next_prototype); in CompatibleReceiverCheck()
/external/v8/src/x87/
Dbuiltins-x87.cc2365 Label next_prototype; in CompatibleReceiverCheck() local
2366 __ j(not_equal, &next_prototype, Label::kNear); in CompatibleReceiverCheck()
2385 __ JumpIfSmi(scratch0, &next_prototype, Label::kNear); in CompatibleReceiverCheck()
2387 __ j(not_equal, &next_prototype, Label::kNear); in CompatibleReceiverCheck()
2395 __ bind(&next_prototype); in CompatibleReceiverCheck()
/external/v8/src/mips/
Dbuiltins-mips.cc1331 Label next_prototype; in CompatibleReceiverCheck() local
1332 __ Branch(&next_prototype, ne, scratch, Operand(JS_FUNCTION_TYPE)); in CompatibleReceiverCheck()
1348 __ JumpIfSmi(type, &next_prototype); in CompatibleReceiverCheck()
1350 __ Branch(&next_prototype, ne, scratch, Operand(FUNCTION_TEMPLATE_INFO_TYPE)); in CompatibleReceiverCheck()
1358 __ bind(&next_prototype); in CompatibleReceiverCheck()
/external/v8/src/mips64/
Dbuiltins-mips64.cc1321 Label next_prototype; in CompatibleReceiverCheck() local
1322 __ Branch(&next_prototype, ne, scratch, Operand(JS_FUNCTION_TYPE)); in CompatibleReceiverCheck()
1338 __ JumpIfSmi(type, &next_prototype); in CompatibleReceiverCheck()
1340 __ Branch(&next_prototype, ne, scratch, Operand(FUNCTION_TEMPLATE_INFO_TYPE)); in CompatibleReceiverCheck()
1348 __ bind(&next_prototype); in CompatibleReceiverCheck()
/external/v8/src/arm/
Dbuiltins-arm.cc1317 Label next_prototype; in CompatibleReceiverCheck() local
1318 __ b(ne, &next_prototype); in CompatibleReceiverCheck()
1334 __ JumpIfSmi(type, &next_prototype); in CompatibleReceiverCheck()
1344 __ bind(&next_prototype); in CompatibleReceiverCheck()