Home
last modified time | relevance | path

Searched refs:position_ (Results 1 – 5 of 5) sorted by relevance

/art/compiler/utils/
Dassembler.h50 Label() : position_(0) {} in Label()
61 return IsBound() ? -position_ - kPointerSize : position_ - kPointerSize; in Position()
66 return position_ - kWordSize; in LinkPosition()
69 bool IsBound() const { return position_ < 0; } in IsBound()
70 bool IsUnused() const { return position_ == 0; } in IsUnused()
71 bool IsLinked() const { return position_ > 0; } in IsLinked()
74 int position_;
77 position_ = 0; in Reinitialize()
82 position_ = -position - kPointerSize; in BindTo()
88 position_ = position + kPointerSize; in LinkTo()
[all …]
/art/compiler/sea_ir/ir/
Dsea.h55 InstructionNode(NULL), register_no_(register_no), position_(signature_position) { } in SignatureNode()
62 return position_; in GetPositionInSignature()
76 const unsigned int position_; // The position of this parameter node is variable
/art/compiler/utils/mips/
Dassembler_mips.cc110 offset = label->position_; in EmitBranch()
126 offset = label->position_; in EmitJump()
169 label->position_ = MipsAssembler::DecodeBranchOffset(next, is_jump); in Bind()
/art/compiler/utils/x86/
Dassembler_x86.cc1301 label->position_ = next; in Bind()
1372 EmitInt32(label->position_); in EmitLabelLink()
/art/compiler/utils/arm/
Dassembler_arm.cc256 EmitType5(cond, label->position_, link); in EmitBranch()
1090 label->position_ = ArmAssembler::DecodeBranchOffset(next); in Bind()