Home
last modified time | relevance | path

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

/art/odrefresh/
Dodrefresh.cc1342 const art_apex::Classpath* cached_bcp_components = cache_info->getFirstBootClasspath(); in CheckPreconditionForData() local
1343 if (cached_bcp_components == nullptr) { in CheckPreconditionForData()
1349 result = CheckComponents(current_bcp_components, cached_bcp_components->getComponent()); in CheckPreconditionForData()