Searched refs:block_entry_label (Results 1 – 2 of 2) sorted by relevance
578 vixl::aarch32::Label* block_entry_label = GetLabelOf(block); in GetAddressOf() local579 DCHECK(block_entry_label->IsBound()); in GetAddressOf()580 return block_entry_label->GetLocation(); in GetAddressOf()
649 vixl::aarch64::Label* block_entry_label = GetLabelOf(block); in GetAddressOf() local650 DCHECK(block_entry_label->IsBound()); in GetAddressOf()651 return block_entry_label->GetLocation(); in GetAddressOf()