Home
last modified time | relevance | path

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

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