Searched refs:next_prototype (Results 1 – 8 of 8) sorted by relevance
/external/v8/src/arm64/ |
D | builtins-arm64.cc | 1296 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/ |
D | builtins-x64.cc | 2446 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/ |
D | builtins-ia32.cc | 2358 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/ |
D | builtins-ppc.cc | 1320 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/ |
D | builtins-x87.cc | 2365 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/ |
D | builtins-mips.cc | 1331 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/ |
D | builtins-mips64.cc | 1321 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/ |
D | builtins-arm.cc | 1317 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()
|