Home
last modified time | relevance | path

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

/art/libartbase/base/
Dfile_utils.h84 bool LocationIsOnRuntimeModule(const char* location);
Dfile_utils.cc367 bool LocationIsOnRuntimeModule(const char* full_path) { in LocationIsOnRuntimeModule() function
/art/runtime/
Dhidden_api.cc82 if (LocationIsOnRuntimeModule(dex_location.c_str()) || in DetermineDomainFromLocation()
/art/runtime/jit/
Djit.cc758 if (LocationIsOnRuntimeModule(dex_file->GetLocation().c_str())) { in CompileMethodsFromProfile()