Home
last modified time | relevance | path

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

/aosp12/art/libdexfile/dex/
H A Dmodifiers.h35 static constexpr uint32_t kAccTransient = 0x0080; // field variable
134 kAccStatic | kAccFinal | kAccVolatile | kAccTransient | kAccSynthetic | kAccEnum;
H A Dmodifiers.cc46 if ((access_flags & kAccTransient) != 0) { in PrettyJavaAccessFlags()
H A Ddex_file_verifier_test.cc992 kAccTransient | in TEST_F()
1160 kAccTransient | in TEST_F()
H A Ddex_file_verifier.cc3348 kAccTransient | in CheckFieldAccessFlags()
/aosp12/art/dexdump/
H A Ddexdump.cc1413 fprintf(gOutFile, " transient=%s\n", quotedBool((flags & kAccTransient) != 0)); in dumpField()
/aosp12/art/dexlayout/
H A Ddexlayout.cc1319 fprintf(out_file_, " transient=%s\n", QuotedBool((flags & kAccTransient) != 0)); in DumpSField()