Home
last modified time | relevance | path

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

/art/compiler/dex/
Dtype_inference.h139 SetBits(kFlagFp | kFlagCore | kFlagRef); in MarkTypeConflict()
167 return IsBitSet(kFlagFp); in Fp()
210 SetBits(kFlagFp); in SetFp()
295 static constexpr uint32_t kFlagFp = 1u << kBitFp; member
307 static constexpr uint32_t kMaskType = kFlagFp | kFlagCore | kFlagRef;
Dtype_inference.cc53 return Type(kFlagLowWord | kFlagWide | kFlagFp); in ShortyType()
57 return Type(kFlagLowWord | kFlagNarrow | kFlagFp); in ShortyType()