Searched refs:infos (Results 1 – 2 of 2) sorted by relevance
87 List<Site.ObjectsInfo> infos = site.getObjectsInfos(); in handle() local92 Collections.sort(infos, compare); in handle()94 = new SubsetSelector(query, OBJECTS_ALLOCATED_ID, infos); in handle()
205 void AddMethodDebugInfos(const std::vector<debug::MethodDebugInfo>& infos) { in AddMethodDebugInfos() argument206 method_info_.insert(method_info_.end(), infos.begin(), infos.end()); in AddMethodDebugInfos()