Home
last modified time | relevance | path

Searched refs:kAccMemorySharedMethod (Results 1 – 3 of 3) sorted by relevance

/art/tools/cpp-define-generator/
Dart_method.def25 art::kAccMemorySharedMethod)
27 art::MostSignificantBit(art::kAccMemorySharedMethod))
/art/libdexfile/dex/
Dmodifiers.h112 static constexpr uint32_t kAccMemorySharedMethod = 0x40000000; variable
131 kAccPreviouslyWarm | kAccMemorySharedMethod;
/art/runtime/
Dart_method.h358 return (access_flags & kAccMemorySharedMethod) != 0;
364 AddAccessFlags(kAccMemorySharedMethod);
370 return access_flags | kAccMemorySharedMethod;
379 ClearAccessFlags(kAccMemorySharedMethod);