HomeSort by relevance Sort by last modified time
    Searched refs:block_entry_label (Results 1 - 2 of 2) sorted by null

  /art/compiler/optimizing/
code_generator_arm64.h 423 vixl::aarch64::Label* block_entry_label = GetLabelOf(block); variable
424 DCHECK(block_entry_label->IsBound());
425 return block_entry_label->GetLocation();
    [all...]
code_generator_arm_vixl.h 456 vixl::aarch32::Label* block_entry_label = GetLabelOf(block); variable
457 DCHECK(block_entry_label->IsBound());
458 return block_entry_label->GetLocation();
    [all...]

Completed in 60 milliseconds