Searched refs:target_label (Results 1 – 2 of 2) sorted by relevance
557 vixl::aarch64::Label* target_label = codegen->GetLabelOf(successors[i]); in EmitTable() local558 DCHECK(target_label->IsBound()); in EmitTable()559 ptrdiff_t jump_offset = target_label->GetLocation() - table_start_.GetLocation(); in EmitTable()
1932 vixl32::Label* target_label = codegen->GetLabelOf(successors[i]); in FixTable() local1933 DCHECK(target_label->IsBound()); in FixTable()1934 int32_t jump_offset = target_label->GetLocation() - table_start_.GetLocation(); in FixTable()