/external/v8/src/arm/ |
D | full-codegen-arm.cc | 2545 __ tst(r1, Operand(1 << Map::kIsUndetectable)); in EmitIsObject() 2596 __ tst(r1, Operand(1 << Map::kIsUndetectable)); in EmitIsUndetectableObject() 4147 __ tst(r1, Operand(1 << Map::kIsUndetectable)); in EmitLiteralCompareTypeof() 4165 __ tst(r1, Operand(1 << Map::kIsUndetectable)); in EmitLiteralCompareTypeof() 4188 __ tst(r1, Operand(1 << Map::kIsUndetectable)); in EmitLiteralCompareTypeof() 4323 __ and_(r1, r1, Operand(1 << Map::kIsUndetectable)); in EmitLiteralCompareNil() 4324 __ cmp(r1, Operand(1 << Map::kIsUndetectable)); in EmitLiteralCompareNil()
|
D | lithium-codegen-arm.cc | 1668 __ tst(ip, Operand(1 << Map::kIsUndetectable)); in DoBranch() 1852 __ tst(scratch, Operand(1 << Map::kIsUndetectable)); in DoIsNilAndBranch() 1873 __ tst(temp2, Operand(1 << Map::kIsUndetectable)); in EmitIsObject() 1946 __ tst(temp, Operand(1 << Map::kIsUndetectable)); in DoIsUndetectableAndBranch() 4836 __ tst(ip, Operand(1 << Map::kIsUndetectable)); in EmitTypeofIs() 4856 __ tst(ip, Operand(1 << Map::kIsUndetectable)); in EmitTypeofIs() 4880 __ tst(ip, Operand(1 << Map::kIsUndetectable)); in EmitTypeofIs()
|
D | code-stubs-arm.cc | 1493 __ and_(r0, r0, Operand(1 << Map::kIsUndetectable)); in EmitCheckForSymbolsOrObjects() 1494 __ eor(r0, r0, Operand(1 << Map::kIsUndetectable)); in EmitCheckForSymbolsOrObjects() 1813 __ tst(ip, Operand(1 << Map::kIsUndetectable)); in Generate()
|
/external/v8/src/ia32/ |
D | full-codegen-ia32.cc | 2483 __ test(ecx, Immediate(1 << Map::kIsUndetectable)); in EmitIsObject() 2534 __ test(ebx, Immediate(1 << Map::kIsUndetectable)); in EmitIsUndetectableObject() 4138 1 << Map::kIsUndetectable); in EmitLiteralCompareTypeof() 4156 __ test(ecx, Immediate(1 << Map::kIsUndetectable)); in EmitLiteralCompareTypeof() 4177 1 << Map::kIsUndetectable); in EmitLiteralCompareTypeof() 4311 __ test(edx, Immediate(1 << Map::kIsUndetectable)); in EmitLiteralCompareNil()
|
D | lithium-codegen-ia32.cc | 1489 1 << Map::kIsUndetectable); in DoBranch() 1666 __ test(scratch, Immediate(1 << Map::kIsUndetectable)); in DoIsNilAndBranch() 1684 1 << Map::kIsUndetectable); in EmitIsObject() 1757 1 << Map::kIsUndetectable); in DoIsUndetectableAndBranch() 4684 1 << Map::kIsUndetectable); in EmitTypeofIs() 4704 1 << Map::kIsUndetectable); in EmitTypeofIs() 4727 1 << Map::kIsUndetectable); in EmitTypeofIs()
|
D | code-stubs-ia32.cc | 461 1 << Map::kIsUndetectable); in Generate() 4521 1 << Map::kIsUndetectable); in Generate() 4524 1 << Map::kIsUndetectable); in Generate()
|
/external/v8/src/x64/ |
D | full-codegen-x64.cc | 2377 Immediate(1 << Map::kIsUndetectable)); in EmitIsObject() 2428 Immediate(1 << Map::kIsUndetectable)); in EmitIsUndetectableObject() 4052 Immediate(1 << Map::kIsUndetectable)); in EmitLiteralCompareTypeof() 4070 Immediate(1 << Map::kIsUndetectable)); in EmitLiteralCompareTypeof() 4091 Immediate(1 << Map::kIsUndetectable)); in EmitLiteralCompareTypeof() 4225 Immediate(1 << Map::kIsUndetectable)); in EmitLiteralCompareNil()
|
D | lithium-codegen-x64.cc | 1451 Immediate(1 << Map::kIsUndetectable)); in DoBranch() 1637 Immediate(1 << Map::kIsUndetectable)); in DoIsNilAndBranch() 1656 Immediate(1 << Map::kIsUndetectable)); in EmitIsObject() 1732 Immediate(1 << Map::kIsUndetectable)); in DoIsUndetectableAndBranch() 4464 Immediate(1 << Map::kIsUndetectable)); in EmitTypeofIs() 4484 Immediate(1 << Map::kIsUndetectable)); in EmitTypeofIs() 4507 Immediate(1 << Map::kIsUndetectable)); in EmitTypeofIs()
|
D | code-stubs-x64.cc | 443 Immediate(1 << Map::kIsUndetectable)); in Generate() 3528 Immediate(1 << Map::kIsUndetectable)); in Generate() 3531 Immediate(1 << Map::kIsUndetectable)); in Generate()
|
/external/v8/src/mips/ |
D | full-codegen-mips.cc | 2568 __ And(at, a1, Operand(1 << Map::kIsUndetectable)); in EmitIsObject() 2619 __ And(at, a1, Operand(1 << Map::kIsUndetectable)); in EmitIsUndetectableObject() 4189 __ And(a1, a1, Operand(1 << Map::kIsUndetectable)); in EmitLiteralCompareTypeof() 4208 __ And(a1, a1, Operand(1 << Map::kIsUndetectable)); in EmitLiteralCompareTypeof() 4230 __ And(a1, a1, Operand(1 << Map::kIsUndetectable)); in EmitLiteralCompareTypeof() 4360 __ And(a1, a1, Operand(1 << Map::kIsUndetectable)); in EmitLiteralCompareNil()
|
D | lithium-codegen-mips.cc | 1520 __ And(at, at, Operand(1 << Map::kIsUndetectable)); in DoBranch() 1712 __ And(scratch, scratch, 1 << Map::kIsUndetectable); in DoIsNilAndBranch() 1732 __ And(temp2, temp2, Operand(1 << Map::kIsUndetectable)); in EmitIsObject() 1808 __ And(at, temp, Operand(1 << Map::kIsUndetectable)); in DoIsUndetectableAndBranch() 4752 __ And(at, at, 1 << Map::kIsUndetectable); in EmitTypeofIs() 4780 __ And(at, at, 1 << Map::kIsUndetectable); in EmitTypeofIs() 4811 __ And(at, at, 1 << Map::kIsUndetectable); in EmitTypeofIs()
|
D | code-stubs-mips.cc | 1566 __ And(a0, a0, Operand(1 << Map::kIsUndetectable)); in EmitCheckForSymbolsOrObjects() 1568 __ xori(v0, a0, 1 << Map::kIsUndetectable); in EmitCheckForSymbolsOrObjects() 1898 __ And(at, at, Operand(1 << Map::kIsUndetectable)); in Generate()
|
/external/chromium_org/v8/src/x64/ |
D | full-codegen-x64.cc | 2869 Immediate(1 << Map::kIsUndetectable)); in EmitIsObject() 2920 Immediate(1 << Map::kIsUndetectable)); in EmitIsUndetectableObject() 4540 Immediate(1 << Map::kIsUndetectable)); in EmitLiteralCompareTypeof() 4562 Immediate(1 << Map::kIsUndetectable)); in EmitLiteralCompareTypeof() 4583 Immediate(1 << Map::kIsUndetectable)); in EmitLiteralCompareTypeof()
|
D | lithium-codegen-x64.cc | 2050 Immediate(1 << Map::kIsUndetectable)); in DoBranch() 2282 Immediate(1 << Map::kIsUndetectable)); in EmitIsObject() 2355 Immediate(1 << Map::kIsUndetectable)); in DoIsUndetectableAndBranch() 5324 Immediate(1 << Map::kIsUndetectable)); in EmitTypeofIs() 5349 Immediate(1 << Map::kIsUndetectable)); in EmitTypeofIs() 5372 Immediate(1 << Map::kIsUndetectable)); in EmitTypeofIs()
|
D | code-stubs-x64.cc | 2516 Immediate(1 << Map::kIsUndetectable)); in GenerateGeneric() 2519 Immediate(1 << Map::kIsUndetectable)); in GenerateGeneric()
|
/external/chromium_org/v8/src/ia32/ |
D | full-codegen-ia32.cc | 2891 __ test(ecx, Immediate(1 << Map::kIsUndetectable)); in EmitIsObject() 2942 __ test(ebx, Immediate(1 << Map::kIsUndetectable)); in EmitIsUndetectableObject() 4550 1 << Map::kIsUndetectable); in EmitLiteralCompareTypeof() 4572 __ test(ecx, Immediate(1 << Map::kIsUndetectable)); in EmitLiteralCompareTypeof() 4593 1 << Map::kIsUndetectable); in EmitLiteralCompareTypeof()
|
D | lithium-codegen-ia32.cc | 2447 1 << Map::kIsUndetectable); in DoBranch() 2696 1 << Map::kIsUndetectable); in EmitIsObject() 2765 1 << Map::kIsUndetectable); in DoIsUndetectableAndBranch() 6109 1 << Map::kIsUndetectable); in EmitTypeofIs() 6134 1 << Map::kIsUndetectable); in EmitTypeofIs() 6157 1 << Map::kIsUndetectable); in EmitTypeofIs()
|
D | code-stubs-ia32.cc | 2684 1 << Map::kIsUndetectable); in GenerateGeneric() 2687 1 << Map::kIsUndetectable); in GenerateGeneric()
|
/external/chromium_org/v8/src/arm/ |
D | lithium-codegen-arm.cc | 2280 __ tst(ip, Operand(1 << Map::kIsUndetectable)); in DoBranch() 2494 __ tst(temp2, Operand(1 << Map::kIsUndetectable)); in EmitIsObject() 2561 __ tst(temp, Operand(1 << Map::kIsUndetectable)); in DoIsUndetectableAndBranch() 5553 __ tst(scratch, Operand(1 << Map::kIsUndetectable)); in EmitTypeofIs() 5578 __ tst(scratch, Operand(1 << Map::kIsUndetectable)); in EmitTypeofIs() 5604 __ tst(scratch, Operand(1 << Map::kIsUndetectable)); in EmitTypeofIs()
|
D | full-codegen-arm.cc | 2944 __ tst(r1, Operand(1 << Map::kIsUndetectable)); in EmitIsObject() 2995 __ tst(r1, Operand(1 << Map::kIsUndetectable)); in EmitIsUndetectableObject() 4547 __ tst(r1, Operand(1 << Map::kIsUndetectable)); in EmitLiteralCompareTypeof() 4569 __ tst(r1, Operand(1 << Map::kIsUndetectable)); in EmitLiteralCompareTypeof() 4592 __ tst(r1, Operand(1 << Map::kIsUndetectable)); in EmitLiteralCompareTypeof()
|
D | code-stubs-arm.cc | 1021 __ and_(r0, r0, Operand(1 << Map::kIsUndetectable)); in EmitCheckForInternalizedStringsOrObjects() 1022 __ eor(r0, r0, Operand(1 << Map::kIsUndetectable)); in EmitCheckForInternalizedStringsOrObjects()
|
/external/chromium_org/v8/src/mips/ |
D | full-codegen-mips.cc | 2975 __ And(at, a1, Operand(1 << Map::kIsUndetectable)); in EmitIsObject() 3026 __ And(at, a1, Operand(1 << Map::kIsUndetectable)); in EmitIsUndetectableObject() 4605 __ And(a1, a1, Operand(1 << Map::kIsUndetectable)); in EmitLiteralCompareTypeof() 4628 __ And(a1, a1, Operand(1 << Map::kIsUndetectable)); in EmitLiteralCompareTypeof() 4650 __ And(a1, a1, Operand(1 << Map::kIsUndetectable)); in EmitLiteralCompareTypeof()
|
D | lithium-codegen-mips.cc | 2126 __ And(at, at, Operand(1 << Map::kIsUndetectable)); in DoBranch() 2349 __ And(temp2, temp2, Operand(1 << Map::kIsUndetectable)); in EmitIsObject() 2419 __ And(at, temp, Operand(1 << Map::kIsUndetectable)); in DoIsUndetectableAndBranch() 5536 __ And(at, at, 1 << Map::kIsUndetectable); in EmitTypeofIs() 5571 __ And(at, at, 1 << Map::kIsUndetectable); in EmitTypeofIs() 5600 __ And(at, at, 1 << Map::kIsUndetectable); in EmitTypeofIs()
|
/external/v8/src/ |
D | objects.h | 4601 set_bit_field(bit_field() | (1 << kIsUndetectable)); in set_is_undetectable() 4605 return ((1 << kIsUndetectable) & bit_field()) != 0; in is_undetectable() 4929 static const int kIsUndetectable = 5; variable
|
/external/chromium_org/v8/src/ |
D | objects.h | 5756 set_bit_field(bit_field() | (1 << kIsUndetectable)); in set_is_undetectable() 5760 return ((1 << kIsUndetectable) & bit_field()) != 0; in is_undetectable() 6301 static const int kIsUndetectable = 5; variable
|