Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_arm_vixl.h464 vixl::aarch32::Label* block_entry_label = GetLabelOf(block); in GetAddressOf() local
465 DCHECK(block_entry_label->IsBound()); in GetAddressOf()
466 return block_entry_label->GetLocation(); in GetAddressOf()
Dcode_generator_arm64.h449 vixl::aarch64::Label* block_entry_label = GetLabelOf(block); in GetAddressOf() local
450 DCHECK(block_entry_label->IsBound()); in GetAddressOf()
451 return block_entry_label->GetLocation(); in GetAddressOf()