Home
last modified time | relevance | path

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

/art/runtime/
Dprofiler.cc774 std::string methodname = info[0]; in ReadPrevious() local
800 previous_[methodname] = PreviousValue(total_count, size, context_map); in ReadPrevious()
862 const std::string& methodname = it->second[0]; in LoadFile() local
874 ProfileData curData = ProfileData(methodname, count, size, usedPercent, topKPercentage); in LoadFile()
875 profile_map_[methodname] = curData; in LoadFile()