Searched refs:kAccTransient (Results 1 – 2 of 2) sorted by relevance
31 static constexpr uint32_t kAccTransient = 0x0080; // field variable78 kAccStatic | kAccFinal | kAccVolatile | kAccTransient | kAccSynthetic | kAccEnum;
449 if ((access_flags & kAccTransient) != 0) { in PrettyJavaAccessFlags()