Home
last modified time | relevance | path

Searched refs:kAccTransient (Results 1 – 6 of 6) sorted by relevance

/art/runtime/
Dmodifiers.h33 static constexpr uint32_t kAccTransient = 0x0080; // field variable
93 kAccStatic | kAccFinal | kAccVolatile | kAccTransient | kAccSynthetic | kAccEnum;
Ddex_file_verifier_test.cc1009 kAccTransient | in TEST_F()
1177 kAccTransient | in TEST_F()
Dutils.cc258 if ((access_flags & kAccTransient) != 0) { in PrettyJavaAccessFlags()
Ddex_file_verifier.cc2971 kAccTransient | in CheckFieldAccessFlags()
/art/dexdump/
Ddexdump.cc1331 fprintf(gOutFile, " transient=%s\n", quotedBool((flags & kAccTransient) != 0)); in dumpSField()
/art/dexlayout/
Ddexlayout.cc1251 fprintf(out_file_, " transient=%s\n", QuotedBool((flags & kAccTransient) != 0)); in DumpSField()