Home
last modified time | relevance | path

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

/art/tools/ahat/etc/
Dhprofdump.py200 group_name = readID(hprof) variable
/art/runtime/
Dthread.cc1812 std::string group_name; in DumpState() local
1849 group_name = (group_name_string != nullptr) ? group_name_string->ToModifiedUtf8() : "<null>"; in DumpState()
1883 os << " | group=\"" << group_name << "\"" in DumpState()