Home
last modified time | relevance | path

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

/art/compiler/utils/arm/
Dassembler_thumb2.h559 bool Relocate(uint32_t oldlocation, int32_t delta) { in Relocate() argument
560 if (location_ > oldlocation) { in Relocate()
564 if (target_ > oldlocation) { in Relocate()