Searched refs:link_offset (Results 1 – 2 of 2) sorted by relevance
817 int link_offset = label->pos(); in DeleteUnresolvedBranchInfoForLabelTraverse() local822 Instruction * link = InstructionAt(link_offset); in DeleteUnresolvedBranchInfoForLabelTraverse()835 if (it->second.pc_offset_ == link_offset) { in DeleteUnresolvedBranchInfoForLabelTraverse()843 link_offset = link_offset + link_pcoffset; in DeleteUnresolvedBranchInfoForLabelTraverse()
182 ptrdiff_t link_offset = *links_it.Current(); in DeleteUnresolvedBranchInfoForLabel() local183 Instruction* link = masm_->InstructionAt(link_offset); in DeleteUnresolvedBranchInfoForLabel()187 BranchInfo branch_info(link_offset, label, link->BranchType()); in DeleteUnresolvedBranchInfoForLabel()