Home
last modified time | relevance | path

Searched refs:kHoleNanInt64 (Results 1 – 14 of 14) sorted by relevance

/external/v8/src/arm64/
Dcodegen-arm64.cc142 __ Fmov(nan_d, rawbits_to_double(kHoleNanInt64)); in GenerateSmiToDouble()
268 __ Cmp(x13, kHoleNanInt64); in GenerateDoubleToObject()
/external/v8/src/x64/
Dcodegen-x64.cc168 __ movq(r15, bit_cast<int64_t, uint64_t>(kHoleNanInt64)); in GenerateSmiToDouble()
276 __ movq(rsi, bit_cast<int64_t, uint64_t>(kHoleNanInt64)); in GenerateDoubleToObject()
/external/v8/src/ic/arm64/
Dic-arm64.cc276 __ CompareAndBranch(x11, kHoleNanInt64, ne, &fast_double_without_map_check); in KeyedStoreGenerateMegamorphicHelper()
/external/v8/src/
Dobjects-printer.cc376 if (array->is_the_hole(index)) return bit_cast<double>(kHoleNanInt64); in GetScalarElement()
381 return bit_cast<uint64_t>(maybe_hole) == kHoleNanInt64; in is_the_hole()
Dglobals.h912 const uint64_t kHoleNanInt64 = variable
Dassembler.cc926 double_constants.the_hole_nan = kHoleNanInt64; in SetUp()
Dcode-stub-assembler.cc1275 GotoIf(Word64Equal(element, Int64Constant(kHoleNanInt64)), if_hole); in LoadDoubleWithHoleCheck()
1952 Is64() ? Int64Constant(kHoleNanInt64) : Int32Constant(kHoleNanLower32); in FillFixedArrayWithValue()
2012 Is64() ? Int64Constant(kHoleNanInt64) : Int32Constant(kHoleNanLower32); in CopyFixedArrayElements()
Dobjects-inl.h2428 WRITE_UINT64_FIELD(this, offset, kHoleNanInt64); in set_the_hole()
2436 return get_representation(index) == kHoleNanInt64; in is_the_hole()
/external/v8/src/ppc/
Dcodegen-ppc.cc164 __ mov(hole_int64, Operand(kHoleNanInt64)); in GenerateSmiToDouble()
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.cc2283 EmitCompareAndBranch(instr, eq, temp, kHoleNanInt64); in DoCmpHoleAndBranchD()
3192 __ Eor(scratch, scratch, kHoleNanInt64); in DoLoadKeyedFixedDouble()
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.cc3934 uint64_t int_val = kHoleNanInt64; in DoStoreKeyedExternalArray()
4003 uint64_t int_val = kHoleNanInt64; in DoStoreKeyedFixedDoubleArray()
/external/v8/src/crankshaft/
Dhydrogen-instructions.cc2180 std::memcpy(&double_value_, &kHoleNanInt64, sizeof(double_value_)); in HConstant()
Dhydrogen-instructions.h3098 if (HasDoubleValue() && DoubleValueAsBits() == kHoleNanInt64) { in IsTheHole()
/external/v8/src/heap/
Dheap.cc2585 set_hole_nan_value(*factory->NewHeapNumber(bit_cast<double>(kHoleNanInt64), in CreateInitialObjects()