Home
last modified time | relevance | path

Searched refs:IndexType (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Ddex_reference_collection.h31 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()
/art/libdexfile/dex/
Ddex_instruction.h129 enum IndexType : uint8_t { enum
211 IndexType index_type;
537 static IndexType IndexTypeOf(Code opcode) { in IndexTypeOf()