Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc1935 size_t bcp_end = bcp_index; in CompileBootclasspathElements() local
1936 for (; bcp_end != bcp_component_count; ++bcp_end) { in CompileBootclasspathElements()
1937 const std::string& bcp_component = boot_class_path_locations_[bcp_end]; in CompileBootclasspathElements()
1946 if (bcp_end == bcp_index) { in CompileBootclasspathElements()
1973 boot_class_path_.SubArray(/*pos=*/ bcp_index, /*length=*/ bcp_end - bcp_index); in CompileBootclasspathElements()
1975 boot_class_path_locations_.SubArray(/*pos=*/ bcp_index, /*length=*/ bcp_end - bcp_index); in CompileBootclasspathElements()
1995 for (size_t i = bcp_index; i != bcp_end; ++i) { in CompileBootclasspathElements()
2030 VLOG(image) << "Compiling boot bootclasspath for " << (bcp_end - bcp_index) in CompileBootclasspathElements()