Home
last modified time | relevance | path

Searched defs:kValue (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dart_method.h210 static constexpr uint32_t kValue = kAccCopied | kAccAbstract; in IsMiranda() local
221 static constexpr uint32_t kValue = kAccCopied | kAccAbstract | kAccDefault; in IsDefaultConflicting() local
240 static constexpr uint32_t kValue = kAccCompileDontBother | kAccPreCompiled; in IsPreCompiled() local
/art/compiler/optimizing/
Dload_store_elimination_test.cc302 enum class Target : uint8_t { kNull, kValue, kSelf }; enumerator