Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc1738 /*out*/std::vector<NamedComponentLocation>* named_component_locations,
1902 /*out*/std::vector<NamedComponentLocation>* named_component_locations, in MatchNamedComponents() argument
1905 DCHECK(named_component_locations->empty()); in MatchNamedComponents()
1906 named_component_locations->reserve(named_components.size()); in MatchNamedComponents()
1964 named_component_locations->push_back(location); in MatchNamedComponents()
2341 std::vector<NamedComponentLocation> named_component_locations; in LoadOrValidate() local
2342 if (!MatchNamedComponents(named_components, &named_component_locations, error_msg)) { in LoadOrValidate()
2347 DCHECK_EQ(named_component_locations.size(), named_components.size()); in LoadOrValidate()
2352 const std::string& base_location = named_component_locations[i].base_location; in LoadOrValidate()
2353 size_t bcp_index = named_component_locations[i].bcp_index; in LoadOrValidate()
[all …]