Home
last modified time | relevance | path

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

/art/libartbase/base/
Dfile_utils.h98 bool LocationIsOnArtModule(const char* location);
Dfile_utils.cc389 bool LocationIsOnArtModule(const char* full_path) { in LocationIsOnArtModule() function
/art/runtime/
Dhidden_api.cc96 if (LocationIsOnArtModule(dex_location.c_str()) || in DetermineDomainFromLocation()
/art/runtime/jit/
Djit.cc1434 if (LocationIsOnArtModule(dex_file->GetLocation().c_str())) { in CompileMethodsFromProfile()