HomeSort by relevance Sort by last modified time
    Searched refs:kHoleNanInt64 (Results 1 - 4 of 4) sorted by null

  /external/v8/src/
v8globals.h 476 const uint64_t kHoleNanInt64 =
assembler.cc 110 double_constants->the_hole_nan = BitCast<double>(kHoleNanInt64);
    [all...]
objects-inl.h     [all...]
  /external/v8/src/x64/
codegen-x64.cc 300 __ movq(r15, BitCast<int64_t, uint64_t>(kHoleNanInt64), RelocInfo::NONE);
398 __ movq(rsi, BitCast<int64_t, uint64_t>(kHoleNanInt64), RelocInfo::NONE);

Completed in 31 milliseconds