Searched refs:target_label (Results 1 – 2 of 2) sorted by relevance
594 vixl::aarch64::Label* target_label = codegen->GetLabelOf(successors[i]); in EmitTable() local595 DCHECK(target_label->IsBound()); in EmitTable()596 ptrdiff_t jump_offset = target_label->GetLocation() - table_start_.GetLocation(); in EmitTable()
1909 vixl32::Label* target_label = codegen->GetLabelOf(successors[i]); in FixTable() local1910 DCHECK(target_label->IsBound()); in FixTable()1911 int32_t jump_offset = target_label->GetLocation() - table_start_.GetLocation(); in FixTable()