Home
last modified time | relevance | path

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

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