Lines Matching full:static_cast
141 buffer_ = static_cast<byte*>(buffer);
191 uint64_t mask = static_cast<uint64_t>(1) << f;
196 mask |= static_cast<uint64_t>(1) << ARMv7;
356 *--pos_ = static_cast<byte>(data_delta << kLocatableTypeTagBits | tag);
361 *--pos_ = static_cast<int>(top_tag << (kTagBits + kExtraTagBits) |
378 *--pos_ = static_cast<byte>(data_delta);
388 *--pos_ = static_cast<byte>(data);
398 *--pos_ = static_cast<byte>(data_delta);
414 uint32_t pc_delta = static_cast<uint32_t>(rinfo->pc() - last_pc_);
425 ASSERT(static_cast<int>(rinfo->data()) == rinfo->data());
426 int id_delta = static_cast<int>(rinfo->data()) - last_id_;
436 last_id_ = static_cast<int>(rinfo->data());
439 ASSERT(static_cast<int>(rinfo->data()) == rinfo->data());
440 int pos_delta = static_cast<int>(rinfo->data()) - last_position_;
452 last_position_ = static_cast<int>(rinfo->data());
460 WriteExtraTaggedConstPoolData(static_cast<int>(rinfo->data()));
504 x |= static_cast<int>(*--pos_) << i * kBitsPerByte;
514 x |= static_cast<int>(*--pos_) << i * kBitsPerByte;
523 x |= static_cast<int>(*--pos_) << i * kBitsPerByte;
533 x |= static_cast<intptr_t>(*--pos_) << i * kBitsPerByte;
663 if (SetMode(static_cast<RelocInfo::Mode>(rmode))) return;
810 PrintF(" (id=%d)", static_cast<int>(data_));
907 const double kTableSizeDouble = static_cast<double>(kTableSize);
921 static_cast<double>(static_cast<int64_t>(3) << 51);
931 bits &= (static_cast<uint64_t>(1) << 52) - 1;
1479 int y_int = static_cast<int>(y);
1524 int y_int = static_cast<int>(y);