/external/v8/src/arm64/ |
D | builtins-arm64.cc | 1530 __ TestAndBranchIfAllClear(x10, 1 << Map::kIsCallable, in Generate_FunctionPrototypeApply() 1664 __ TestAndBranchIfAllClear(x10, 1 << Map::kIsCallable, &target_not_callable); in Generate_ReflectApply() 2200 __ TestAndBranchIfAllClear(x4, 1 << Map::kIsCallable, &non_callable); in Generate_Call()
|
/external/v8/src/x64/ |
D | builtins-x64.cc | 1154 Immediate(1 << Map::kIsCallable)); in Generate_FunctionPrototypeApply() 1284 Immediate(1 << Map::kIsCallable)); in Generate_ReflectApply() 2276 Immediate(1 << Map::kIsCallable)); in Generate_Call()
|
/external/v8/src/arm/ |
D | builtins-arm.cc | 1540 __ tst(r4, Operand(1 << Map::kIsCallable)); in Generate_FunctionPrototypeApply() 1652 __ tst(r4, Operand(1 << Map::kIsCallable)); in Generate_ReflectApply() 2152 __ tst(r4, Operand(1 << Map::kIsCallable)); in Generate_Call()
|
/external/v8/src/ia32/ |
D | builtins-ia32.cc | 1101 __ test_b(FieldOperand(ecx, Map::kBitFieldOffset), 1 << Map::kIsCallable); in Generate_FunctionPrototypeApply() 1224 __ test_b(FieldOperand(ecx, Map::kBitFieldOffset), 1 << Map::kIsCallable); in Generate_ReflectApply() 2065 __ test_b(FieldOperand(ecx, Map::kBitFieldOffset), 1 << Map::kIsCallable); in Generate_Call()
|
/external/v8/src/ppc/ |
D | builtins-ppc.cc | 1556 __ TestBit(r7, Map::kIsCallable, r0); in Generate_FunctionPrototypeApply() 1678 __ TestBit(r7, Map::kIsCallable, r0); in Generate_ReflectApply() 2200 __ TestBit(r7, Map::kIsCallable, r0); in Generate_Call()
|
/external/v8/src/x87/ |
D | builtins-x87.cc | 1101 __ test_b(FieldOperand(ecx, Map::kBitFieldOffset), 1 << Map::kIsCallable); in Generate_FunctionPrototypeApply() 1224 __ test_b(FieldOperand(ecx, Map::kBitFieldOffset), 1 << Map::kIsCallable); in Generate_ReflectApply() 2072 __ test_b(FieldOperand(ecx, Map::kBitFieldOffset), 1 << Map::kIsCallable); in Generate_Call()
|
/external/v8/src/mips/ |
D | builtins-mips.cc | 1551 __ And(t0, t0, Operand(1 << Map::kIsCallable)); in Generate_FunctionPrototypeApply() 1673 __ And(t0, t0, Operand(1 << Map::kIsCallable)); in Generate_ReflectApply() 2176 __ And(t1, t1, Operand(1 << Map::kIsCallable)); in Generate_Call()
|
/external/v8/src/mips64/ |
D | builtins-mips64.cc | 1541 __ And(a4, a4, Operand(1 << Map::kIsCallable)); in Generate_FunctionPrototypeApply() 1663 __ And(a4, a4, Operand(1 << Map::kIsCallable)); in Generate_ReflectApply() 2166 __ And(t1, t1, Operand(1 << Map::kIsCallable)); in Generate_Call()
|
/external/v8/src/ |
D | code-stubs-hydrogen.cc | 377 Add<HConstant>((1 << Map::kIsCallable) | in BuildCodeStub() 381 bit_field_masked, Add<HConstant>(1 << Map::kIsCallable), in BuildCodeStub()
|
/external/v8/src/full-codegen/x87/ |
D | full-codegen-x87.cc | 4423 __ and_(ecx, (1 << Map::kIsCallable) | (1 << Map::kIsUndetectable)); in EmitLiteralCompareTypeof() 4424 __ cmp(ecx, 1 << Map::kIsCallable); in EmitLiteralCompareTypeof() 4435 (1 << Map::kIsCallable) | (1 << Map::kIsUndetectable)); in EmitLiteralCompareTypeof()
|
/external/v8/src/full-codegen/arm64/ |
D | full-codegen-arm64.cc | 4219 __ And(x1, x1, (1 << Map::kIsCallable) | (1 << Map::kIsUndetectable)); in EmitLiteralCompareTypeof() 4220 __ CompareAndSplit(x1, Operand(1 << Map::kIsCallable), eq, if_true, in EmitLiteralCompareTypeof() 4230 __ TestAndSplit(x10, (1 << Map::kIsCallable) | (1 << Map::kIsUndetectable), in EmitLiteralCompareTypeof()
|
/external/v8/src/full-codegen/mips/ |
D | full-codegen-mips.cc | 4513 Operand((1 << Map::kIsCallable) | (1 << Map::kIsUndetectable))); in EmitLiteralCompareTypeof() 4514 Split(eq, a1, Operand(1 << Map::kIsCallable), if_true, if_false, in EmitLiteralCompareTypeof() 4526 Operand((1 << Map::kIsCallable) | (1 << Map::kIsUndetectable))); in EmitLiteralCompareTypeof()
|
/external/v8/src/full-codegen/ia32/ |
D | full-codegen-ia32.cc | 4431 __ and_(ecx, (1 << Map::kIsCallable) | (1 << Map::kIsUndetectable)); in EmitLiteralCompareTypeof() 4432 __ cmp(ecx, 1 << Map::kIsCallable); in EmitLiteralCompareTypeof() 4443 (1 << Map::kIsCallable) | (1 << Map::kIsUndetectable)); in EmitLiteralCompareTypeof()
|
/external/v8/src/full-codegen/x64/ |
D | full-codegen-x64.cc | 4434 Immediate((1 << Map::kIsCallable) | (1 << Map::kIsUndetectable))); in EmitLiteralCompareTypeof() 4435 __ cmpb(rdx, Immediate(1 << Map::kIsCallable)); in EmitLiteralCompareTypeof() 4446 Immediate((1 << Map::kIsCallable) | (1 << Map::kIsUndetectable))); in EmitLiteralCompareTypeof()
|
/external/v8/src/full-codegen/arm/ |
D | full-codegen-arm.cc | 4506 Operand((1 << Map::kIsCallable) | (1 << Map::kIsUndetectable))); in EmitLiteralCompareTypeof() 4507 __ cmp(r1, Operand(1 << Map::kIsCallable)); 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 | 4522 Operand((1 << Map::kIsCallable) | (1 << Map::kIsUndetectable))); in EmitLiteralCompareTypeof() 4523 Split(eq, a1, Operand(1 << Map::kIsCallable), if_true, if_false, in EmitLiteralCompareTypeof() 4535 Operand((1 << Map::kIsCallable) | (1 << Map::kIsUndetectable))); in EmitLiteralCompareTypeof()
|
/external/v8/src/full-codegen/ppc/ |
D | full-codegen-ppc.cc | 4512 Operand((1 << Map::kIsCallable) | (1 << Map::kIsUndetectable))); in EmitLiteralCompareTypeof() 4513 __ cmpi(r4, Operand(1 << Map::kIsCallable)); in EmitLiteralCompareTypeof() 4525 Operand((1 << Map::kIsCallable) | (1 << Map::kIsUndetectable))); in EmitLiteralCompareTypeof()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-codegen-x64.cc | 5366 Immediate((1 << Map::kIsCallable) | (1 << Map::kIsUndetectable))); in EmitTypeofIs() 5367 __ cmpb(input, Immediate(1 << Map::kIsCallable)); in EmitTypeofIs() 5379 Immediate((1 << Map::kIsCallable) | (1 << Map::kIsUndetectable))); in EmitTypeofIs()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-codegen-arm.cc | 5288 Operand((1 << Map::kIsCallable) | (1 << Map::kIsUndetectable))); in EmitTypeofIs() 5289 __ cmp(scratch, Operand(1 << Map::kIsCallable)); in EmitTypeofIs() 5302 Operand((1 << Map::kIsCallable) | (1 << Map::kIsUndetectable))); in EmitTypeofIs()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-codegen-arm64.cc | 5596 (1 << Map::kIsCallable) | (1 << Map::kIsUndetectable)); in DoTypeofIsAndBranch() 5597 EmitCompareAndBranch(instr, eq, scratch, 1 << Map::kIsCallable); in DoTypeofIsAndBranch() 5612 (1 << Map::kIsCallable) | (1 << Map::kIsUndetectable)); in DoTypeofIsAndBranch()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-codegen-ia32.cc | 5172 __ and_(input, (1 << Map::kIsCallable) | (1 << Map::kIsUndetectable)); in EmitTypeofIs() 5173 __ cmp(input, 1 << Map::kIsCallable); in EmitTypeofIs() 5185 (1 << Map::kIsCallable) | (1 << Map::kIsUndetectable)); in EmitTypeofIs()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-codegen-mips.cc | 5315 Operand((1 << Map::kIsCallable) | (1 << Map::kIsUndetectable))); in EmitTypeofIs() 5317 *cmp2 = Operand(1 << Map::kIsCallable); in EmitTypeofIs() 5330 Operand((1 << Map::kIsCallable) | (1 << Map::kIsUndetectable))); in EmitTypeofIs()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-codegen-x87.cc | 5730 __ and_(input, (1 << Map::kIsCallable) | (1 << Map::kIsUndetectable)); in EmitTypeofIs() 5731 __ cmp(input, 1 << Map::kIsCallable); in EmitTypeofIs() 5743 (1 << Map::kIsCallable) | (1 << Map::kIsUndetectable)); in EmitTypeofIs()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-codegen-mips64.cc | 5520 Operand((1 << Map::kIsCallable) | (1 << Map::kIsUndetectable))); in EmitTypeofIs() 5522 *cmp2 = Operand(1 << Map::kIsCallable); in EmitTypeofIs() 5535 Operand((1 << Map::kIsCallable) | (1 << Map::kIsUndetectable))); in EmitTypeofIs()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-codegen-ppc.cc | 5568 Operand((1 << Map::kIsCallable) | (1 << Map::kIsUndetectable))); in DoShiftI() 5569 __ cmpi(scratch, Operand(1 << Map::kIsCallable)); in DoShiftI() 5582 Operand((1 << Map::kIsCallable) | (1 << Map::kIsUndetectable))); in DoShiftI()
|