Searched refs:kAccTransient (Results 1 – 4 of 4) sorted by relevance
46 if ((access_flags & kAccTransient) != 0) { in PrettyJavaAccessFlags()
33 static constexpr uint32_t kAccTransient = 0x0080; // field variable118 kAccStatic | kAccFinal | kAccVolatile | kAccTransient | kAccSynthetic | kAccEnum;
2996 kAccTransient | in CheckFieldAccessFlags()
1315 fprintf(out_file_, " transient=%s\n", QuotedBool((flags & kAccTransient) != 0)); in DumpSField()