Home
last modified time | relevance | path

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

/aosp12/art/libartbase/base/
H A Dfile_utils.h130 bool LocationIsOnArtModule(std::string_view location);
H A Dfile_utils.cc525 bool LocationIsOnArtModule(std::string_view full_path) { in LocationIsOnArtModule() function
/aosp12/art/runtime/
H A Dhidden_api.cc101 if (LocationIsOnArtModule(dex_location.c_str()) || in DetermineDomainFromLocation()
/aosp12/art/odrefresh/
H A Dodrefresh.cc265 if (!LocationIsOnArtModule(jar)) {
/aosp12/art/runtime/jit/
H A Djit.cc1428 if (LocationIsOnArtModule(dex_file->GetLocation().c_str())) { in CompileMethodsFromProfile()