Lines Matching defs:position
159 DeferredRelocInfo(int position, RelocInfo::Mode rmode, intptr_t data)
160 : position_(position), rmode_(rmode), data_(data) {}
162 int position() const { return position_; }
221 void bind(Label* L); // binds an unbound label L to the current code position
224 // bound position. If already linked, returns the position of the prior link.
232 // Returns the branch offset to the given label from the current code position
233 // Links the label to the current position if it is still unbound
665 // ra is at the same bit position for the three cases below.
990 // Load the position of the label relative to the generated code object
994 // dst = base + label position + delta
1236 SourcePosition position, int id);
1380 // The relocation writer's position is at least kGap bytes below the end of
1413 // The bound position, before this we cannot do instruction elimination.