Home
last modified time | relevance | path

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

/art/compiler/linker/arm/
Drelative_patcher_thumb2.h48 static constexpr int32_t kPcDisplacement = 4; variable
53 static constexpr uint32_t kMaxPositiveDisplacement = (1u << 24) - 2 + kPcDisplacement;
54 static constexpr uint32_t kMaxNegativeDisplacement = (1u << 24) - kPcDisplacement;
Drelative_patcher_thumb2.cc40 displacement -= kPcDisplacement; // The base PC is at the end of the 4-byte patch. in PatchCall()
/art/compiler/linker/x86_64/
Drelative_patcher_x86_64.cc31 displacement -= kPcDisplacement; // The base PC is at the end of the 4-byte patch. in PatchPcRelativeReference()
/art/compiler/linker/x86/
Drelative_patcher_x86_base.h43 static constexpr int32_t kPcDisplacement = 4; variable
Drelative_patcher_x86_base.cc44 displacement -= kPcDisplacement; // The base PC is at the end of the 4-byte patch. in PatchCall()