Lines Matching defs:position
204 DeferredRelocInfo(int position, RelocInfo::Mode rmode, intptr_t data)
205 : position_(position), rmode_(rmode), data_(data) {}
207 int position() const { return position_; }
261 void bind(Label* L); // binds an unbound label L to the current code position
264 // bound position. If already linked, returns the position of the prior link.
268 // Returns the branch offset to the given label from the current code position
269 // Links the label to the current position if it is still unbound
1309 SourcePosition position, int id);
1364 // The relocation writer's position is at least kGap bytes below the end of
1397 // The bound position, before this we cannot do instruction elimination.