/external/v8/src/compiler/ |
D | instruction-selector-unittest.cc | 136 EXPECT_EQ(0, s.ToInt32(s[0]->OutputAt(0))); in TARGET_TEST_F() 381 int32_t deopt_id_before = s.ToInt32(call_instr->InputAt(1)); in TARGET_TEST_F() 389 EXPECT_EQ(43, s.ToInt32(call_instr->InputAt(2))); in TARGET_TEST_F() 390 EXPECT_EQ(0, s.ToInt32(call_instr->InputAt(3))); in TARGET_TEST_F() 391 EXPECT_EQ(44, s.ToInt32(call_instr->InputAt(4))); in TARGET_TEST_F() 392 EXPECT_EQ(45, s.ToInt32(call_instr->InputAt(5))); in TARGET_TEST_F() 466 int32_t deopt_id_before = s.ToInt32(call_instr->InputAt(1)); in TARGET_TEST_F() 473 EXPECT_EQ(63, s.ToInt32(call_instr->InputAt(2))); in TARGET_TEST_F() 475 EXPECT_EQ(66, s.ToInt32(call_instr->InputAt(3))); in TARGET_TEST_F() 476 EXPECT_EQ(64, s.ToInt32(call_instr->InputAt(4))); in TARGET_TEST_F() [all …]
|
D | instruction-selector-unittest.h | 146 int32_t ToInt32(const InstructionOperand* operand) const { in ToInt32() function 147 return ToConstant(operand).ToInt32(); in ToInt32()
|
D | code-generator-impl.h | 42 return ToConstant(instr_->InputAt(index)).ToInt32(); in InputInt32()
|
D | instruction.h | 669 int32_t ToInt32() const { in ToInt32() function 675 if (type() == kInt32) return ToInt32(); in ToInt64() 681 if (type() == kInt32) return ToInt32(); in ToFloat64()
|
D | code-generator.cc | 389 isolate()->factory()->NewNumberFromInt(constant.ToInt32()); in AddTranslationForOperand()
|
D | instruction.cc | 300 return os << constant.ToInt32(); in operator <<()
|
/external/v8/src/compiler/ia32/ |
D | instruction-selector-ia32-unittest.cc | 39 EXPECT_EQ(imm, s.ToInt32(s[0]->InputAt(1))); in TEST_F() 48 EXPECT_EQ(imm, s.ToInt32(s[0]->InputAt(1))); in TEST_F() 72 EXPECT_EQ(imm, s.ToInt32(s[0]->InputAt(1))); in TEST_F() 135 EXPECT_EQ(base, s.ToInt32(s[0]->InputAt(1))); in TEST_P() 151 EXPECT_EQ(index, s.ToInt32(s[0]->InputAt(1))); in TEST_P() 181 EXPECT_EQ(base, s.ToInt32(s[0]->InputAt(1))); in TEST_P() 199 EXPECT_EQ(index, s.ToInt32(s[0]->InputAt(1))); in TEST_P()
|
D | code-generator-ia32.cc | 61 return Immediate(constant.ToInt32()); in ToImmediate()
|
/external/v8/src/compiler/arm/ |
D | instruction-selector-arm-unittest.cc | 147 EXPECT_EQ(imm, s.ToInt32(s[0]->InputAt(1))); in TEST_P() 158 EXPECT_EQ(imm, s.ToInt32(s[0]->InputAt(1))); in TEST_P() 206 EXPECT_EQ(imm, s.ToInt32(s[0]->InputAt(2))); in TEST_P() 221 EXPECT_EQ(imm, s.ToInt32(s[0]->InputAt(2))); in TEST_P() 343 EXPECT_EQ(imm, s.ToInt32(s[0]->InputAt(2))); in TEST_P() 365 EXPECT_EQ(imm, s.ToInt32(s[0]->InputAt(2))); in TEST_P() 534 EXPECT_EQ(imm, s.ToInt32(s[0]->InputAt(1))); in TEST_P() 548 EXPECT_EQ(imm, s.ToInt32(s[0]->InputAt(1))); in TEST_P() 605 EXPECT_EQ(imm, s.ToInt32(s[0]->InputAt(2))); in TEST_P() 623 EXPECT_EQ(imm, s.ToInt32(s[0]->InputAt(2))); in TEST_P() [all …]
|
D | code-generator-arm.cc | 46 return Operand(constant.ToInt32()); in InputImmediate() 729 __ mov(dst, Operand(src.ToInt32())); in AssembleMove()
|
/external/zlib/src/contrib/dotzlib/DotZLib/ |
D | ChecksumImpl.cs | 140 … _current = crc32(_current, hData.AddrOfPinnedObject().ToInt32()+offset, (uint)count); in Update() 191 … _current = adler32(_current, hData.AddrOfPinnedObject().ToInt32()+offset, (uint)count); in Update()
|
D | GZipStream.cs | 166 result = gzread(_gzFile, h.AddrOfPinnedObject().ToInt32() + offset, count); in Read() 210 int result = gzwrite(_gzFile, h.AddrOfPinnedObject().ToInt32() + offset, count); in Write()
|
/external/v8/test/cctest/compiler/ |
D | instruction-selector-tester.h | 101 int32_t ToInt32(const InstructionOperand* operand) const { in ToInt32() function 105 return immediates[i].ToInt32(); in ToInt32()
|
D | test-run-inlining.cc | 28 CHECK_EQ(args[0]->ToInt32()->Value(), topmost->GetInlineCount()); in AssertInlineCount()
|
/external/v8/src/compiler/arm64/ |
D | instruction-selector-arm64-unittest.cc | 260 EXPECT_EQ(imm, s.ToInt32(s[0]->InputAt(1))); in TEST_P() 273 EXPECT_EQ(imm, s.ToInt32(s[0]->InputAt(1))); in TEST_P() 533 EXPECT_EQ(imm, s.ToInt32(s[0]->InputAt(1))); in TEST_P() 567 EXPECT_EQ(imm, s.ToInt32(s[0]->InputAt(1))); in TEST_P() 601 EXPECT_EQ(imm, s.ToInt32(s[0]->InputAt(1))); in TEST_P() 668 EXPECT_EQ(imm, s.ToInt32(s[0]->InputAt(1))); in TEST_F() 686 EXPECT_EQ(imm, s.ToInt32(s[0]->InputAt(1))); in TEST_F() 703 EXPECT_EQ(imm, s.ToInt32(s[0]->InputAt(1))); in TEST_F() 726 EXPECT_EQ(imm, s.ToInt32(s[0]->InputAt(1))); in TEST_F() 766 EXPECT_EQ(imm, s.ToInt32(s[0]->InputAt(1))); in TEST_P() [all …]
|
D | code-generator-arm64.cc | 89 return Operand(constant.ToInt32()); in ToImmediate()
|
/external/v8/src/ |
D | execution.h | 65 MUST_USE_RESULT static MaybeHandle<Object> ToInt32(
|
D | runtime.js | 582 function ToInt32(x) { class
|
D | execution.cc | 530 MaybeHandle<Object> Execution::ToInt32( in ToInt32() function in v8::internal::Execution
|
D | i18n.cc | 56 object->ToInt32(value); in ExtractIntegerSetting()
|
/external/v8/src/ic/ |
D | ic-state.cc | 337 op_ == Token::MOD && right->ToInt32(&fixed_right_arg_value) && in Update()
|
/external/v8/src/compiler/x64/ |
D | code-generator-x64.cc | 100 return Immediate(constant.ToInt32()); in ToImmediate()
|
/external/pdfium/fpdfsdk/src/jsapi/ |
D | fxjs_v8.cpp | 726 return pValue->ToInt32(context).ToLocalChecked()->Value(); in JS_ToInt32()
|
/external/v8/test/cctest/ |
D | test-strings.cc | 1092 result->ToInt32()->Value()); in TEST()
|
D | test-api.cc | 4774 CHECK_EQ(0, obj->ToInt32()->Value()); in THREADED_TEST() 4780 CHECK_EQ(-1912276171, obj->ToInt32()->Value()); in THREADED_TEST() 4786 CHECK_EQ(42, obj->ToInt32()->Value()); in THREADED_TEST() 4792 CHECK_EQ(-37, obj->ToInt32()->Value()); in THREADED_TEST() 4798 CHECK_EQ(-2128394905, obj->ToInt32()->Value()); in THREADED_TEST() 4804 CHECK_EQ(42, obj->ToInt32()->Value()); in THREADED_TEST() 4810 CHECK_EQ(-1431655765, obj->ToInt32()->Value()); in THREADED_TEST() 4894 Local<Value> to_int32_result = obj->ToInt32(); in THREADED_TEST()
|