Searched refs:kMaskArrayDepth (Results 1 - 1 of 1) sorted by relevance

/art/compiler/dex/
H A Dtype_inference.h323 static constexpr uint32_t kMaskArrayDepth = static_cast<uint32_t>(-1) << kBitArrayDepthStart; member in struct:art::TypeInference::Type
324 static constexpr uint32_t kMaskNonArray = ~(kMaskArrayWideAndType | kMaskArrayDepth);

Completed in 16 milliseconds