Home
last modified time | relevance | path

Searched refs:target_label (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_arm64.cc593 vixl::aarch64::Label* target_label = codegen->GetLabelOf(successors[i]); in EmitTable() local
594 DCHECK(target_label->IsBound()); in EmitTable()
595 ptrdiff_t jump_offset = target_label->GetLocation() - table_start_.GetLocation(); in EmitTable()
Dcode_generator_arm_vixl.cc1908 vixl32::Label* target_label = codegen->GetLabelOf(successors[i]); in FixTable() local
1909 DCHECK(target_label->IsBound()); in FixTable()
1910 int32_t jump_offset = target_label->GetLocation() - table_start_.GetLocation(); in FixTable()