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

  /external/llvm/include/llvm/CodeGen/
SlotIndexes.h 10 // This file implements SlotIndex and related classes. The purpose of SlotIndex
14 // SlotIndex is mostly a proxy for entries of the SlotIndexList, a class which
36 /// SlotIndex & SlotIndexes classes for the public interface to this
59 // poisoned, so that dangling SlotIndex access can be reliably detected.
91 /// SlotIndex - An opaque wrapper around machine indexes.
92 class SlotIndex {
121 SlotIndex(IndexListEntry *entry, unsigned slot)
137 /// Returns the slot for this SlotIndex.
150 SlotIndex() : lie(nullptr, 0) {
    [all...]
  /art/runtime/gc/allocator/
rosalloc.h 477 size_t SlotIndex(Slot* slot) const {
    [all...]

Completed in 747 milliseconds