Searched refs:target_not_constructor (Results 1 - 9 of 9) sorted by relevance

/external/v8/src/arm/
H A Dbuiltins-arm.cc1972 Label target_not_constructor; local
1973 __ JumpIfSmi(r1, &target_not_constructor);
1977 __ b(eq, &target_not_constructor);
1991 __ bind(&target_not_constructor);
/external/v8/src/arm64/
H A Dbuiltins-arm64.cc2041 Label target_not_constructor; local
2042 __ JumpIfSmi(target, &target_not_constructor);
2046 &target_not_constructor);
2060 __ Bind(&target_not_constructor);
/external/v8/src/ia32/
H A Dbuiltins-ia32.cc1471 Label target_not_constructor; local
1472 __ JumpIfSmi(edi, &target_not_constructor, Label::kNear);
1476 __ j(zero, &target_not_constructor, Label::kNear);
1490 __ bind(&target_not_constructor);
/external/v8/src/mips/
H A Dbuiltins-mips.cc1996 Label target_not_constructor; local
1997 __ JumpIfSmi(a1, &target_not_constructor);
2001 __ Branch(&target_not_constructor, eq, t0, Operand(zero_reg));
2015 __ bind(&target_not_constructor);
/external/v8/src/mips64/
H A Dbuiltins-mips64.cc1983 Label target_not_constructor; local
1984 __ JumpIfSmi(a1, &target_not_constructor);
1988 __ Branch(&target_not_constructor, eq, a4, Operand(zero_reg));
2002 __ bind(&target_not_constructor);
/external/v8/src/ppc/
H A Dbuiltins-ppc.cc2020 Label target_not_constructor; local
2021 __ JumpIfSmi(r4, &target_not_constructor);
2025 __ beq(&target_not_constructor, cr0);
2039 __ bind(&target_not_constructor);
/external/v8/src/s390/
H A Dbuiltins-s390.cc1979 Label target_not_constructor; local
1980 __ JumpIfSmi(r3, &target_not_constructor);
1984 __ beq(&target_not_constructor);
1998 __ bind(&target_not_constructor);
/external/v8/src/x64/
H A Dbuiltins-x64.cc1536 Label target_not_constructor; local
1537 __ JumpIfSmi(rdi, &target_not_constructor, Label::kNear);
1541 __ j(zero, &target_not_constructor, Label::kNear);
1555 __ bind(&target_not_constructor);
/external/v8/src/x87/
H A Dbuiltins-x87.cc1472 Label target_not_constructor; local
1473 __ JumpIfSmi(edi, &target_not_constructor, Label::kNear);
1477 __ j(zero, &target_not_constructor, Label::kNear);
1491 __ bind(&target_not_constructor);

Completed in 132 milliseconds