Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dart_method.h81 bool IsPrivate() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in IsPrivate() function
/art/runtime/verifier/
Dmethod_verifier.cc3105 if (res_method->IsPrivate() && method_type == METHOD_VIRTUAL) { in ResolveMethodAndCheckAccess()
/art/runtime/
Dclass_linker.cc6006 if (m->IsPrivate()) { in MayBeCalledWithDirectCodePointer()