Searched refs:kUnresolved (Results 1 – 2 of 2) sorted by relevance
6893 bool Riscv64Assembler::Branch::IsResolved() const { return target_ != kUnresolved; } in IsResolved()6908 if (target == kUnresolved) { in GetOffsetSizeNeeded()7238 uint32_t target = label->IsBound() ? GetLabelLocation(label) : Branch::kUnresolved; in Bcond()7250 uint32_t target = label->IsBound() ? GetLabelLocation(label) : Branch::kUnresolved; in Buncond()7262 branches_.emplace_back(buffer_.Size(), Branch::kUnresolved, rd, literal_type); in LoadLiteral()7304 uint32_t target = label->IsBound() ? GetLabelLocation(label) : Branch::kUnresolved; in LoadLabelAddress()
1992 static constexpr uint32_t kUnresolved = 0xffffffff; // Unresolved target_ variable