Searched refs:DexFileAndClassPair (Results 1 – 1 of 1) sorted by relevance
209 class DexFileAndClassPair : ValueObject { class211 DexFileAndClassPair(const DexFile* dex_file, TypeIndexInfo* type_info, bool from_loaded_oat) in DexFileAndClassPair() function in art::DexFileAndClassPair219 DexFileAndClassPair(const DexFileAndClassPair& rhs) = default;221 DexFileAndClassPair& operator=(const DexFileAndClassPair& rhs) = default;227 bool operator<(const DexFileAndClassPair& rhs) const { in operator <()280 static void AddNext(/*inout*/DexFileAndClassPair& original, in AddNext()281 /*inout*/std::priority_queue<DexFileAndClassPair>& heap) { in AddNext()314 std::priority_queue<DexFileAndClassPair> queue; in CheckClassCollision()331 DexFileAndClassPair compare_pop(queue.top()); in CheckClassCollision()336 DexFileAndClassPair top(queue.top()); in CheckClassCollision()