HomeSort by relevance Sort by last modified time
    Searched refs:kAccInterface (Results 1 - 5 of 5) sorted by null

  /art/runtime/
modifiers.h 34 static constexpr uint32_t kAccInterface = 0x0200; // class, ic
91 static constexpr uint32_t kAccValidInterfaceFlags = kAccPublic | kAccInterface |
dex_file.h 215 if ((access_flags_ & kAccInterface) != 0) {
    [all...]
debugger.cc 909 if ((access_flags & kAccInterface) == 0) {
    [all...]
class_linker.cc     [all...]
  /art/runtime/mirror/
class.h 229 return (GetAccessFlags() & kAccInterface) != 0;
    [all...]

Completed in 46 milliseconds