Searched refs:MaxSled (Results 1 – 1 of 1) sorted by relevance
302 auto *MaxSled = &InstrMap.Sleds[InstrMap.Entries - 1]; in controlPatching() local307 if (Sled.address() > MaxSled->address()) in controlPatching()308 MaxSled = &Sled; in controlPatching()322 (MaxSled->address() - reinterpret_cast<uptr>(PageAlignedAddr)) + in controlPatching()382 auto *MaxSled = e - 1; in mprotectAndPatchFunction() local386 if (f->address() > MaxSled->address()) in mprotectAndPatchFunction()387 MaxSled = f; in mprotectAndPatchFunction()394 (MaxSled->address() - reinterpret_cast<uptr>(PageAlignedAddr)) + in mprotectAndPatchFunction()