Home
last modified time | relevance | path

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

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