Home
last modified time | relevance | path

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

/art/compiler/linker/arm/
Drelative_patcher_thumb2.h50 static constexpr uint32_t kMaxNegativeDisplacement = (1u << 24) - kPcDisplacement; variable
Drelative_patcher_thumb2.cc28 kMaxPositiveDisplacement, kMaxNegativeDisplacement) { in Thumb2RelativePatcher()
/art/compiler/linker/arm64/
Drelative_patcher_arm64.h56 static constexpr uint32_t kMaxNegativeDisplacement = (1u << 27); variable
Drelative_patcher_arm64.cc33 kMaxPositiveDisplacement, kMaxNegativeDisplacement), in Arm64RelativePatcher()