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

  /external/llvm/include/llvm/CodeGen/
SlotIndexes.h 643 IndexListEntry *startEntry = nullptr;
647 startEntry = &indexList.back();
649 newItr = indexList.insertAfter(startEntry, endEntry);
651 startEntry = createEntry(nullptr, 0);
653 newItr = indexList.insert(endEntry, startEntry);
656 SlotIndex startIdx(startEntry, SlotIndex::Slot_Block);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
TreeMapExtendTest.java     [all...]

Completed in 225 milliseconds