Searched defs:target_ (Results 1 - 3 of 3) sorted by relevance

/art/compiler/utils/arm/
H A Dassembler_thumb2.h585 DCHECK_EQ(target_, kUnresolved);
587 target_ = target;
590 // Check if the current size is OK for current location_, target_ and adjustment_.
603 DCHECK_NE(target_, kUnresolved);
605 target_ += location_adjustment;
623 target_(kUnresolved),
644 static constexpr uint32_t kUnresolved = 0xffffffff; // Value for target_ for unresolved.
655 uint32_t target_; // Offset into assembler buffer in bytes. member in class:art::arm::FINAL::Fixup
656 uint32_t adjustment_; // The number of extra bytes inserted between location_ and target_.
/art/compiler/utils/mips/
H A Dassembler_mips.h625 static constexpr uint32_t kUnresolved = 0xffffffff; // Unresolved target_
721 // branch at a given location by this delta (just changes location_ and target_).
730 // max_short_distance caps the maximum distance between location_ and target_
750 uint32_t target_; // Offset into assembler buffer in bytes. member in class:art::mips::FINAL::Branch
/art/compiler/utils/mips64/
H A Dassembler_mips64.h540 static constexpr uint32_t kUnresolved = 0xffffffff; // Unresolved target_
633 // branch at a given location by this delta (just changes location_ and target_).
642 // max_short_distance caps the maximum distance between location_ and target_
662 uint32_t target_; // Offset into assembler buffer in bytes. member in class:art::mips64::FINAL::Branch

Completed in 39 milliseconds