Searched refs:position_ (Results 1 – 5 of 5) sorted by relevance
50 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 …]
55 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
110 offset = label->position_; in EmitBranch()126 offset = label->position_; in EmitJump()169 label->position_ = MipsAssembler::DecodeBranchOffset(next, is_jump); in Bind()
1301 label->position_ = next; in Bind()1372 EmitInt32(label->position_); in EmitLabelLink()
256 EmitType5(cond, label->position_, link); in EmitBranch()1090 label->position_ = ArmAssembler::DecodeBranchOffset(next); in Bind()