Home
last modified time | relevance | path

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

/art/runtime/
Dhidden_api.h66 explicit AccessContext(bool is_trusted) in AccessContext() argument
69 domain_(ComputeDomain(is_trusted)) {} in AccessContext()
107 static Domain ComputeDomain(bool is_trusted) { in ComputeDomain() argument
108 return is_trusted ? Domain::kCorePlatform : Domain::kApplication; in ComputeDomain()
/art/runtime/mirror/
Dmethod_type.cc46 const bool is_trusted = true; in Create() local
48 self, return_type.Get(), parameter_types.Get(), is_trusted)); in Create()