Home
last modified time | relevance | path

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

/art/compiler/utils/arm/
Dassembler_thumb2.cc66 [fixups](FixupId dependency, FixupId dependent ATTRIBUTE_UNUSED) { in PrepareDependents()
84 [fixups, dependents](FixupId dependency, FixupId dependent) { in PrepareDependents() argument
86 dependents[fixups[dependency].dependents_start_] = dependent; in PrepareDependents()
131 Fixup* dependent = GetFixup(dependent_id); in AdjustFixupIfNeeded() local
132 dependent->IncreaseAdjustment(adjustment); in AdjustFixupIfNeeded()
133 if (buffer_.Load<int16_t>(dependent->GetLocation()) == 0) { in AdjustFixupIfNeeded()
134 buffer_.Store<int16_t>(dependent->GetLocation(), 1); in AdjustFixupIfNeeded()