Home
last modified time | relevance | path

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

/art/runtime/
Dart_field.h78 bool IsPrivate() REQUIRES_SHARED(Locks::mutator_lock_) { in IsPrivate() function
Dart_method.h137 bool IsPrivate() const { in IsPrivate() function
Dclass_linker.cc5112 if (!m->IsPrivate() && !m->IsStatic()) { in CreateProxyClass()
9382 if (target_method->IsPrivate()) { in ResolveMethodHandleForMethod()
/art/openjdkjvmti/
Dti_redefine.cc2842 if (LIKELY(field_or_method->IsPrivate())) { in UpdateClassStructurally()
/art/runtime/verifier/
Dmethod_verifier.cc3987 if (res_method->IsPrivate() && (method_type == METHOD_VIRTUAL || method_type == METHOD_SUPER)) { in ResolveMethodAndCheckAccess()