Home
last modified time | relevance | path

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

/art/runtime/
Druntime.cc1983 const size_t total_components = gc::space::ImageSpace::GetNumberOfComponents( in Init() local
1985 if (total_components != GetBootClassPath().size()) { in Init()
1987 CHECK_LT(total_components, GetBootClassPath().size()); in Init()
1988 size_t start = total_components; in Init()