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.h495 vixl::aarch32::Label* block_entry_label = GetLabelOf(block); in GetAddressOf() local
496 DCHECK(block_entry_label->IsBound()); in GetAddressOf()
497 return block_entry_label->GetLocation(); in GetAddressOf()
Dcode_generator_arm64.h571 vixl::aarch64::Label* block_entry_label = GetLabelOf(block); in GetAddressOf() local
572 DCHECK(block_entry_label->IsBound()); in GetAddressOf()
573 return block_entry_label->GetLocation(); in GetAddressOf()