Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc1584 /*out*/std::vector<NamedComponentLocation>* named_component_locations, in MatchNamedComponents() argument
1587 DCHECK(named_component_locations->empty()); in MatchNamedComponents()
1588 named_component_locations->reserve(named_components.size()); in MatchNamedComponents()
1651 named_component_locations->push_back(location); in MatchNamedComponents()
2089 std::vector<NamedComponentLocation> named_component_locations; in Load() local
2090 if (!MatchNamedComponents(named_components, &named_component_locations, error_msg)) { in Load()
2095 DCHECK_EQ(named_component_locations.size(), named_components.size()); in Load()
2099 const std::string& base_location = named_component_locations[i].base_location; in Load()
2100 size_t bcp_index = named_component_locations[i].bcp_index; in Load()
2102 named_component_locations[i].profile_filenames; in Load()
[all …]
Dimage_space.h421 /*out*/ std::vector<NamedComponentLocation>* named_component_locations,