Home
last modified time | relevance | path

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

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