Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc1660 size_t bcp_pos = 0; in MatchNamedComponents() local
1694 std::string path = GetBcpComponentPath(bcp_pos); in MatchNamedComponents()
1698 if (ExpandLocation(base_location, bcp_pos) == to_match) { in MatchNamedComponents()
1701 ++bcp_pos; in MatchNamedComponents()
1702 if (bcp_pos == bcp_component_count) { in MatchNamedComponents()
1710 profile_filename.insert(/*pos*/ 0u, GetBcpComponentPath(bcp_pos)); in MatchNamedComponents()
1714 location.bcp_index = bcp_pos; in MatchNamedComponents()
1717 ++bcp_pos; in MatchNamedComponents()
2101 size_t bcp_pos = 0u; in LoadOrValidate() local
2113 if (bcp_index < bcp_pos) { in LoadOrValidate()
[all …]