Home | History | Annotate | Download | only in arm

Lines Matching refs:Position

94     FixupId fixup_id = label->Position();                     // The id for linked Fixup.
192 int old_position = label->Position();
199 int old_position = label->Position();
219 // in small chunks, emit the code to its original position.
250 DCHECK_EQ(static_cast<size_t>(literal.GetLabel()->Position()), buffer_.Size());
278 DCHECK_EQ(static_cast<size_t>(table.GetLabel()->Position()), buffer_.Size());
279 int32_t anchor_position = table.GetAnchorLabel()->Position() + 4;
282 // Ensure that the label was tracked, so that it will have the right position.
286 int32_t offset = target->Position() - anchor_position;
2562 if (!use32bit && label->IsBound() && pc - label->Position() > kMaxT2BackwardDistance) {
2570 if (!use32bit && label->IsBound() && pc - label->Position() > kMaxT1BackwardDistance) {
2580 GetFixup(branch_id)->Resolve(label->Position());
3139 // condition and a shift position.
3150 // Set the IT condition in the given position for the given state. This is used
3876 // The anchor's position needs to be fixed up before we can compute offsets - so make it a tracked