Searched refs:DexFileAndClassPair (Results 1 – 1 of 1) sorted by relevance
200 class DexFileAndClassPair : ValueObject { class202 DexFileAndClassPair(const DexFile* dex_file, TypeIndexInfo* type_info, bool from_loaded_oat) in DexFileAndClassPair() function in art::DexFileAndClassPair210 DexFileAndClassPair(const DexFileAndClassPair& rhs) = default;212 DexFileAndClassPair& operator=(const DexFileAndClassPair& rhs) = default;218 bool operator<(const DexFileAndClassPair& rhs) const { in operator <()271 static void AddNext(/*inout*/DexFileAndClassPair& original, in AddNext()272 /*inout*/std::priority_queue<DexFileAndClassPair>& heap) { in AddNext()293 std::priority_queue<DexFileAndClassPair> queue; in CollisionCheck()310 DexFileAndClassPair compare_pop(queue.top()); in CollisionCheck()315 DexFileAndClassPair top(queue.top()); in CollisionCheck()