Searched refs:entryIndex (Results 1 – 4 of 4) sorted by relevance
148 size_t entryIndex; member558 page.entryIndex = i; in finalize()584 page.entryCount = i - page.entryIndex; in finalize()594 cuIndices.size() - page.entryIndex); in finalize()595 i = page.entryIndex + page.entryCount; in finalize()654 size_t idx = cuIndices[page.entryIndex]; in writeTo()688 cuEntries[cuIndices[page.entryIndex]].functionAddress; in writeTo()702 cuEntries[cuIndices[page.entryIndex + i]]; in writeTo()722 cuEntries[cuIndices[page.entryIndex + i]]; in writeTo()
609 void setActiveEntry(int entryIndex) {610 assert(entryIndex >= 0 && entryIndex < (int)entryPointList.size() &&612 activeEntry = entryIndex;
418 for (std::size_t entryIndex = entryPointList.size() - 1; in addEvaluation() local419 entryIndex && !entryPointList[entryIndex].second->lexicalSuccessor; in addEvaluation()420 --entryIndex) in addEvaluation()422 entryPointList[entryIndex].second->lexicalSuccessor = p; in addEvaluation()1007 for (int entryIndex = 0; entryIndex < entryCount; ++entryIndex) { in processEntryPoints() local1008 unit->setActiveEntry(entryIndex); in processEntryPoints()
247 for (int entryIndex = 0, last = funit.entryPointList.size(); in declareFunction() local248 entryIndex < last; ++entryIndex) { in declareFunction()249 funit.setActiveEntry(entryIndex); in declareFunction()2918 for (int entryIndex = 0, last = funit.entryPointList.size(); in lowerFunc() local2919 entryIndex < last; ++entryIndex) { in lowerFunc()2920 funit.setActiveEntry(entryIndex); in lowerFunc()