Home
last modified time | relevance | path

Searched refs:IsProfileFile (Results 1 – 2 of 2) sorted by relevance

/art/runtime/jit/
Dprofile_compilation_info.h429 bool IsProfileFile(int fd);
Dprofile_compilation_info.cc1172 if (IsProfileFile(fd)) { in OpenSource()
2048 bool ProfileCompilationInfo::IsProfileFile(int fd) { in IsProfileFile() function in art::ProfileCompilationInfo