Home
last modified time | relevance | path

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

/aosp12/art/runtime/gc/space/
H A Dimage_space.cc1660 size_t bcp_pos = 0; in MatchNamedComponents() local
1701 ++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()
2208 ++bcp_pos; in LoadOrValidate()
3336 size_t bcp_pos = 0u; in GetBootClassPathChecksums() local
3366 bcp_pos += num_dex_files; in GetBootClassPathChecksums()
3447 size_t bcp_pos = 0u; in VerifyBootClassPathChecksums() local
3473 for ( ; bcp_pos != bcp_size; ++bcp_pos) { in VerifyBootClassPathChecksums()
[all …]