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

  /art/runtime/
modifiers.h 33 static constexpr uint32_t kAccTransient = 0x0080; // field
81 kAccStatic | kAccFinal | kAccVolatile | kAccTransient | kAccSynthetic | kAccEnum;