Searched refs:link_offset (Results 1 – 2 of 2) sorted by relevance
225 ptrdiff_t link_offset = *links_it.Current(); in DeleteUnresolvedBranchInfoForLabel() local226 Instruction* link = masm_->GetInstructionAt(link_offset); in DeleteUnresolvedBranchInfoForLabel()230 BranchInfo branch_info(link_offset, label, link->GetBranchType()); in DeleteUnresolvedBranchInfoForLabel()
851 int link_offset = label->pos(); in DeleteUnresolvedBranchInfoForLabelTraverse() local856 Instruction * link = InstructionAt(link_offset); in DeleteUnresolvedBranchInfoForLabelTraverse()869 if (it->second.pc_offset_ == link_offset) { in DeleteUnresolvedBranchInfoForLabelTraverse()877 link_offset = link_offset + link_pcoffset; in DeleteUnresolvedBranchInfoForLabelTraverse()