Home
last modified time | relevance | path

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

/art/runtime/
Dclass_loader_context.cc1239 ClassLoaderContext expected_context; in VerifyClassLoaderContextMatch() local
1240 if (!expected_context.Parse(context_spec, verify_checksums)) { in VerifyClassLoaderContextMatch()
1249 if (expected_context.special_shared_library_) { in VerifyClassLoaderContextMatch()
1262 ClassLoaderInfo* expected = expected_context.class_loader_chain_.get(); in VerifyClassLoaderContextMatch()