Home
last modified time | relevance | path

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

/art/runtime/
Dhidden_api.cc127 Domain dex_domain = DetermineDomainFromLocation(dex_file.GetLocation(), class_loader); in InitializeDexFileDomain() local
131 if (IsDomainMoreTrustedThan(dex_domain, dex_file.GetHiddenapiDomain())) { in InitializeDexFileDomain()
132 dex_file.SetHiddenapiDomain(dex_domain); in InitializeDexFileDomain()