Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc1908 size_t bcp_pos = 0; in MatchNamedComponents() local
1942 std::string path = GetBcpComponentPath(bcp_pos); in MatchNamedComponents()
1946 if (ExpandLocation(base_location, bcp_pos) == to_match) { in MatchNamedComponents()
1949 ++bcp_pos; in MatchNamedComponents()
1950 if (bcp_pos == bcp_component_count) { in MatchNamedComponents()
1958 profile_filename.insert(/*pos*/ 0u, GetBcpComponentPath(bcp_pos)); in MatchNamedComponents()
1962 location.bcp_index = bcp_pos; in MatchNamedComponents()
1965 ++bcp_pos; in MatchNamedComponents()
2349 size_t bcp_pos = 0u; in LoadOrValidate() local
2361 if (bcp_index < bcp_pos) { in LoadOrValidate()
[all …]