Home
last modified time | relevance | path

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

12

/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.cc2097 Immediate(1 << Map::kIsUndetectable)); in DoBranch()
2377 Immediate(1 << Map::kIsUndetectable)); in DoIsUndetectableAndBranch()
5357 Immediate(1 << Map::kIsUndetectable)); in EmitTypeofIs()
5366 Immediate((1 << Map::kIsCallable) | (1 << Map::kIsUndetectable))); in EmitTypeofIs()
5379 Immediate((1 << Map::kIsCallable) | (1 << Map::kIsUndetectable))); in EmitTypeofIs()
/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.cc2148 __ tst(ip, Operand(1 << Map::kIsUndetectable)); in DoBranch()
2399 __ tst(temp, Operand(1 << Map::kIsUndetectable)); in DoIsUndetectableAndBranch()
5280 __ tst(scratch, Operand(1 << Map::kIsUndetectable)); in EmitTypeofIs()
5288 Operand((1 << Map::kIsCallable) | (1 << Map::kIsUndetectable))); in EmitTypeofIs()
5302 Operand((1 << Map::kIsCallable) | (1 << Map::kIsUndetectable))); in EmitTypeofIs()
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.cc1827 scratch, 1 << Map::kIsUndetectable, false_label); in DoBranch()
2971 EmitTestAndBranch(instr, ne, temp, 1 << Map::kIsUndetectable); in DoIsUndetectableAndBranch()
5586 EmitTestAndBranch(instr, ne, scratch, 1 << Map::kIsUndetectable); in DoTypeofIsAndBranch()
5596 (1 << Map::kIsCallable) | (1 << Map::kIsUndetectable)); in DoTypeofIsAndBranch()
5612 (1 << Map::kIsCallable) | (1 << Map::kIsUndetectable)); in DoTypeofIsAndBranch()
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.cc2055 1 << Map::kIsUndetectable); in DoBranch()
2308 1 << Map::kIsUndetectable); in DoIsUndetectableAndBranch()
5164 1 << Map::kIsUndetectable); in EmitTypeofIs()
5172 __ and_(input, (1 << Map::kIsCallable) | (1 << Map::kIsUndetectable)); in EmitTypeofIs()
5185 (1 << Map::kIsCallable) | (1 << Map::kIsUndetectable)); in EmitTypeofIs()
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.cc2043 __ And(at, at, Operand(1 << Map::kIsUndetectable)); in DoBranch()
2308 __ And(at, temp, Operand(1 << Map::kIsUndetectable)); in DoIsUndetectableAndBranch()
5305 __ And(at, at, 1 << Map::kIsUndetectable); in EmitTypeofIs()
5315 Operand((1 << Map::kIsCallable) | (1 << Map::kIsUndetectable))); in EmitTypeofIs()
5330 Operand((1 << Map::kIsCallable) | (1 << Map::kIsUndetectable))); in EmitTypeofIs()
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.cc2327 1 << Map::kIsUndetectable); in DoBranch()
2591 1 << Map::kIsUndetectable); in DoIsUndetectableAndBranch()
5722 1 << Map::kIsUndetectable); in EmitTypeofIs()
5730 __ and_(input, (1 << Map::kIsCallable) | (1 << Map::kIsUndetectable)); in EmitTypeofIs()
5743 (1 << Map::kIsCallable) | (1 << Map::kIsUndetectable)); in EmitTypeofIs()
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.cc2161 __ And(at, at, Operand(1 << Map::kIsUndetectable)); in DoBranch()
2429 __ And(at, temp, Operand(1 << Map::kIsUndetectable)); in DoIsUndetectableAndBranch()
5510 __ And(at, at, 1 << Map::kIsUndetectable); in EmitTypeofIs()
5520 Operand((1 << Map::kIsCallable) | (1 << Map::kIsUndetectable))); in EmitTypeofIs()
5535 Operand((1 << Map::kIsCallable) | (1 << Map::kIsUndetectable))); in EmitTypeofIs()
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.cc2183 __ TestBit(ip, Map::kIsUndetectable, r0); in DoShiftI()
2473 __ TestBit(temp, Map::kIsUndetectable, r0); in DoShiftI()
5559 __ ExtractBit(r0, scratch, Map::kIsUndetectable); in DoShiftI()
5568 Operand((1 << Map::kIsCallable) | (1 << Map::kIsUndetectable))); in DoShiftI()
5582 Operand((1 << Map::kIsCallable) | (1 << Map::kIsUndetectable))); in DoShiftI()
/external/v8/src/full-codegen/x87/
Dfull-codegen-x87.cc4416 1 << Map::kIsUndetectable); in EmitLiteralCompareTypeof()
4423 __ and_(ecx, (1 << Map::kIsCallable) | (1 << Map::kIsUndetectable)); in EmitLiteralCompareTypeof()
4435 (1 << Map::kIsCallable) | (1 << Map::kIsUndetectable)); in EmitLiteralCompareTypeof()
/external/v8/src/full-codegen/arm64/
Dfull-codegen-arm64.cc4212 __ TestAndSplit(x1, 1 << Map::kIsUndetectable, if_false, if_true, in EmitLiteralCompareTypeof()
4219 __ And(x1, x1, (1 << Map::kIsCallable) | (1 << Map::kIsUndetectable)); in EmitLiteralCompareTypeof()
4230 __ TestAndSplit(x10, (1 << Map::kIsCallable) | (1 << Map::kIsUndetectable), in EmitLiteralCompareTypeof()
/external/v8/src/full-codegen/mips/
Dfull-codegen-mips.cc4506 __ And(a1, a1, Operand(1 << Map::kIsUndetectable)); in EmitLiteralCompareTypeof()
4513 Operand((1 << Map::kIsCallable) | (1 << Map::kIsUndetectable))); in EmitLiteralCompareTypeof()
4526 Operand((1 << Map::kIsCallable) | (1 << Map::kIsUndetectable))); in EmitLiteralCompareTypeof()
/external/v8/src/full-codegen/ia32/
Dfull-codegen-ia32.cc4424 1 << Map::kIsUndetectable); in EmitLiteralCompareTypeof()
4431 __ and_(ecx, (1 << Map::kIsCallable) | (1 << Map::kIsUndetectable)); in EmitLiteralCompareTypeof()
4443 (1 << Map::kIsCallable) | (1 << Map::kIsUndetectable)); in EmitLiteralCompareTypeof()
/external/v8/src/full-codegen/x64/
Dfull-codegen-x64.cc4426 Immediate(1 << Map::kIsUndetectable)); in EmitLiteralCompareTypeof()
4434 Immediate((1 << Map::kIsCallable) | (1 << Map::kIsUndetectable))); in EmitLiteralCompareTypeof()
4446 Immediate((1 << Map::kIsCallable) | (1 << Map::kIsUndetectable))); in EmitLiteralCompareTypeof()
/external/v8/src/full-codegen/arm/
Dfull-codegen-arm.cc4498 __ tst(r1, Operand(1 << Map::kIsUndetectable)); in EmitLiteralCompareTypeof()
4506 Operand((1 << Map::kIsCallable) | (1 << Map::kIsUndetectable))); in EmitLiteralCompareTypeof()
4518 __ tst(r1, Operand((1 << Map::kIsCallable) | (1 << Map::kIsUndetectable))); in EmitLiteralCompareTypeof()
/external/v8/src/full-codegen/mips64/
Dfull-codegen-mips64.cc4515 __ And(a1, a1, Operand(1 << Map::kIsUndetectable)); in EmitLiteralCompareTypeof()
4522 Operand((1 << Map::kIsCallable) | (1 << Map::kIsUndetectable))); in EmitLiteralCompareTypeof()
4535 Operand((1 << Map::kIsCallable) | (1 << Map::kIsUndetectable))); in EmitLiteralCompareTypeof()
/external/v8/src/full-codegen/ppc/
Dfull-codegen-ppc.cc4504 __ andi(r0, r4, Operand(1 << Map::kIsUndetectable)); in EmitLiteralCompareTypeof()
4512 Operand((1 << Map::kIsCallable) | (1 << Map::kIsUndetectable))); in EmitLiteralCompareTypeof()
4525 Operand((1 << Map::kIsCallable) | (1 << Map::kIsUndetectable))); in EmitLiteralCompareTypeof()
/external/v8/src/
Dcode-stubs-hydrogen.cc378 (1 << Map::kIsUndetectable))); in BuildCodeStub()
/external/v8/src/arm64/
Dcode-stubs-arm64.cc492 __ And(result, result, 1 << Map::kIsUndetectable); in EmitCheckForInternalizedStringsOrObjects()
493 __ Eor(result, result, 1 << Map::kIsUndetectable); in EmitCheckForInternalizedStringsOrObjects()
/external/v8/src/x64/
Dcode-stubs-x64.cc1745 Immediate(1 << Map::kIsUndetectable)); in GenerateGeneric()
1748 Immediate(1 << Map::kIsUndetectable)); in GenerateGeneric()
/external/v8/src/x87/
Dcode-stubs-x87.cc1595 1 << Map::kIsUndetectable); in GenerateGeneric()
1598 1 << Map::kIsUndetectable); in GenerateGeneric()
/external/v8/src/arm/
Dcode-stubs-arm.cc534 __ and_(r0, r0, Operand(1 << Map::kIsUndetectable)); in EmitCheckForInternalizedStringsOrObjects()
535 __ eor(r0, r0, Operand(1 << Map::kIsUndetectable)); in EmitCheckForInternalizedStringsOrObjects()
/external/v8/src/ia32/
Dcode-stubs-ia32.cc1888 1 << Map::kIsUndetectable); in GenerateGeneric()
1891 1 << Map::kIsUndetectable); in GenerateGeneric()
/external/v8/src/mips/
Dcode-stubs-mips.cc553 __ And(a0, a0, Operand(1 << Map::kIsUndetectable)); in EmitCheckForInternalizedStringsOrObjects()
555 __ xori(v0, a0, 1 << Map::kIsUndetectable); in EmitCheckForInternalizedStringsOrObjects()
/external/v8/src/ppc/
Dcode-stubs-ppc.cc550 __ andi(r3, r3, Operand(1 << Map::kIsUndetectable)); in EmitCheckForInternalizedStringsOrObjects()
551 __ xori(r3, r3, Operand(1 << Map::kIsUndetectable)); in EmitCheckForInternalizedStringsOrObjects()
/external/v8/src/mips64/
Dcode-stubs-mips64.cc549 __ And(a0, a0, Operand(1 << Map::kIsUndetectable)); in EmitCheckForInternalizedStringsOrObjects()
551 __ xori(v0, a0, 1 << Map::kIsUndetectable); in EmitCheckForInternalizedStringsOrObjects()

12