Searched refs:IndexType (Results 1 – 2 of 2) sorted by relevance
31 template <class IndexType, template<typename Type> class Allocator>34 using VectorAllocator = Allocator<IndexType>;35 using IndexVector = std::vector<IndexType, VectorAllocator>;48 void AddReference(const DexFile* dex, IndexType index) { in AddReference()
129 enum IndexType : uint8_t { enum211 IndexType index_type;537 static IndexType IndexTypeOf(Code opcode) { in IndexTypeOf()