Home
last modified time | relevance | path

Searched defs:IsInterface (Results 1 – 6 of 6) sorted by relevance

/aosp12/art/runtime/mirror/
H A Dclass.h245 ALWAYS_INLINE bool IsInterface() REQUIRES_SHARED(Locks::mutator_lock_) { in IsInterface() function
/aosp12/art/openjdkjvmti/
H A Dti_class.cc804 jvmtiError ClassUtil::IsInterface(jvmtiEnv* env ATTRIBUTE_UNUSED, in IsInterface() function in openjdkjvmti::ClassUtil
H A DOpenjdkJvmTi.cc748 static jvmtiError IsInterface(jvmtiEnv* env, jclass klass, jboolean* is_interface_ptr) { in IsInterface() function in openjdkjvmti::JvmtiFunctions
/aosp12/art/tools/hiddenapi/
H A Dhiddenapi.cc145 inline bool IsInterface() const { return HasAccessFlags(kAccInterface); } in IsInterface() function in art::hiddenapi::DexClass
/aosp12/art/compiler/optimizing/
H A Dnodes.h236 bool IsInterface() const REQUIRES_SHARED(Locks::mutator_lock_) { in IsInterface() function
/aosp12/art/openjdkjvmti/include/
H A Djvmti.h2203 jvmtiError IsInterface(jclass klass, in IsInterface() function