Home | History | Annotate | Download | only in Orc

Lines Matching defs:StubSize

149   const unsigned StubSize = IndirectStubsInfo::StubSize;
153 unsigned NumPages = ((MinStubs * StubSize) + (PageSize - 1)) / PageSize;
154 unsigned NumStubs = (NumPages * PageSize) / StubSize;
231 const unsigned StubSize = IndirectStubsInfo::StubSize;
235 unsigned NumPages = ((MinStubs * StubSize) + (PageSize - 1)) / PageSize;
236 unsigned NumStubs = (NumPages * PageSize) / StubSize;
499 const unsigned StubSize = IndirectStubsInfo::StubSize;
503 unsigned NumPages = ((MinStubs * StubSize) + (PageSize - 1)) / PageSize;
504 unsigned NumStubs = (NumPages * PageSize) / StubSize;