Home
last modified time | relevance | path

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

/art/runtime/
Dart_method.h135 bool IsPrivate() { in IsPrivate() function
Dclass_linker.cc9091 if (target_method->IsPrivate()) { in ResolveMethodHandleForMethod()
/art/runtime/verifier/
Dmethod_verifier.cc3938 if (res_method->IsPrivate() && (method_type == METHOD_VIRTUAL || method_type == METHOD_SUPER)) { in ResolveMethodAndCheckAccess()