Home
last modified time | relevance | path

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

/art/tools/ahat/src/
DSiteHandler.java87 List<Site.ObjectsInfo> infos = site.getObjectsInfos(); in handle() local
92 Collections.sort(infos, compare); in handle()
94 = new SubsetSelector(query, OBJECTS_ALLOCATED_ID, infos); in handle()
/art/compiler/
Doat_writer.h205 void AddMethodDebugInfos(const std::vector<debug::MethodDebugInfo>& infos) { in AddMethodDebugInfos() argument
206 method_info_.insert(method_info_.end(), infos.begin(), infos.end()); in AddMethodDebugInfos()