Searched refs:bcp_component_count (Results 1 – 1 of 1) sorted by relevance
1589 size_t bcp_component_count = boot_class_path_.size(); in MatchNamedComponents() local1635 if (bcp_pos == bcp_component_count) { in MatchNamedComponents()1720 size_t bcp_component_count = boot_class_path_.size(); in ValidateHeader() local1721 DCHECK_LT(bcp_index, bcp_component_count); in ValidateHeader()1722 size_t allowed_component_count = bcp_component_count - bcp_index; in ValidateHeader()1883 size_t bcp_component_count = boot_class_path_.size(); in CompileBootclasspathElements() local1884 DCHECK_LT(bcp_index, bcp_component_count); in CompileBootclasspathElements()1936 for (; bcp_end != bcp_component_count; ++bcp_end) { in CompileBootclasspathElements()2096 const size_t bcp_component_count = boot_class_path_.size(); in Load() local2175 while (bcp_pos != bcp_component_count) { in Load()