Searched refs:kHoleNanLower32 (Results 1 – 7 of 7) sorted by relevance
921 const uint32_t kHoleNanLower32 = 0xFFFF7FFF; variable924 const uint32_t kHoleNanLower32 = 0xFFF7FFFF; variable928 (static_cast<uint64_t>(kHoleNanUpper32) << 32) | kHoleNanLower32;
2076 STATIC_ASSERT(kHoleNanLower32 == kHoleNanUpper32); in FillFixedArrayWithValue()2078 Is64() ? Int64Constant(kHoleNanInt64) : Int32Constant(kHoleNanLower32); in FillFixedArrayWithValue()2135 Is64() ? Int64Constant(kHoleNanInt64) : Int32Constant(kHoleNanLower32); in CopyFixedArrayElements()
233 return *isolate->factory()->NewNumberFromUint(kHoleNanLower32); in RUNTIME_FUNCTION()
2585 instr->base_offset() + sizeof(kHoleNanLower32)); in DoLoadKeyedFixedDoubleArray()
2821 __ ldr(scratch, MemOperand(scratch, sizeof(kHoleNanLower32))); in DoLoadKeyedFixedDoubleArray()
2754 instr->base_offset() + sizeof(kHoleNanLower32)); in DoLoadKeyedFixedDoubleArray()
2861 instr->base_offset() + sizeof(kHoleNanLower32)); in DoLoadKeyedFixedDoubleArray()