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

  /art/runtime/
modifiers.h 33 static constexpr uint32_t kAccTransient = 0x0080; // field
97 kAccStatic | kAccFinal | kAccVolatile | kAccTransient | kAccSynthetic | kAccEnum;
utils.cc 259 if ((access_flags & kAccTransient) != 0) {
dex_file_verifier_test.cc     [all...]
dex_file_verifier.cc     [all...]
  /art/dexdump/
dexdump.cc     [all...]
  /art/dexlayout/
dexlayout.cc     [all...]

Completed in 1393 milliseconds