Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_search.cc67 static std::vector<std::string> gSystemOnloadSegments; variable
88 if (gSystemOnloadSegments.empty()) { in Update()
161 for (const std::string& segment : gSystemOnloadSegments) { in Update()
167 gSystemOnloadSegments.clear(); in Update()
388 gSystemOnloadSegments.push_back(segment); in AddToSystemClassLoaderSearch()