Searched refs:kPcDisplacement (Results 1 – 4 of 4) sorted by relevance
37 static constexpr int32_t kPcDisplacement = 4; variable42 constexpr uint32_t kMaxMethodCallPositiveDisplacement = (1u << 24) - 2 + kPcDisplacement;43 constexpr uint32_t kMaxMethodCallNegativeDisplacement = (1u << 24) - kPcDisplacement;48 constexpr uint32_t kMaxBcondPositiveDisplacement = (1u << 20) - 2u + kPcDisplacement;49 constexpr uint32_t kMaxBcondNegativeDisplacement = (1u << 20) - kPcDisplacement;109 uint32_t disp = target_offset - (patch_offset + kPcDisplacement); in PatchBakerReadBarrierBranch()142 displacement -= kPcDisplacement; // The base PC is at the end of the 4-byte patch. in PatchBl()
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()
32 displacement -= kPcDisplacement; // The base PC is at the end of the 4-byte patch. in PatchPcRelativeReference()