/external/v8/src/crankshaft/x64/ |
D | lithium-codegen-x64.cc | 2097 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/ |
D | lithium-codegen-arm.cc | 2148 __ 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/ |
D | lithium-codegen-arm64.cc | 1827 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/ |
D | lithium-codegen-ia32.cc | 2055 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/ |
D | lithium-codegen-mips.cc | 2043 __ 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/ |
D | lithium-codegen-x87.cc | 2327 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/ |
D | lithium-codegen-mips64.cc | 2161 __ 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/ |
D | lithium-codegen-ppc.cc | 2183 __ 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/ |
D | full-codegen-x87.cc | 4416 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/ |
D | full-codegen-arm64.cc | 4212 __ 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/ |
D | full-codegen-mips.cc | 4506 __ 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/ |
D | full-codegen-ia32.cc | 4424 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/ |
D | full-codegen-x64.cc | 4426 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/ |
D | full-codegen-arm.cc | 4498 __ 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/ |
D | full-codegen-mips64.cc | 4515 __ 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/ |
D | full-codegen-ppc.cc | 4504 __ 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/ |
D | code-stubs-hydrogen.cc | 378 (1 << Map::kIsUndetectable))); in BuildCodeStub()
|
/external/v8/src/arm64/ |
D | code-stubs-arm64.cc | 492 __ And(result, result, 1 << Map::kIsUndetectable); in EmitCheckForInternalizedStringsOrObjects() 493 __ Eor(result, result, 1 << Map::kIsUndetectable); in EmitCheckForInternalizedStringsOrObjects()
|
/external/v8/src/x64/ |
D | code-stubs-x64.cc | 1745 Immediate(1 << Map::kIsUndetectable)); in GenerateGeneric() 1748 Immediate(1 << Map::kIsUndetectable)); in GenerateGeneric()
|
/external/v8/src/x87/ |
D | code-stubs-x87.cc | 1595 1 << Map::kIsUndetectable); in GenerateGeneric() 1598 1 << Map::kIsUndetectable); in GenerateGeneric()
|
/external/v8/src/arm/ |
D | code-stubs-arm.cc | 534 __ and_(r0, r0, Operand(1 << Map::kIsUndetectable)); in EmitCheckForInternalizedStringsOrObjects() 535 __ eor(r0, r0, Operand(1 << Map::kIsUndetectable)); in EmitCheckForInternalizedStringsOrObjects()
|
/external/v8/src/ia32/ |
D | code-stubs-ia32.cc | 1888 1 << Map::kIsUndetectable); in GenerateGeneric() 1891 1 << Map::kIsUndetectable); in GenerateGeneric()
|
/external/v8/src/mips/ |
D | code-stubs-mips.cc | 553 __ And(a0, a0, Operand(1 << Map::kIsUndetectable)); in EmitCheckForInternalizedStringsOrObjects() 555 __ xori(v0, a0, 1 << Map::kIsUndetectable); in EmitCheckForInternalizedStringsOrObjects()
|
/external/v8/src/ppc/ |
D | code-stubs-ppc.cc | 550 __ andi(r3, r3, Operand(1 << Map::kIsUndetectable)); in EmitCheckForInternalizedStringsOrObjects() 551 __ xori(r3, r3, Operand(1 << Map::kIsUndetectable)); in EmitCheckForInternalizedStringsOrObjects()
|
/external/v8/src/mips64/ |
D | code-stubs-mips64.cc | 549 __ And(a0, a0, Operand(1 << Map::kIsUndetectable)); in EmitCheckForInternalizedStringsOrObjects() 551 __ xori(v0, a0, 1 << Map::kIsUndetectable); in EmitCheckForInternalizedStringsOrObjects()
|