Searched refs:LocationIsOnArtModule (Results 1 – 5 of 5) sorted by relevance
130 bool LocationIsOnArtModule(std::string_view location);
525 bool LocationIsOnArtModule(std::string_view full_path) { in LocationIsOnArtModule() function
101 if (LocationIsOnArtModule(dex_location.c_str()) || in DetermineDomainFromLocation()
265 if (!LocationIsOnArtModule(jar)) {
1428 if (LocationIsOnArtModule(dex_file->GetLocation().c_str())) { in CompileMethodsFromProfile()