Home
last modified time | relevance | path

Searched refs:kIsUndetectable (Results 1 – 25 of 26) sorted by relevance

12

/external/v8/src/arm/
Dfull-codegen-arm.cc2545 __ 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()
Dlithium-codegen-arm.cc1668 __ 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()
Dcode-stubs-arm.cc1493 __ 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/
Dfull-codegen-ia32.cc2483 __ 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()
Dlithium-codegen-ia32.cc1489 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()
Dcode-stubs-ia32.cc461 1 << Map::kIsUndetectable); in Generate()
4521 1 << Map::kIsUndetectable); in Generate()
4524 1 << Map::kIsUndetectable); in Generate()
/external/v8/src/x64/
Dfull-codegen-x64.cc2377 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()
Dlithium-codegen-x64.cc1451 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()
Dcode-stubs-x64.cc443 Immediate(1 << Map::kIsUndetectable)); in Generate()
3528 Immediate(1 << Map::kIsUndetectable)); in Generate()
3531 Immediate(1 << Map::kIsUndetectable)); in Generate()
/external/v8/src/mips/
Dfull-codegen-mips.cc2568 __ 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()
Dlithium-codegen-mips.cc1520 __ 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()
Dcode-stubs-mips.cc1566 __ 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/
Dfull-codegen-x64.cc2869 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()
Dlithium-codegen-x64.cc2050 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()
Dcode-stubs-x64.cc2516 Immediate(1 << Map::kIsUndetectable)); in GenerateGeneric()
2519 Immediate(1 << Map::kIsUndetectable)); in GenerateGeneric()
/external/chromium_org/v8/src/ia32/
Dfull-codegen-ia32.cc2891 __ 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()
Dlithium-codegen-ia32.cc2447 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()
Dcode-stubs-ia32.cc2684 1 << Map::kIsUndetectable); in GenerateGeneric()
2687 1 << Map::kIsUndetectable); in GenerateGeneric()
/external/chromium_org/v8/src/arm/
Dlithium-codegen-arm.cc2280 __ 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()
Dfull-codegen-arm.cc2944 __ 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()
Dcode-stubs-arm.cc1021 __ 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/
Dfull-codegen-mips.cc2975 __ 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()
Dlithium-codegen-mips.cc2126 __ 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/
Dobjects.h4601 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/
Dobjects.h5756 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

12