Home
last modified time | relevance | path

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

/art/dexoptanalyzer/
Ddexoptanalyzer.cc401 size_t bcp_component_count = 0; in ValidateBcp() local
423 bcp_component_count += image_space->GetComponentCount(); in ValidateBcp()
428 if (bcp_component_count != bcp_locations.size()) { in ValidateBcp()
429 for (size_t i = bcp_component_count; i < bcp_locations.size(); ++i) { in ValidateBcp()
/art/runtime/gc/space/
Dimage_space.cc1659 size_t bcp_component_count = boot_class_path_.size(); in MatchNamedComponents() local
1702 if (bcp_pos == bcp_component_count) { in MatchNamedComponents()
1785 size_t bcp_component_count = boot_class_path_.size(); in ValidateHeader() local
1786 DCHECK_LT(bcp_index, bcp_component_count); in ValidateHeader()
1787 size_t allowed_component_count = bcp_component_count - bcp_index; in ValidateHeader()
1860 size_t bcp_component_count = boot_class_path_.size(); in CompileExtension() local
1861 DCHECK_LT(bcp_index, bcp_component_count); in CompileExtension()
1913 for (; bcp_end != bcp_component_count; ++bcp_end) { in CompileExtension()
2100 const size_t bcp_component_count = boot_class_path_.size(); in LoadOrValidate() local
2169 while (bcp_pos != bcp_component_count) { in LoadOrValidate()