Home
last modified time | relevance | path

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

/art/runtime/
Dprofiler.h278 bool GetProfileData(ProfileData* data, const std::string& method_name);
Dprofiler.cc881 bool ProfileFile::GetProfileData(ProfileFile::ProfileData* data, const std::string& method_name) { in GetProfileData() function in art::ProfileFile