Searched refs:link_offset (Results 1 – 2 of 2) sorted by relevance
811 int link_offset = label->pos(); in DeleteUnresolvedBranchInfoForLabelTraverse() local816 Instruction * link = InstructionAt(link_offset); in DeleteUnresolvedBranchInfoForLabelTraverse()828 if (it->second.pc_offset_ == link_offset) { in DeleteUnresolvedBranchInfoForLabelTraverse()836 link_offset = link_offset + link_pcoffset; in DeleteUnresolvedBranchInfoForLabelTraverse()
165 ptrdiff_t link_offset = *links_it.Current(); in DeleteUnresolvedBranchInfoForLabel() local166 Instruction* link = masm_->InstructionAt(link_offset); in DeleteUnresolvedBranchInfoForLabel()170 BranchInfo branch_info(link_offset, label, link->BranchType()); in DeleteUnresolvedBranchInfoForLabel()