Home
last modified time | relevance | path

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

/art/runtime/
Dhidden_api.h66 explicit AccessContext(bool is_trusted) in AccessContext()
107 static Domain ComputeDomain(bool is_trusted) { in ComputeDomain()
/art/runtime/mirror/
Dmethod_type.cc46 const bool is_trusted = true; in Create() local