Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_manager.cc200 class DexFileAndClassPair : ValueObject { class
202 DexFileAndClassPair(const DexFile* dex_file, TypeIndexInfo* type_info, bool from_loaded_oat) in DexFileAndClassPair() function in art::DexFileAndClassPair
210 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()