Searched refs:target_label (Results 1 – 2 of 2) sorted by relevance
593 vixl::aarch64::Label* target_label = codegen->GetLabelOf(successors[i]); in EmitTable() local594 DCHECK(target_label->IsBound()); in EmitTable()595 ptrdiff_t jump_offset = target_label->GetLocation() - table_start_.GetLocation(); in EmitTable()
1908 vixl32::Label* target_label = codegen->GetLabelOf(successors[i]); in FixTable() local1909 DCHECK(target_label->IsBound()); in FixTable()1910 int32_t jump_offset = target_label->GetLocation() - table_start_.GetLocation(); in FixTable()