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.cc1494 /*out*/std::vector<NamedComponentLocation>* named_component_locations,
1654 /*out*/std::vector<NamedComponentLocation>* named_component_locations, in MatchNamedComponents() argument
1657 DCHECK(named_component_locations->empty()); in MatchNamedComponents()
1658 named_component_locations->reserve(named_components.size()); in MatchNamedComponents()
1716 named_component_locations->push_back(location); in MatchNamedComponents()
2093 std::vector<NamedComponentLocation> named_component_locations; in LoadOrValidate() local
2094 if (!MatchNamedComponents(named_components, &named_component_locations, error_msg)) { in LoadOrValidate()
2099 DCHECK_EQ(named_component_locations.size(), named_components.size()); in LoadOrValidate()
2104 const std::string& base_location = named_component_locations[i].base_location; in LoadOrValidate()
2105 size_t bcp_index = named_component_locations[i].bcp_index; in LoadOrValidate()
[all …]