Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Dmodifiers.cc46 if ((access_flags & kAccTransient) != 0) { in PrettyJavaAccessFlags()
Dmodifiers.h35 static constexpr uint32_t kAccTransient = 0x0080; // field variable
135 kAccStatic | kAccFinal | kAccVolatile | kAccTransient | kAccSynthetic | kAccEnum;
Ddex_file_verifier_test.cc985 kAccTransient | in TEST_F()
1153 kAccTransient | in TEST_F()
Ddex_file_verifier.cc3531 kAccTransient | in CheckFieldAccessFlags()
/art/dexdump/
Ddexdump.cc1503 fprintf(gOutFile, " transient=%s\n", quotedBool((flags & kAccTransient) != 0)); in dumpField()