Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Dmodifiers.h68 static constexpr uint32_t kAccMiranda = 0x00200000; // method (runtime, not native) variable
/art/runtime/
Dart_method.h207 return (GetAccessFlags() & (kAccNative | kAccMiranda | kAccCompileDontBother)) == kAccMiranda; in IsMiranda()
Dclass_linker.cc7974 new_method.SetAccessFlags(new_method.GetAccessFlags() | kAccMiranda | kAccCopied); in ReallocMethods()