Home
last modified time | relevance | path

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

/art/compiler/linker/arm/
Drelative_patcher_thumb2.h44 static constexpr int32_t kPcDisplacement = 4; variable
49 static constexpr uint32_t kMaxPositiveDisplacement = (1u << 24) - 2 + kPcDisplacement;
50 static constexpr uint32_t kMaxNegativeDisplacement = (1u << 24) - kPcDisplacement;
Drelative_patcher_thumb2.cc38 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.cc30 displacement -= kPcDisplacement; // The base PC is at the end of the 4-byte patch. in PatchDexCacheReference()
/art/compiler/linker/x86/
Drelative_patcher_x86_base.h41 static constexpr int32_t kPcDisplacement = 4; variable
Drelative_patcher_x86_base.cc42 displacement -= kPcDisplacement; // The base PC is at the end of the 4-byte patch. in PatchCall()