Searched defs:DexFileAndClassPair (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dclass_linker.cc703 class DexFileAndClassPair : ValueObject { class in namespace:art
705 DexFileAndClassPair(const DexFile* dex_file, size_t current_class_index, bool from_loaded_oat) function in class:art::DexFileAndClassPair
711 DexFileAndClassPair(const DexFileAndClassPair&) = default;
713 DexFileAndClassPair& operator=(const DexFileAndClassPair& rhs) {
725 bool operator<(const DexFileAndClassPair& rhs) const {
741 DexFileAndClassPair GetNext() const {
742 return DexFileAndClassPair(dex_file_, current_class_index_ + 1, from_loaded_oat_);
778 std::priority_queue<DexFileAndClassPair>* hea
[all...]

Completed in 73 milliseconds