Home
last modified time | relevance | path

Searched refs:GetLocation (Results 26 – 50 of 81) sorted by relevance

1234

/art/libprofile/profile/
Dprofile_compilation_info.cc684 std::string profile_key = GetProfileDexFileBaseKey(dex_file->GetLocation()); in FindDexDataUsingAnnotations()
694 std::string profile_key = GetProfileDexFileAugmentedKey(dex_file->GetLocation(), annotation); in FindDexDataUsingAnnotations()
704 std::string profile_key = GetProfileDexFileBaseKey(dex_file->GetLocation()); in FindAllDexData()
1110 key_to_dex_file.emplace(GetProfileDexFileBaseKey(dex_file->GetLocation()), dex_file); in VerifyProfileData()
1120 const std::string& dex_location = dex_file->GetLocation(); in VerifyProfileData()
1684 if (GetBaseKeyFromAugmentedKey(dex_data->profile_key) == current->GetLocation() && in DumpInfo()
1869 const std::string& profile_key = dex_file->GetLocation(); in GenerateTestProfile()
2129 << type_idx.index_ << " in dex " << dex_file->GetLocation(); in GetClassDescriptors()
2136 VLOG(compiler) << "Failed to find profile data for " << dex_file->GetLocation(); in GetClassDescriptors()
2178 std::string new_profile_key = GetProfileDexFileBaseKey(dex_file->GetLocation()); in UpdateProfileKeys()
Dprofile_compilation_info.h103 profile_key == GetProfileDexFileBaseKey(dex_file->GetLocation()); in MatchesDex()
695 return GetOrAddDexFileData(GetProfileDexFileAugmentedKey(dex_file->GetLocation(), annotation), in GetOrAddDexFileData()
Dprofile_compilation_info_test.cc1006 return (dex_location == dex1->GetLocation() && checksum == dex1->GetLocationChecksum()) in TEST_F()
1007 || (dex_location == dex3->GetLocation() && checksum == dex3->GetLocationChecksum()); in TEST_F()
1064 dex1->GetLocation(), dex1->GetLocationChecksum(), dex1->NumMethodIds()); in TEST_F()
1066 dex3->GetLocation(), dex3->GetLocationChecksum(), dex3->NumMethodIds()); in TEST_F()
1170 return (dex_location == dex2->GetLocation() && checksum == dex2->GetLocationChecksum()); in TEST_F()
/art/libdexfile/dex/
Ddex_file_tracking_registrar.cc86 LOG(ERROR) << "RegisterDexFile: " << dex_file_->GetLocation() + " @ " << std::hex in SetDexSections()
Ddex_file-inl.h49 DCHECK(utf16_length != nullptr) << GetLocation(); in GetStringDataAndUtf16Length()
354 GetLocation(), in DecodeDebugLocalInfo()
/art/runtime/
Dclass_loader_context.cc515 info->classpath.push_back(dex->GetLocation()); in OpenDexFiles()
701 DexFileLoader::GetBaseLocation(dex_file->GetLocation())).second; in EncodeContextInternal()
707 std::string location = dex_file->GetLocation(); in EncodeContextInternal()
1143 : dex_file->GetLocation()); in CreateInfoFromClassLoader()
1219 results.emplace(DexFileLoader::GetBaseLocation(dex_file->GetLocation()), in EncodeClassPathContextsForClassLoader()
1428 && AreDexNameMatching(info->classpath[k], dex_file->GetLocation())) { in CheckForDuplicateDexFiles()
Dstack_map.h227 ALWAYS_INLINE DexRegisterLocation GetLocation() const { in BIT_TABLE_HEADER()
332 : dex_register_catalog_.GetRow(index).GetLocation(); in GetDexRegisterCatalogEntry()
Dhidden_api.cc82 os << value.GetDexFile()->GetLocation(); in operator <<()
127 Domain dex_domain = DetermineDomainFromLocation(dex_file.GetLocation(), class_loader); in InitializeDexFileDomain()
Dclass_linker.cc573 << klass->GetLocation() << "\n" << Thread::Current()->GetException()->Dump(); in VlogClassInitializationFailure()
1846 oat_file->GetLocation().c_str(), in OpenOatDexFile()
1872 std::string dex_file_location(dex_cache->GetLocation()->ToModifiedUtf8()); in OpenImageDexFiles()
2066 << klass->PrettyDescriptor() << " " << dex_cache->GetDexFile()->GetLocation(); in VerifyAppImage()
2133 std::string dex_file_location = dex_cache->GetLocation()->ToModifiedUtf8(); in AddImageSpace()
2601 ObjPtr<mirror::String> location = intern_table_->InternWeak(dex_file.GetLocation().c_str()); in AllocDexCache()
4014 << klass->PrettyDescriptor() << " in dex file " << dex_file.GetLocation(); in LoadMethod()
4036 CHECK(dex_cache != nullptr) << "Failed to allocate dex cache for " << dex_file->GetLocation(); in AppendToBootClassPath()
4043 CHECK(dex_cache != nullptr) << dex_file->GetLocation(); in AppendToBootClassPath()
4054 CHECK(dex_cache != nullptr) << dex_file.GetLocation(); in RegisterDexFileLocked()
[all …]
Dclass_loader_context_test.cc158 std::string expected_location = expected_dex_file->GetLocation(); in VerifyOpenDexFiles()
160 const std::string& opened_location = opened_dex_file->GetLocation(); in VerifyOpenDexFiles()
210 ASSERT_EQ(expected_dex_files[i]->GetLocation(), in VerifyClassLoaderDexFiles()
211 class_loader_dex_files[i]->GetLocation()); in VerifyClassLoaderDexFiles()
1632 VerifyClassLoaderPCL(context.get(), 0, dex_files[0]->GetLocation()); in TEST_F()
1634 VerifyClassLoaderSharedLibraryPCL(context.get(), 0, 0, dex_files[0]->GetLocation()); in TEST_F()
Doat_file.h181 const std::string& GetLocation() const { in GetLocation() function
Doat_file_assistant_test.cc1357 std::string stored_dex_location = dex_files[0]->GetLocation(); in TEST_F()
1376 std::string oat_stored_dex_location = dex_files[0]->GetLocation(); in TEST_F()
1422 std::string stored_dex_location = dex_files_first[0]->GetLocation(); in TEST_F()
1452 std::string oat_stored_dex_location = dex_files_second[0]->GetLocation(); in TEST_F()
/art/dex2oat/linker/
Dimage_test.h166 out_helper.dex_file_locations.push_back(dex_file->GetLocation()); in DoCompile()
253 dex_file->GetLocation().c_str(), in DoCompile()
/art/dexlayout/
Ddexdiag.cc284 << dex_file->GetLocation().c_str() in ProcessOneDexMapping()
294 << dex_file->GetLocation().c_str() in ProcessOneDexMapping()
Ddexlayout_test.cc799 dex_file->GetLocation().c_str(), in TEST_F()
811 dex_file->GetLocation().c_str(), in TEST_F()
/art/runtime/entrypoints/quick/
Dquick_dexcache_entrypoints.cc67 << oat_file->GetLocation(); in StoreObjectInBss()
/art/dex2oat/
Ddex2oat.cc1793 if (bcp_df_pos == bcp_df_end || bcp_dex_files[bcp_df_pos]->GetLocation() != bcp_location) { in Setup()
1797 CHECK(!DexFileLoader::IsMultiDexLocation(bcp_dex_files[bcp_df_pos]->GetLocation().c_str())); in Setup()
1800 DexFileLoader::IsMultiDexLocation(bcp_dex_files[bcp_df_pos]->GetLocation().c_str())) { in Setup()
1806 << bcp_dex_files[bcp_df_pos]->GetLocation(); in Setup()
2003 VLOG(compiler) << "Compiling " << dex_file->GetLocation(); in CompileDexFilesIndividually()
2080 std::string dex_location = dex_file->GetLocation(); in Compile()
2083 size_t last_slash = dex_file->GetLocation().rfind('/'); in Compile()
2090 VLOG(compiler) << "Disabling inlining from " << dex_file->GetLocation(); in Compile()
2176 LOG(FATAL) << "Failed to register dex file " << dex_file->GetLocation() << " " in CompileDexFiles()
/art/runtime/verifier/
Dclass_verifier.cc173 failure_message = " that isn't present in dex file " + dex_file.GetLocation(); in CommonVerifyClass()
/art/tools/hiddenapi/
Dhiddenapi.cc138 LOG(FATAL) << "Class duplication: " << GetDescriptor() << " in " << dex_file_.GetLocation() in Equals()
139 << " and " << other.dex_file_.GetLocation(); in Equals()
532 << dex_klass.GetDexFile().GetLocation() << "\" was not found. " in BuildClassHierarchy()
/art/runtime/jit/
Dprofiling_info_test.cc176 class_ref.dex_file->GetLocation()); in ConvertProfileMethodInfo()
/art/openjdkjvmti/
Dtransform.cc373 *location = dex.GetLocation(); in GetClassLocation()
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h104 << " in " << method->GetDexFile()->GetLocation() << "/" in GetResolvedMethod()
107 << " in " << inlined_method->GetDexFile()->GetLocation() << "/" in GetResolvedMethod()
/art/perfetto_hprof/
Dperfetto_hprof.cc581 klass->GetLocation())); in DumpPerfetto()
601 obj->AsClass()->GetLocation())); in DumpPerfetto()
/art/dex2oat/driver/
Dcompiler_driver.cc607 << "[" << method_ref.dex_file->GetLocation() << "]" in CompileMethodQuick()
1572 << dex_file.GetLocation() << " previously found in " in SkipClass()
1573 << original_dex_file.GetLocation(); in SkipClass()
1883 CHECK_EQ(result, ClassStateTable::kInsertResultSuccess) << ref.dex_file->GetLocation(); in FastVerify()
2724 SCOPED_TRACE << "compile " << dex_file.GetLocation() << "@" << class_def_index; in CompileDexFile()
2909 CHECK_NE(ref.dex_file, dex_file) << ref.dex_file->GetLocation(); in RecordClassStatus()
2926 CHECK(result != ClassStateTable::kInsertResultInvalidDexFile) << ref.dex_file->GetLocation(); in RecordClassStatus()
/art/runtime/native/
Ddalvik_system_DexFile.cc841 std::string oat_filename = best_oat_file->GetLocation(); in DexFile_getDexFileOutputPaths()
842 std::string vdex_filename = GetVdexFilename(best_oat_file->GetLocation()); in DexFile_getDexFileOutputPaths()

1234