Home
last modified time | relevance | path

Searched refs:ProfileFilterFnAcceptAll (Results 1 – 3 of 3) sorted by relevance

/art/profman/
Dprofile_assistant.h58 = ProfileCompilationInfo::ProfileFilterFnAcceptAll);
64 = ProfileCompilationInfo::ProfileFilterFnAcceptAll);
/art/runtime/jit/
Dprofile_compilation_info.h316 static bool ProfileFilterFnAcceptAll(const std::string& dex_location, uint32_t checksum);
321 const ProfileLoadFilterFn& filter_fn = ProfileFilterFnAcceptAll);
721 const ProfileLoadFilterFn& filter_fn = ProfileFilterFnAcceptAll);
Dprofile_compilation_info.cc2102 bool ProfileCompilationInfo::ProfileFilterFnAcceptAll( in ProfileFilterFnAcceptAll() function in art::ProfileCompilationInfo