Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_arm64.h370 vixl::Label* block_entry_label = GetLabelOf(block); in GetAddressOf() local
371 DCHECK(block_entry_label->IsBound()); in GetAddressOf()
372 return block_entry_label->location(); in GetAddressOf()