Lines Matching refs:GetLocation

433                               oat_file->GetLocation().c_str(),  in ReadIndexBssMapping()
454 oat_file->GetLocation().c_str(), in ReadIndexBssMapping()
470 std::string dex_location = dex_file->GetLocation(); in Setup()
495 GetLocation().c_str(), in Setup()
505 GetLocation().c_str(), in Setup()
516 GetLocation().c_str(), in Setup()
529 GetLocation().c_str(), in Setup()
542 GetLocation().c_str(), in Setup()
555 GetLocation().c_str(), in Setup()
566 GetLocation().c_str(), in Setup()
582 GetLocation().c_str(), in Setup()
588 GetLocation().c_str(), in Setup()
595 GetLocation().c_str(), in Setup()
612 GetLocation().c_str(), in Setup()
624 GetLocation().c_str(), in Setup()
639 GetLocation().c_str(), in Setup()
662 GetLocation().c_str(), in Setup()
672 GetLocation().c_str(), in Setup()
680 GetLocation().c_str(), in Setup()
693 GetLocation().c_str(), in Setup()
743 GetLocation().c_str(), in Setup()
760 GetLocation().c_str(), in Setup()
768 GetLocation().c_str(), in Setup()
783 GetLocation().c_str(), in Setup()
792 GetLocation().c_str(), in Setup()
802 GetLocation().c_str(), in Setup()
815 GetLocation().c_str(), in Setup()
824 GetLocation().c_str(), in Setup()
835 GetLocation().c_str(), in Setup()
848 GetLocation().c_str(), in Setup()
862 GetLocation().c_str(), in Setup()
875 GetLocation().c_str(), in Setup()
924 GetLocation().c_str(), in Setup()
947 GetLocation().c_str()); in Setup()
1844 + " (canonical path " + dex_canonical_location + ") in OatFile " + GetLocation(); in GetOatDexFile()
1856 + " (canonical path " + dex_canonical_location + ") in OatFile " + GetLocation() in GetOatDexFile()
1975 CHECK_LT(oat_class_pointer, oat_file_->End()) << oat_file_->GetLocation(); in GetOatClass()
1978 CHECK_LT(status_pointer, oat_file_->End()) << oat_file_->GetLocation(); in GetOatClass()
1981 << " at " << oat_file_->GetLocation(); in GetOatClass()
1984 CHECK_LT(type_pointer, oat_file_->End()) << oat_file_->GetLocation(); in GetOatClass()
1986 CHECK_LT(type, kOatClassMax) << oat_file_->GetLocation(); in GetOatClass()
1989 CHECK_LE(after_type_pointer, oat_file_->End()) << oat_file_->GetLocation(); in GetOatClass()
1998 CHECK_LE(bitmap_pointer, oat_file_->End()) << oat_file_->GetLocation(); in GetOatClass()
2003 CHECK_LE(methods_pointer, oat_file_->End()) << oat_file_->GetLocation(); in GetOatClass()