Lines Matching refs:dex_file_location
277 std::string dex_file_location(dex_file_location_data, dex_file_location_size); in Setup() local
284 dex_file_location.c_str()); in Setup()
291 "file offset", GetLocation().c_str(), i, dex_file_location.c_str()); in Setup()
297 dex_file_location.c_str(), dex_file_offset, Size()); in Setup()
304 dex_file_location.c_str()); in Setup()
312 dex_file_location.c_str(), dex_file_pointer); in Setup()
318 dex_file_location.c_str(), dex_file_pointer); in Setup()
328 dex_file_location.c_str()); in Setup()
332 std::string canonical_location = DexFile::GetDexCanonicalLocation(dex_file_location.c_str()); in Setup()
336 dex_file_location, in Setup()
346 if (canonical_location != dex_file_location) { in Setup()
441 const std::string& dex_file_location, in OatDexFile() argument
447 dex_file_location_(dex_file_location), in OatDexFile()