Home | History | Annotate | Download | only in Orc

Lines Matching defs:StubSize

148   const unsigned StubSize = IndirectStubsInfo::StubSize;
152 unsigned NumPages = ((MinStubs * StubSize) + (PageSize - 1)) / PageSize;
153 unsigned NumStubs = (NumPages * PageSize) / StubSize;
230 const unsigned StubSize = IndirectStubsInfo::StubSize;
234 unsigned NumPages = ((MinStubs * StubSize) + (PageSize - 1)) / PageSize;
235 unsigned NumStubs = (NumPages * PageSize) / StubSize;
498 const unsigned StubSize = IndirectStubsInfo::StubSize;
502 unsigned NumPages = ((MinStubs * StubSize) + (PageSize - 1)) / PageSize;
503 unsigned NumStubs = (NumPages * PageSize) / StubSize;