Home
last modified time | relevance | path

Searched defs:kMaxNegativeDisplacement (Results 1 – 2 of 2) sorted by relevance

/art/compiler/linker/arm/
Drelative_patcher_thumb2.h54 static constexpr uint32_t kMaxNegativeDisplacement = (1u << 24) - kPcDisplacement; variable
/art/compiler/linker/arm64/
Drelative_patcher_arm64.h61 static constexpr uint32_t kMaxNegativeDisplacement = (1u << 27); variable