Home
last modified time | relevance | path

Searched refs:kAccCompileDontBother (Results 1 – 2 of 2) sorted by relevance

/art/libdexfile/dex/
Dmodifiers.h84 static constexpr uint32_t kAccCompileDontBother = 0x02000000; // method (runtime) variable
113 kAccSingleImplementation | kAccMustCountLocks | kAccCompileDontBother | kAccDefaultConflict |
/art/runtime/
Dart_method.h226 return (GetAccessFlags() & kAccCompileDontBother) == 0; in IsCompilable()
230 AddAccessFlags(kAccCompileDontBother); in SetDontCompile()