Home
last modified time | relevance | path

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

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