Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc2160 size_t bcp_end = bcp_index; in CompileExtension() local
2161 for (; bcp_end != bcp_component_count; ++bcp_end) { in CompileExtension()
2162 const std::string& bcp_component = boot_class_path_locations_[bcp_end]; in CompileExtension()
2171 if (bcp_end == bcp_index) { in CompileExtension()
2198 boot_class_path_.SubArray(/*pos=*/ bcp_index, /*length=*/ bcp_end - bcp_index); in CompileExtension()
2200 boot_class_path_locations_.SubArray(/*pos=*/ bcp_index, /*length=*/ bcp_end - bcp_index); in CompileExtension()
2212 for (size_t i = bcp_index; i != bcp_end; ++i) { in CompileExtension()
2245 VLOG(image) << "Compiling boot image extension for " << (bcp_end - bcp_index) in CompileExtension()