Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_arm64.cc557 vixl::aarch64::Label* target_label = codegen->GetLabelOf(successors[i]); in EmitTable() local
558 DCHECK(target_label->IsBound()); in EmitTable()
559 ptrdiff_t jump_offset = target_label->GetLocation() - table_start_.GetLocation(); in EmitTable()
Dcode_generator_arm_vixl.cc1932 vixl32::Label* target_label = codegen->GetLabelOf(successors[i]); in FixTable() local
1933 DCHECK(target_label->IsBound()); in FixTable()
1934 int32_t jump_offset = target_label->GetLocation() - table_start_.GetLocation(); in FixTable()