Home
last modified time | relevance | path

Searched refs:target_ (Results 1 – 6 of 6) sorted by relevance

/art/compiler/utils/arm/
Dassembler_thumb2.h585 DCHECK_EQ(target_, kUnresolved); in Resolve()
587 target_ = target; in Resolve()
603 DCHECK_NE(target_, kUnresolved); in Finalize()
605 target_ += location_adjustment; in Finalize()
623 target_(kUnresolved), in Fixup()
655 uint32_t target_; // Offset into assembler buffer in bytes. variable
Dassembler_thumb2.cc37 uint32_t target = fixups[fixup_id].target_; in ForExpandableDependencies()
1947 DCHECK_LE(target_, static_cast<uint32_t>(int32_max)); in GetOffset()
1950 int32_t diff = static_cast<int32_t>(target_) - static_cast<int32_t>(location_); in GetOffset()
1951 if (target_ > location_) { in GetOffset()
2010 DCHECK_NE(target_, kUnresolved); in IncreaseSize()
2015 if (target_ > location_) { in IncreaseSize()
/art/compiler/utils/mips64/
Dassembler_mips64.cc1177 OffsetBits offset_size = GetOffsetSizeNeeded(location_, target_); in InitializeType()
1224 target_(target), in Branch()
1238 target_(target), in Branch()
1282 target_(target), in Branch()
1349 return target_; in GetTarget()
1401 return target_ != kUnresolved; in IsResolved()
1436 target_ = target; in Resolve()
1446 if (target_ > expand_location) { in Relocate()
1447 target_ += delta; in Relocate()
1477 if (GetOffsetSizeNeeded(location_, target_) > GetOffsetSize()) { in PromoteIfNeeded()
[all …]
Dassembler_mips64.h662 uint32_t target_; // Offset into assembler buffer in bytes. variable
/art/compiler/utils/mips/
Dassembler_mips.cc1475 OffsetBits offset_size = GetOffsetSizeNeeded(location_, target_); in InitializeType()
1532 target_(target), in Branch()
1547 target_(target), in Branch()
1599 target_(target), in Branch()
1666 return target_; in GetTarget()
1726 return target_ != kUnresolved; in IsResolved()
1761 target_ = target; in Resolve()
1771 if (target_ > expand_location) { in Relocate()
1772 target_ += delta; in Relocate()
1812 if (GetOffsetSizeNeeded(location_, target_) > GetOffsetSize()) { in PromoteIfNeeded()
[all …]
Dassembler_mips.h750 uint32_t target_; // Offset into assembler buffer in bytes. variable