Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dart_method.h83 bool IsPrivate() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in IsPrivate() function
/art/runtime/verifier/
Dmethod_verifier.cc3065 if (res_method->IsPrivate() && method_type == METHOD_VIRTUAL) { in ResolveMethodAndCheckAccess()