Searched refs:position_ (Results 1 - 8 of 8) sorted by relevance

/art/compiler/utils/
H A Dassembler.h80 Label() : position_(0) {}
91 return IsBound() ? -position_ - sizeof(void*) : position_ - sizeof(void*);
96 return position_ - sizeof(void*);
99 bool IsBound() const { return position_ < 0; }
100 bool IsUnused() const { return position_ == 0; }
101 bool IsLinked() const { return position_ > 0; }
104 int position_; member in class:art::Label
107 position_ = 0;
112 position_
145 int position_; member in class:art::AssemblerFixup
[all...]
/art/compiler/optimizing/
H A Dssa_liveness_analysis.h114 position_(position),
125 size_t GetPosition() const { return position_; }
138 stream << position_; local
147 user_, environment_, input_index_, position_,
164 const size_t position_; member in class:art::UsePosition
/art/compiler/utils/mips/
H A Dassembler_mips.cc99 offset = label->position_;
115 offset = label->position_;
158 label->position_ = MipsAssembler::DecodeBranchOffset(next, is_jump);
/art/compiler/utils/arm/
H A Dassembler_thumb2.cc1626 Emit16(static_cast<uint16_t>(label->position_)); // Emit current label link.
1629 Emit16(static_cast<uint16_t>(label->position_)); // Emit current label link.
2180 uint16_t branchid = EmitCompareAndBranch(rn, static_cast<uint16_t>(label->position_), false);
2192 uint16_t branchid = EmitCompareAndBranch(rn, static_cast<uint16_t>(label->position_), true);
2292 label->position_ = next; // Move to next.
H A Dassembler_arm32.cc725 EmitType5(cond, label->position_, link);
1325 label->position_ = Arm32Assembler::DecodeBranchOffset(next);
/art/compiler/utils/mips64/
H A Dassembler_mips64.cc821 label->position_ = prev;
842 uint32_t prev = label->position_;
865 uint32_t prev = label->position_;
/art/compiler/utils/x86/
H A Dassembler_x86.cc1613 label->position_ = next;
1675 EmitInt32(label->position_);
/art/compiler/utils/x86_64/
H A Dassembler_x86_64.cc2102 label->position_ = next;
2172 EmitInt32(label->position_);

Completed in 105 milliseconds