HomeSort by relevance Sort by last modified time
    Searched refs:curEntry (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
SlotIndexes.cpp 120 for (IndexListEntry *curEntry = front(); curEntry != getTail();
121 curEntry = curEntry->getNext()) {
122 curEntry->setIndex(index);
127 // Renumber indexes locally after curEntry was inserted, but failed to get a new
129 void SlotIndexes::renumberIndexes(IndexListEntry *curEntry) {
134 IndexListEntry *start = curEntry->getPrev();
138 curEntry->setIndex(index += Space);
139 curEntry = curEntry->getNext()
    [all...]
  /frameworks/base/libs/utils/
ResourceTypes.cpp     [all...]

Completed in 208 milliseconds