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

  /art/runtime/
modifiers.h 58 // and kAccDefaultConflict will have this bit set. Any kAccDefault method contained in the methods_
70 static constexpr uint32_t kAccDefaultConflict = 0x01000000; // method (runtime)
art_method.h 239 return (GetAccessFlags() & kAccDefaultConflict) != 0u;
class_linker.cc     [all...]

Completed in 569 milliseconds