Home
last modified time | relevance | path

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

/art/runtime/
Dart_method.h176 bool IsPrivate() const {
177 return IsPrivate(GetAccessFlags());
180 static bool IsPrivate(uint32_t access_flags) {
Dart_field.h87 bool IsPrivate() { in IsPrivate() function
Dclass_linker_test.cc289 EXPECT_TRUE(m.IsStatic() || m.IsPrivate()); in AssertClass()
Dclass_linker.cc5322 if (!m->IsPrivate() && !m->IsStatic()) { in CreateProxyClass()
10494 if (target_method->IsPrivate()) { in ResolveMethodHandleForMethod()
/art/compiler/optimizing/
Dinstruction_builder.cc953 if (resolved_method->IsPrivate() || in ResolveMethod()
2251 if (resolved_field->IsPrivate() || in ResolveField()
/art/openjdkjvmti/
Dti_redefine.cc2837 if (LIKELY(field_or_method->IsPrivate())) { in UpdateClassStructurally()
/art/runtime/verifier/
Dmethod_verifier.cc3843 if (res_method->IsPrivate() && (method_type == METHOD_VIRTUAL || method_type == METHOD_SUPER)) { in ResolveMethodAndCheckAccess()