Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc1590 size_t bcp_pos = 0; in MatchNamedComponents() local
1627 std::string path = GetBcpComponentPath(bcp_pos); in MatchNamedComponents()
1631 if (ExpandLocation(base_location, bcp_pos) == to_match) { in MatchNamedComponents()
1634 ++bcp_pos; in MatchNamedComponents()
1635 if (bcp_pos == bcp_component_count) { in MatchNamedComponents()
1644 profile_filename.insert(/*pos*/ 0u, GetBcpComponentPath(bcp_pos)); in MatchNamedComponents()
1649 location.bcp_index = bcp_pos; in MatchNamedComponents()
1652 ++bcp_pos; in MatchNamedComponents()
2097 size_t bcp_pos = 0u; in Load() local
2104 if (bcp_index < bcp_pos) { in Load()
[all …]