Home
last modified time | relevance | path

Searched refs:kAccObsoleteMethod (Results 1 – 4 of 4) sorted by relevance

/art/tools/cpp-define-generator/
Dconstant_globals.def34 DEFINE_EXPR(ACC_OBSOLETE_METHOD, int32_t, art::kAccObsoleteMethod)
35 DEFINE_EXPR(ACC_OBSOLETE_METHOD_SHIFT, int32_t, art::WhichPowerOf2(art::kAccObsoleteMethod))
/art/libdexfile/dex/
Dmodifiers.h56 static constexpr uint32_t kAccObsoleteMethod = 0x00040000; // method (runtime) variable
/art/runtime/generated/
Dasm_support_gen.h128 …HECK_EQ(static_cast<int32_t>(ACC_OBSOLETE_METHOD), (static_cast<int32_t>(art::kAccObsoleteMethod)))
130 …t>(ACC_OBSOLETE_METHOD_SHIFT), (static_cast<int32_t>(art::WhichPowerOf2(art::kAccObsoleteMethod))))
/art/runtime/
Dart_method.h253 return (GetAccessFlags<kReadBarrierOption>() & kAccObsoleteMethod) != 0; in IsObsolete()
257 AddAccessFlags(kAccObsoleteMethod); in SetIsObsolete()