Searched refs:kPcDisplacement (Results 1 – 4 of 4) sorted by relevance
38 static constexpr int32_t kPcDisplacement = 4; variable43 constexpr uint32_t kMaxMethodCallPositiveDisplacement = (1u << 24) - 2 + kPcDisplacement;44 constexpr uint32_t kMaxMethodCallNegativeDisplacement = (1u << 24) - kPcDisplacement;49 constexpr uint32_t kMaxBcondPositiveDisplacement = (1u << 20) - 2u + kPcDisplacement;50 constexpr uint32_t kMaxBcondNegativeDisplacement = (1u << 20) - kPcDisplacement;66 displacement -= kPcDisplacement; // The base PC is at the end of the 4-byte patch. in PatchCall()117 uint32_t disp = target_offset - (patch_offset + kPcDisplacement); in PatchBakerReadBarrierBranch()
32 displacement -= kPcDisplacement; // The base PC is at the end of the 4-byte patch. in PatchPcRelativeReference()
44 static constexpr int32_t kPcDisplacement = 4; variable
51 displacement -= kPcDisplacement; // The base PC is at the end of the 4-byte patch. in PatchCall()