Home
last modified time | relevance | path

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

/art/compiler/utils/arm/
Dassembler_thumb2.h576 bool Relocate(uint32_t oldlocation, int32_t delta) { in Relocate() argument
577 if (location_ > oldlocation) { in Relocate()
581 if (target_ > oldlocation) { in Relocate()