Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type_cache.h162 static constexpr int32_t kNumSmallConstants = kMaxSmallConstant - kMinSmallConstant + 1; variable
163 static constexpr size_t kNumPrimitivesAndSmallConstants = 13 + kNumSmallConstants;
164 static constexpr int32_t kBooleanCacheId = kNumSmallConstants;
165 static constexpr int32_t kByteCacheId = kNumSmallConstants + 1;
166 static constexpr int32_t kShortCacheId = kNumSmallConstants + 2;
167 static constexpr int32_t kCharCacheId = kNumSmallConstants + 3;
168 static constexpr int32_t kIntCacheId = kNumSmallConstants + 4;
169 static constexpr int32_t kLongLoCacheId = kNumSmallConstants + 5;
170 static constexpr int32_t kLongHiCacheId = kNumSmallConstants + 6;
171 static constexpr int32_t kFloatCacheId = kNumSmallConstants + 7;
[all …]