Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dclass.h257 ALWAYS_INLINE bool IsInterface() REQUIRES_SHARED(Locks::mutator_lock_) { in IsInterface() function
/art/tools/hiddenapi/
Dhiddenapi.cc147 inline bool IsInterface() const { return HasAccessFlags(kAccInterface); } in IsInterface() function in art::hiddenapi::DexClass
/art/openjdkjvmti/
Dti_class.cc801 jvmtiError ClassUtil::IsInterface(jvmtiEnv* env ATTRIBUTE_UNUSED, in IsInterface() function in openjdkjvmti::ClassUtil
DOpenjdkJvmTi.cc742 static jvmtiError IsInterface(jvmtiEnv* env, jclass klass, jboolean* is_interface_ptr) { in IsInterface() function in openjdkjvmti::JvmtiFunctions
/art/compiler/optimizing/
Dnodes.h239 bool IsInterface() const REQUIRES_SHARED(Locks::mutator_lock_) { in IsInterface() function
/art/openjdkjvmti/include/
Djvmti.h2203 jvmtiError IsInterface(jclass klass, in IsInterface() function